Skip to content

Commit b969637

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

File tree

7 files changed

+235
-221
lines changed

7 files changed

+235
-221
lines changed

‎package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"ci-publish": "tsx scripts/publishCI.ts"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.28.0",
40-
"@eslint/js": "^9.30.1",
39+
"@babel/types": "^7.28.1",
40+
"@eslint/js": "^9.31.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.16.0",
45+
"@types/node": "^22.16.3",
4646
"@vitejs/release-scripts": "^1.6.0",
47-
"eslint": "^9.30.1",
47+
"eslint": "^9.31.0",
4848
"eslint-import-resolver-typescript": "^4.4.4",
4949
"eslint-plugin-import-x": "^4.16.1",
5050
"eslint-plugin-n": "^17.21.0",
@@ -53,13 +53,13 @@
5353
"fs-extra": "^11.3.0",
5454
"lint-staged": "^16.1.2",
5555
"picocolors": "^1.1.1",
56-
"playwright-chromium": "^1.53.2",
56+
"playwright-chromium": "^1.54.1",
5757
"prettier": "3.6.2",
5858
"rollup": "^4.44.2",
5959
"simple-git-hooks": "^2.13.0",
6060
"tsx": "^4.20.3",
6161
"typescript": "^5.8.3",
62-
"typescript-eslint": "^8.35.1",
62+
"typescript-eslint": "^8.37.0",
6363
"vite": "catalog:",
6464
"vitest": "^3.2.4",
6565
"vue": "catalog:"
@@ -81,7 +81,7 @@
8181
"eslint --cache --fix"
8282
]
8383
},
84-
"packageManager": "pnpm@10.12.4",
84+
"packageManager": "pnpm@10.13.1",
8585
"pnpm": {
8686
"overrides": {
8787
"@vitejs/plugin-vue": "workspace:*"

‎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.24",
40+
"@rolldown/pluginutils": "^1.0.0-beta.27",
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.24"
53+
"@rolldown/pluginutils": "1.0.0-beta.27"
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.0",
7+
"@types/node": "^22.16.3",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1"

‎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.0",
18+
"@types/node": "^22.16.3",
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.0",
18+
"@types/node": "^22.16.3",
1919
"@vitejs/plugin-vue": "workspace:*"
2020
}
2121
}

0 commit comments

Comments
 (0)