Skip to content

Commit f3ac8e7

Browse files
fix(deps): update all non-major dependencies
1 parent 02e5495 commit f3ac8e7

File tree

9 files changed

+291
-272
lines changed

9 files changed

+291
-272
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,28 +42,28 @@
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.15.30",
45+
"@types/node": "^22.15.31",
4646
"@vitejs/release-scripts": "^1.5.0",
4747
"conventional-changelog-cli": "^5.0.0",
4848
"eslint": "^9.28.0",
4949
"eslint-import-resolver-typescript": "^4.4.3",
5050
"eslint-plugin-import-x": "^4.15.1",
5151
"eslint-plugin-n": "^17.19.0",
52-
"eslint-plugin-regexp": "^2.8.0",
52+
"eslint-plugin-regexp": "^2.9.0",
5353
"execa": "^9.6.0",
5454
"fs-extra": "^11.3.0",
5555
"lint-staged": "^16.1.0",
5656
"picocolors": "^1.1.1",
57-
"playwright-chromium": "^1.52.0",
57+
"playwright-chromium": "^1.53.0",
5858
"prettier": "3.5.3",
5959
"rollup": "^4.41.1",
6060
"simple-git-hooks": "^2.13.0",
61-
"tsx": "^4.19.4",
61+
"tsx": "^4.20.1",
6262
"typescript": "^5.8.3",
63-
"typescript-eslint": "^8.33.1",
63+
"typescript-eslint": "^8.34.0",
6464
"unbuild": "3.5.0",
6565
"vite": "catalog:",
66-
"vitest": "^3.2.2",
66+
"vitest": "^3.2.3",
6767
"vue": "catalog:"
6868
},
6969
"simple-git-hooks": {
@@ -83,7 +83,7 @@
8383
"eslint --cache --fix"
8484
]
8585
},
86-
"packageManager": "pnpm@10.11.1",
86+
"packageManager": "pnpm@10.12.1",
8787
"pnpm": {
8888
"overrides": {
8989
"@vitejs/plugin-vue": "workspace:*"

packages/plugin-vue-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@babel/core": "^7.27.4",
3333
"@babel/plugin-transform-typescript": "^7.27.1",
34-
"@rolldown/pluginutils": "^1.0.0-beta.11",
34+
"@rolldown/pluginutils": "^1.0.0-beta.15",
3535
"@vue/babel-plugin-jsx": "^1.4.0"
3636
},
3737
"devDependencies": {

packages/plugin-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"vue": "catalog:"
4444
},
4545
"dependencies": {
46-
"@rolldown/pluginutils": "1.0.0-beta.11"
46+
"@rolldown/pluginutils": "1.0.0-beta.15"
4747
}
4848
}

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

playground/tailwind/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@tailwindcss/vite": "^4.1.8",
14-
"tailwindcss": "^4.1.8",
13+
"@tailwindcss/vite": "^4.1.9",
14+
"tailwindcss": "^4.1.9",
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.15.30",
18+
"@types/node": "^22.15.31",
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
@@ -13,7 +13,7 @@
1313
"@vitejs/plugin-vue": "workspace:*",
1414
"less": "^4.3.0",
1515
"postcss-nested": "^7.0.2",
16-
"sass": "^1.89.1"
16+
"sass": "^1.89.2"
1717
},
1818
"dependencies": {
1919
"vue": "catalog:"

playground/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"js-yaml": "^4.1.0",
1919
"less": "^4.3.0",
2020
"pug": "^3.0.3",
21-
"sass": "^1.89.1",
21+
"sass": "^1.89.2",
2222
"stylus": "^0.64.0"
2323
}
2424
}

0 commit comments

Comments
 (0)