Skip to content

Commit 762bd23

Browse files
fix(deps): update all non-major dependencies
1 parent c156992 commit 762bd23

File tree

9 files changed

+782
-665
lines changed

9 files changed

+782
-665
lines changed

Diff for: package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -36,34 +36,34 @@
3636
"ci-publish": "tsx scripts/publishCI.ts"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.26.5",
40-
"@eslint/js": "^9.18.0",
39+
"@babel/types": "^7.26.7",
40+
"@eslint/js": "^9.19.0",
4141
"@types/babel__core": "^7.20.5",
4242
"@types/convert-source-map": "^2.0.3",
4343
"@types/debug": "^4.1.12",
4444
"@types/fs-extra": "^11.0.4",
45-
"@types/node": "^22.10.6",
45+
"@types/node": "^22.13.1",
4646
"@vitejs/release-scripts": "^1.3.3",
4747
"conventional-changelog-cli": "^5.0.0",
48-
"eslint": "^9.18.0",
48+
"eslint": "^9.19.0",
4949
"eslint-plugin-import-x": "^4.6.1",
5050
"eslint-plugin-n": "^17.15.1",
5151
"eslint-plugin-regexp": "^2.7.0",
5252
"execa": "^9.5.2",
53-
"fs-extra": "^11.2.0",
54-
"lint-staged": "^15.3.0",
53+
"fs-extra": "^11.3.0",
54+
"lint-staged": "^15.4.3",
5555
"npm-run-all2": "^7.0.2",
5656
"picocolors": "^1.1.1",
57-
"playwright-chromium": "^1.49.1",
57+
"playwright-chromium": "^1.50.1",
5858
"prettier": "3.4.2",
5959
"rollup": "^4.30.1",
6060
"simple-git-hooks": "^2.11.1",
6161
"tsx": "^4.19.2",
6262
"typescript": "^5.7.3",
63-
"typescript-eslint": "^8.20.0",
63+
"typescript-eslint": "^8.23.0",
6464
"unbuild": "3.3.1",
6565
"vite": "catalog:",
66-
"vitest": "^2.1.8",
66+
"vitest": "^2.1.9",
6767
"vue": "catalog:"
6868
},
6969
"simple-git-hooks": {
@@ -83,7 +83,7 @@
8383
"eslint --cache --fix"
8484
]
8585
},
86-
"packageManager": "[email protected].4",
86+
"packageManager": "[email protected].5",
8787
"pnpm": {
8888
"overrides": {
8989
"@vitejs/plugin-vue": "workspace:*"

Diff for: packages/plugin-vue-jsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.26.0",
39-
"@babel/plugin-transform-typescript": "^7.26.5",
38+
"@babel/core": "^7.26.7",
39+
"@babel/plugin-transform-typescript": "^7.26.7",
4040
"@vue/babel-plugin-jsx": "^1.2.5"
4141
},
4242
"devDependencies": {

Diff for: playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"type": "module",
66
"devDependencies": {
7-
"@types/node": "^22.10.6",
7+
"@types/node": "^22.13.1",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@vitejs/test-example-external-component": "file:example-external-component",
19-
"pinia": "^2.3.0",
19+
"pinia": "^2.3.1",
2020
"vue": "catalog:",
2121
"vue-router": "catalog:"
2222
},

Diff for: playground/tailwind/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"vue-router": "catalog:"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^22.10.6",
19+
"@types/node": "^22.13.1",
2020
"@vitejs/plugin-vue": "workspace:*",
2121
"ts-node": "^10.9.2"
2222
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@vitejs/plugin-vue": "workspace:*",
14-
"less": "^4.2.1",
14+
"less": "^4.2.2",
1515
"postcss-nested": "^7.0.2",
1616
"sass": "^1.83.4"
1717
},

Diff for: playground/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@vitejs/plugin-vue": "workspace:*",
1818
"js-yaml": "^4.1.0",
19-
"less": "^4.2.1",
19+
"less": "^4.2.2",
2020
"pug": "^3.0.3",
2121
"sass": "^1.83.4",
2222
"stylus": "^0.64.0"

0 commit comments

Comments
 (0)