Skip to content

Commit aa56ad1

Browse files
fix(deps): update all non-major dependencies (#633)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b969637 commit aa56ad1

File tree

10 files changed

+148
-148
lines changed

10 files changed

+148
-148
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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.16.3",
45+
"@types/node": "^22.16.5",
4646
"@vitejs/release-scripts": "^1.6.0",
4747
"eslint": "^9.31.0",
4848
"eslint-import-resolver-typescript": "^4.4.4",
@@ -59,7 +59,7 @@
5959
"simple-git-hooks": "^2.13.0",
6060
"tsx": "^4.20.3",
6161
"typescript": "^5.8.3",
62-
"typescript-eslint": "^8.37.0",
62+
"typescript-eslint": "^8.38.0",
6363
"vite": "catalog:",
6464
"vitest": "^3.2.4",
6565
"vue": "catalog:"

packages/plugin-vue-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@babel/core": "^7.28.0",
3939
"@babel/plugin-transform-typescript": "^7.28.0",
40-
"@rolldown/pluginutils": "^1.0.0-beta.27",
40+
"@rolldown/pluginutils": "^1.0.0-beta.28",
4141
"@vue/babel-plugin-jsx": "^1.4.0"
4242
},
4343
"devDependencies": {

packages/plugin-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"vue": "catalog:"
5151
},
5252
"dependencies": {
53-
"@rolldown/pluginutils": "1.0.0-beta.27"
53+
"@rolldown/pluginutils": "1.0.0-beta.28"
5454
}
5555
}

playground/package.json

Lines changed: 1 addition & 1 deletion
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.16.3",
7+
"@types/node": "^22.16.5",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1"

playground/ssr-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@vitejs/plugin-vue": "workspace:*",
2525
"@vitejs/plugin-vue-jsx": "workspace:*",
2626
"@vitejs/test-dep-import-type": "link:dep-import-type",
27-
"compression": "^1.8.0",
27+
"compression": "^1.8.1",
2828
"express": "^5.1.0",
2929
"serve-static": "^2.2.0"
3030
}

playground/tailwind-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.16.3",
18+
"@types/node": "^22.16.5",
1919
"@vitejs/plugin-vue": "workspace:*",
2020
"ts-node": "^10.9.2"
2121
}

playground/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.16.3",
18+
"@types/node": "^22.16.5",
1919
"@vitejs/plugin-vue": "workspace:*"
2020
}
2121
}

playground/vue-sourcemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@vitejs/plugin-vue": "workspace:*",
14-
"less": "^4.3.0",
14+
"less": "^4.4.0",
1515
"postcss-nested": "^7.0.2",
1616
"sass": "^1.89.2"
1717
},

playground/vue/package.json

Lines changed: 1 addition & 1 deletion
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.3.0",
19+
"less": "^4.4.0",
2020
"pug": "^3.0.3",
2121
"sass": "^1.89.2",
2222
"stylus": "^0.64.0"

0 commit comments

Comments
 (0)