Skip to content

Commit f686afa

Browse files
fix(deps): update all non-major dependencies (#10804)
1 parent cd78f50 commit f686afa

File tree

22 files changed

+333
-341
lines changed

22 files changed

+333
-341
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ci-docs": "run-s build docs-build"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.20.0",
39+
"@babel/types": "^7.20.2",
4040
"@microsoft/api-extractor": "^7.33.5",
4141
"@rollup/plugin-typescript": "^8.5.0",
4242
"@types/babel__core": "^7.1.19",
@@ -58,11 +58,11 @@
5858
"@types/semver": "^7.3.13",
5959
"@types/stylus": "^0.48.38",
6060
"@types/ws": "^8.5.3",
61-
"@typescript-eslint/eslint-plugin": "^5.41.0",
62-
"@typescript-eslint/parser": "^5.41.0",
61+
"@typescript-eslint/eslint-plugin": "^5.42.0",
62+
"@typescript-eslint/parser": "^5.42.0",
6363
"conventional-changelog-cli": "^2.2.2",
6464
"esbuild": "^0.14.47",
65-
"eslint": "^8.26.0",
65+
"eslint": "^8.27.0",
6666
"eslint-define-config": "^1.11.0",
6767
"eslint-plugin-import": "^2.26.0",
6868
"eslint-plugin-node": "^11.1.0",
@@ -74,22 +74,22 @@
7474
"npm-run-all": "^4.1.5",
7575
"picocolors": "^1.0.0",
7676
"playwright-chromium": "^1.27.1",
77-
"pnpm": "^7.14.1",
77+
"pnpm": "^7.14.2",
7878
"prettier": "2.7.1",
7979
"prompts": "^2.4.2",
8080
"resolve": "^1.22.1",
8181
"rimraf": "^3.0.2",
8282
"rollup": "~3.2.3",
83-
"rollup-plugin-license": "^2.9.0",
83+
"rollup-plugin-license": "^2.9.1",
8484
"semver": "^7.3.8",
8585
"simple-git-hooks": "^2.8.1",
86-
"tslib": "^2.4.0",
86+
"tslib": "^2.4.1",
8787
"tsx": "^3.11.0",
8888
"typescript": "^4.6.4",
8989
"unbuild": "^0.9.4",
9090
"vite": "workspace:*",
91-
"vitepress": "^1.0.0-alpha.26",
92-
"vitest": "^0.24.3",
91+
"vitepress": "^1.0.0-alpha.27",
92+
"vitest": "^0.24.5",
9393
"vue": "^3.2.41"
9494
},
9595
"simple-git-hooks": {
@@ -110,7 +110,7 @@
110110
"eslint --cache --fix"
111111
]
112112
},
113-
"packageManager": "pnpm@7.14.1",
113+
"packageManager": "pnpm@7.14.2",
114114
"pnpm": {
115115
"overrides": {
116116
"vite": "workspace:*",

packages/create-vite/template-lit-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "tsc && vite build"
1818
},
1919
"dependencies": {
20-
"lit": "^2.4.0"
20+
"lit": "^2.4.1"
2121
},
2222
"devDependencies": {
2323
"typescript": "^4.6.4",

packages/create-vite/template-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "vite build"
1616
},
1717
"dependencies": {
18-
"lit": "^2.4.0"
18+
"lit": "^2.4.1"
1919
},
2020
"devDependencies": {
2121
"vite": "^3.2.3"

packages/create-vite/template-react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-dom": "^18.2.0"
1414
},
1515
"devDependencies": {
16-
"@types/react": "^18.0.24",
16+
"@types/react": "^18.0.25",
1717
"@types/react-dom": "^18.0.8",
1818
"@vitejs/plugin-react": "^2.2.0",
1919
"typescript": "^4.6.4",

packages/create-vite/template-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-dom": "^18.2.0"
1414
},
1515
"devDependencies": {
16-
"@types/react": "^18.0.24",
16+
"@types/react": "^18.0.25",
1717
"@types/react-dom": "^18.0.8",
1818
"@vitejs/plugin-react": "^2.2.0",
1919
"vite": "^3.2.3"

packages/create-vite/template-svelte-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"svelte": "^3.52.0",
1616
"svelte-check": "^2.9.2",
1717
"svelte-preprocess": "^4.10.7",
18-
"tslib": "^2.4.0",
18+
"tslib": "^2.4.1",
1919
"typescript": "^4.6.4",
2020
"vite": "^3.2.3"
2121
}

packages/plugin-legacy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
3737
"dependencies": {
38-
"@babel/standalone": "^7.20.0",
38+
"@babel/standalone": "^7.20.2",
3939
"core-js": "^3.26.0",
4040
"magic-string": "^0.26.7",
4141
"regenerator-runtime": "^0.13.10",
@@ -46,7 +46,7 @@
4646
"vite": "^3.0.0"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.19.6",
49+
"@babel/core": "^7.20.2",
5050
"picocolors": "^1.0.0",
5151
"vite": "workspace:*"
5252
}

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
4040
"dependencies": {
41-
"@babel/core": "^7.19.6",
41+
"@babel/core": "^7.20.2",
4242
"@babel/plugin-transform-react-jsx": "^7.19.0",
4343
"@babel/plugin-transform-react-jsx-development": "^7.18.6",
4444
"@babel/plugin-transform-react-jsx-self": "^7.18.6",

packages/plugin-vue-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.19.6",
39-
"@babel/plugin-transform-typescript": "^7.20.0",
38+
"@babel/core": "^7.20.2",
39+
"@babel/plugin-transform-typescript": "^7.20.2",
4040
"@vue/babel-plugin-jsx": "^1.1.1"
4141
},
4242
"devDependencies": {

packages/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
},
6969
"devDependencies": {
7070
"@ampproject/remapping": "^2.2.0",
71-
"@babel/parser": "^7.20.0",
72-
"@babel/types": "^7.20.0",
71+
"@babel/parser": "^7.20.2",
72+
"@babel/types": "^7.20.2",
7373
"@jridgewell/trace-mapping": "^0.3.17",
7474
"@rollup/plugin-alias": "^4.0.2",
7575
"@rollup/plugin-commonjs": "^23.0.2",
@@ -117,10 +117,10 @@
117117
"strip-ansi": "^7.0.1",
118118
"strip-literal": "^0.4.2",
119119
"tsconfck": "^2.0.1",
120-
"tslib": "^2.4.0",
120+
"tslib": "^2.4.1",
121121
"types": "link:./types",
122122
"ufo": "^0.8.6",
123-
"ws": "^8.10.0"
123+
"ws": "^8.11.0"
124124
},
125125
"peerDependencies": {
126126
"@types/node": ">= 14",

0 commit comments

Comments
 (0)