Skip to content

Commit 87929ca

Browse files
chore(deps): update all non-major dependencies (vitejs#478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 428320d commit 87929ca

File tree

6 files changed

+259
-529
lines changed

6 files changed

+259
-529
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
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.9.0",
45+
"@types/node": "^22.10.0",
4646
"@vitejs/release-scripts": "^1.3.2",
4747
"conventional-changelog-cli": "^5.0.0",
4848
"eslint": "^9.15.0",
49-
"eslint-plugin-import-x": "^4.4.2",
50-
"eslint-plugin-n": "^17.13.2",
49+
"eslint-plugin-import-x": "^4.4.3",
50+
"eslint-plugin-n": "^17.14.0",
5151
"eslint-plugin-regexp": "^2.7.0",
5252
"execa": "^9.5.1",
5353
"fs-extra": "^11.2.0",
@@ -59,11 +59,11 @@
5959
"rollup": "^4.27.4",
6060
"simple-git-hooks": "^2.11.1",
6161
"tsx": "^4.19.2",
62-
"typescript": "^5.6.3",
63-
"typescript-eslint": "^8.15.0",
62+
"typescript": "^5.7.2",
63+
"typescript-eslint": "^8.16.0",
6464
"unbuild": "2.0.0",
6565
"vite": "catalog:",
66-
"vitest": "^2.1.5",
66+
"vitest": "^2.1.6",
6767
"vue": "catalog:"
6868
},
6969
"simple-git-hooks": {
@@ -83,7 +83,7 @@
8383
"eslint --cache --fix"
8484
]
8585
},
86-
"packageManager": "pnpm@9.13.2",
86+
"packageManager": "pnpm@9.14.2",
8787
"pnpm": {
8888
"overrides": {
8989
"@vitejs/plugin-vue": "workspace:*"

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.9.0",
7+
"@types/node": "^22.10.0",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1",

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.9.0",
19+
"@types/node": "^22.10.0",
2020
"@vitejs/plugin-vue": "workspace:*",
2121
"ts-node": "^10.9.2"
2222
}

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.0",
14+
"less": "^4.2.1",
1515
"postcss-nested": "^7.0.2",
1616
"sass": "^1.81.0"
1717
},

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.0",
19+
"less": "^4.2.1",
2020
"pug": "^3.0.3",
2121
"sass": "^1.81.0",
2222
"stylus": "^0.64.0"

0 commit comments

Comments
 (0)