Skip to content

Commit ad7f7c6

Browse files
fix(deps): update all non-major dependencies (#9888)
1 parent dc04d8f commit ad7f7c6

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"ci-docs": "run-s build docs-build"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.18.10",
40-
"@microsoft/api-extractor": "^7.29.3",
41-
"@rollup/plugin-typescript": "^8.3.4",
39+
"@babel/types": "^7.18.13",
40+
"@microsoft/api-extractor": "^7.29.5",
41+
"@rollup/plugin-typescript": "^8.4.0",
4242
"@types/babel__core": "^7.1.19",
4343
"@types/babel__standalone": "^7.1.4",
4444
"@types/convert-source-map": "^1.5.2",
@@ -57,12 +57,12 @@
5757
"@types/semver": "^7.3.12",
5858
"@types/stylus": "^0.48.38",
5959
"@types/ws": "^8.5.3",
60-
"@typescript-eslint/eslint-plugin": "^5.33.1",
61-
"@typescript-eslint/parser": "^5.33.1",
60+
"@typescript-eslint/eslint-plugin": "^5.35.1",
61+
"@typescript-eslint/parser": "^5.35.1",
6262
"conventional-changelog-cli": "^2.2.2",
6363
"cross-env": "^7.0.3",
6464
"esbuild": "^0.14.47",
65-
"eslint": "^8.22.0",
65+
"eslint": "^8.23.0",
6666
"eslint-define-config": "^1.6.0",
6767
"eslint-plugin-import": "^2.26.0",
6868
"eslint-plugin-node": "^11.1.0",
@@ -72,8 +72,8 @@
7272
"minimist": "^1.2.6",
7373
"npm-run-all": "^4.1.5",
7474
"picocolors": "^1.0.0",
75-
"playwright-chromium": "^1.25.0",
76-
"pnpm": "^7.9.3",
75+
"playwright-chromium": "^1.25.1",
76+
"pnpm": "^7.9.5",
7777
"prettier": "2.7.1",
7878
"prompts": "^2.4.2",
7979
"rimraf": "^3.0.2",
@@ -85,7 +85,7 @@
8585
"typescript": "^4.6.4",
8686
"unbuild": "^0.8.9",
8787
"vite": "workspace:*",
88-
"vitepress": "^1.0.0-alpha.10",
88+
"vitepress": "^1.0.0-alpha.12",
8989
"vitest": "^0.22.1",
9090
"vue": "^3.2.37"
9191
},
@@ -107,7 +107,7 @@
107107
"eslint --cache --fix"
108108
]
109109
},
110-
"packageManager": "pnpm@7.9.3",
110+
"packageManager": "pnpm@7.9.5",
111111
"pnpm": {
112112
"overrides": {
113113
"vite": "workspace:*",

packages/plugin-vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.18.10",
38+
"@babel/core": "^7.18.13",
3939
"@babel/plugin-syntax-import-meta": "^7.10.4",
4040
"@babel/plugin-transform-typescript": "^7.18.12",
4141
"@vue/babel-plugin-jsx": "^1.1.1"

playground/ssr-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"example-external-component": "file:example-external-component",
1919
"vue": "^3.2.37",
20-
"vue-router": "^4.1.4",
20+
"vue-router": "^4.1.5",
2121
"vuex": "^4.0.2"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)