Skip to content

Commit bbdbac0

Browse files
fix(deps): update all non-major dependencies (#9176)
1 parent 77be1f1 commit bbdbac0

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Diff for: package.json

+10-10
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.18.8",
39+
"@babel/types": "^7.18.9",
4040
"@microsoft/api-extractor": "^7.28.4",
4141
"@rollup/plugin-typescript": "^8.3.3",
4242
"@types/babel__core": "^7.1.19",
@@ -59,12 +59,12 @@
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.5",
63-
"@typescript-eslint/parser": "^5.30.5",
62+
"@typescript-eslint/eslint-plugin": "^5.30.6",
63+
"@typescript-eslint/parser": "^5.30.6",
6464
"conventional-changelog-cli": "^2.2.2",
6565
"cross-env": "^7.0.3",
6666
"esbuild": "^0.14.47",
67-
"eslint": "^8.19.0",
67+
"eslint": "^8.20.0",
6868
"eslint-define-config": "^1.5.1",
6969
"eslint-plugin-import": "^2.26.0",
7070
"eslint-plugin-node": "^11.1.0",
@@ -73,11 +73,11 @@
7373
"kill-port": "^1.6.1",
7474
"lint-staged": "^13.0.3",
7575
"minimist": "^1.2.6",
76-
"node-fetch": "^3.2.6",
76+
"node-fetch": "^3.2.8",
7777
"npm-run-all": "^4.1.5",
7878
"picocolors": "^1.0.0",
79-
"playwright-chromium": "^1.23.2",
80-
"pnpm": "^7.5.0",
79+
"playwright-chromium": "^1.23.4",
80+
"pnpm": "^7.5.2",
8181
"prettier": "2.7.1",
8282
"prompts": "^2.4.2",
8383
"rimraf": "^3.0.2",
@@ -86,12 +86,12 @@
8686
"simple-git-hooks": "^2.8.0",
8787
"sirv": "^2.0.2",
8888
"tslib": "^2.4.0",
89-
"tsx": "^3.7.1",
89+
"tsx": "^3.8.0",
9090
"typescript": "^4.6.4",
9191
"unbuild": "^0.7.4",
9292
"vite": "workspace:*",
9393
"vitepress": "^1.0.0-alpha.4",
94-
"vitest": "^0.18.0",
94+
"vitest": "^0.18.1",
9595
"vue": "^3.2.37"
9696
},
9797
"simple-git-hooks": {
@@ -112,7 +112,7 @@
112112
"eslint --cache --fix"
113113
]
114114
},
115-
"packageManager": "[email protected].0",
115+
"packageManager": "[email protected].2",
116116
"pnpm": {
117117
"overrides": {
118118
"vite": "workspace:*",

Diff for: 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.6",
38+
"@babel/core": "^7.18.9",
3939
"@babel/plugin-syntax-import-meta": "^7.10.4",
4040
"@babel/plugin-transform-typescript": "^7.18.8",
4141
"@vue/babel-plugin-jsx": "^1.1.1"

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

0 commit comments

Comments
 (0)