Skip to content

Commit 8a6c4e0

Browse files
fix(deps): update all non-major dependencies (#10610)
Co-authored-by: sapphi-red <[email protected]>
1 parent efc0dd8 commit 8a6c4e0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Diff for: package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
"@types/semver": "^7.3.12",
5959
"@types/stylus": "^0.48.38",
6060
"@types/ws": "^8.5.3",
61-
"@typescript-eslint/eslint-plugin": "^5.40.1",
62-
"@typescript-eslint/parser": "^5.40.1",
61+
"@typescript-eslint/eslint-plugin": "^5.41.0",
62+
"@typescript-eslint/parser": "^5.41.0",
6363
"conventional-changelog-cli": "^2.2.2",
6464
"esbuild": "^0.14.47",
65-
"eslint": "^8.25.0",
66-
"eslint-define-config": "^1.7.0",
65+
"eslint": "^8.26.0",
66+
"eslint-define-config": "^1.8.0",
6767
"eslint-plugin-import": "^2.26.0",
6868
"eslint-plugin-node": "^11.1.0",
6969
"execa": "^6.1.0",
@@ -74,7 +74,7 @@
7474
"npm-run-all": "^4.1.5",
7575
"picocolors": "^1.0.0",
7676
"playwright-chromium": "^1.27.1",
77-
"pnpm": "^7.13.5",
77+
"pnpm": "^7.14.0",
7878
"prettier": "2.7.1",
7979
"prompts": "^2.4.2",
8080
"resolve": "^1.22.1",
@@ -84,11 +84,11 @@
8484
"semver": "^7.3.8",
8585
"simple-git-hooks": "^2.8.1",
8686
"tslib": "^2.4.0",
87-
"tsx": "^3.10.4",
87+
"tsx": "^3.11.0",
8888
"typescript": "^4.6.4",
8989
"unbuild": "^0.9.4",
9090
"vite": "workspace:*",
91-
"vitepress": "^1.0.0-alpha.21",
91+
"vitepress": "^1.0.0-alpha.22",
9292
"vitest": "^0.24.3",
9393
"vue": "^3.2.41"
9494
},
@@ -110,7 +110,7 @@
110110
"eslint --cache --fix"
111111
]
112112
},
113-
"packageManager": "pnpm@7.13.5",
113+
"packageManager": "pnpm@7.14.0",
114114
"pnpm": {
115115
"overrides": {
116116
"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.19.3",
38+
"@babel/core": "^7.19.6",
3939
"@babel/plugin-transform-typescript": "^7.19.3",
4040
"@vue/babel-plugin-jsx": "^1.1.1"
4141
},

Diff for: playground/ssr-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"example-external-component": "file:example-external-component",
1919
"pinia": "^2.0.23",
2020
"vue": "^3.2.41",
21-
"vue-router": "^4.1.5"
21+
"vue-router": "^4.1.6"
2222
},
2323
"devDependencies": {
2424
"@vitejs/plugin-vue": "workspace:*",

0 commit comments

Comments
 (0)