Skip to content

Commit 0cb990a

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

File tree

6 files changed

+176
-157
lines changed

6 files changed

+176
-157
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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",
@@ -60,10 +60,10 @@
6060
"simple-git-hooks": "^2.13.0",
6161
"tsx": "^4.19.4",
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.13",
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.13"
4747
}
4848
}

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)