Skip to content

Commit d23f7ba

Browse files
chore(deps): update all non-major dependencies (#9022)
1 parent 8de9fa2 commit d23f7ba

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

+6-6
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.7",
40-
"@microsoft/api-extractor": "^7.28.2",
39+
"@babel/types": "^7.18.8",
40+
"@microsoft/api-extractor": "^7.28.4",
4141
"@rollup/plugin-typescript": "^8.3.3",
4242
"@types/babel__core": "^7.1.19",
4343
"@types/babel__standalone": "^7.1.4",
@@ -59,8 +59,8 @@
5959
"@types/semver": "^7.3.10",
6060
"@types/stylus": "^0.48.38",
6161
"@types/ws": "^8.5.3",
62-
"@typescript-eslint/eslint-plugin": "^5.30.4",
63-
"@typescript-eslint/parser": "^5.30.4",
62+
"@typescript-eslint/eslint-plugin": "^5.30.5",
63+
"@typescript-eslint/parser": "^5.30.5",
6464
"conventional-changelog-cli": "^2.2.2",
6565
"cross-env": "^7.0.3",
6666
"esbuild": "^0.14.47",
@@ -76,7 +76,7 @@
7676
"node-fetch": "^3.2.6",
7777
"npm-run-all": "^4.1.5",
7878
"picocolors": "^1.0.0",
79-
"playwright-chromium": "^1.23.1",
79+
"playwright-chromium": "^1.23.2",
8080
"pnpm": "^7.5.0",
8181
"prettier": "2.7.1",
8282
"prompts": "^2.4.2",
@@ -91,7 +91,7 @@
9191
"unbuild": "^0.7.4",
9292
"vite": "workspace:*",
9393
"vitepress": "^1.0.0-alpha.4",
94-
"vitest": "^0.17.0",
94+
"vitest": "^0.18.0",
9595
"vue": "^3.2.37"
9696
},
9797
"simple-git-hooks": {

packages/plugin-vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@babel/core": "^7.18.6",
3939
"@babel/plugin-syntax-import-meta": "^7.10.4",
40-
"@babel/plugin-transform-typescript": "^7.18.6",
40+
"@babel/plugin-transform-typescript": "^7.18.8",
4141
"@vue/babel-plugin-jsx": "^1.1.1"
4242
},
4343
"devDependencies": {

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.0.16",
20+
"vue-router": "^4.1.1",
2121
"vuex": "^4.0.2"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)