Skip to content

Commit 53c675a

Browse files
fix(deps): update all non-major dependencies (#9575)
1 parent f1f4bb9 commit 53c675a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"ci-docs": "run-s build docs-build"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.18.9",
40-
"@microsoft/api-extractor": "^7.28.7",
39+
"@babel/types": "^7.18.10",
40+
"@microsoft/api-extractor": "^7.29.0",
4141
"@rollup/plugin-typescript": "^8.3.4",
4242
"@types/babel__core": "^7.1.19",
4343
"@types/babel__standalone": "^7.1.4",
@@ -57,8 +57,8 @@
5757
"@types/semver": "^7.3.10",
5858
"@types/stylus": "^0.48.38",
5959
"@types/ws": "^8.5.3",
60-
"@typescript-eslint/eslint-plugin": "^5.31.0",
61-
"@typescript-eslint/parser": "^5.31.0",
60+
"@typescript-eslint/eslint-plugin": "^5.33.0",
61+
"@typescript-eslint/parser": "^5.33.0",
6262
"conventional-changelog-cli": "^2.2.2",
6363
"cross-env": "^7.0.3",
6464
"esbuild": "^0.14.47",
@@ -73,20 +73,20 @@
7373
"npm-run-all": "^4.1.5",
7474
"picocolors": "^1.0.0",
7575
"playwright-chromium": "^1.24.2",
76-
"pnpm": "^7.8.0",
76+
"pnpm": "^7.9.0",
7777
"prettier": "2.7.1",
7878
"prompts": "^2.4.2",
7979
"rimraf": "^3.0.2",
8080
"rollup": "^2.75.6",
8181
"semver": "^7.3.7",
8282
"simple-git-hooks": "^2.8.0",
8383
"tslib": "^2.4.0",
84-
"tsx": "^3.8.0",
84+
"tsx": "^3.8.1",
8585
"typescript": "^4.6.4",
8686
"unbuild": "^0.7.6",
8787
"vite": "workspace:*",
8888
"vitepress": "^1.0.0-alpha.4",
89-
"vitest": "^0.20.2",
89+
"vitest": "^0.21.0",
9090
"vue": "^3.2.37"
9191
},
9292
"simple-git-hooks": {
@@ -107,7 +107,7 @@
107107
"eslint --cache --fix"
108108
]
109109
},
110-
"packageManager": "pnpm@7.8.0",
110+
"packageManager": "pnpm@7.9.0",
111111
"pnpm": {
112112
"overrides": {
113113
"vite": "workspace:*",

packages/plugin-vue-jsx/package.json

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

playground/vue-sourcemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@vitejs/plugin-vue": "workspace:*",
1313
"less": "^4.1.3",
1414
"postcss-nested": "^5.0.6",
15-
"sass": "^1.54.0"
15+
"sass": "^1.54.3"
1616
},
1717
"dependencies": {
1818
"vue": "^3.2.37"

playground/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"js-yaml": "^4.1.0",
1818
"less": "^4.1.3",
1919
"pug": "^3.0.2",
20-
"sass": "^1.54.0",
20+
"sass": "^1.54.3",
2121
"stylus": "^0.58.1"
2222
}
2323
}

0 commit comments

Comments
 (0)