Skip to content

Commit 8945755

Browse files
fix(deps): update all non-major dependencies
1 parent 799f419 commit 8945755

File tree

5 files changed

+523
-246
lines changed

5 files changed

+523
-246
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@
4848
"eslint-plugin-import-x": "^4.16.1",
4949
"eslint-plugin-n": "^17.23.1",
5050
"eslint-plugin-regexp": "^2.10.0",
51-
"execa": "^9.6.0",
51+
"execa": "^9.6.1",
5252
"fs-extra": "^11.3.2",
5353
"lint-staged": "^16.2.7",
5454
"picocolors": "^1.1.1",
5555
"playwright-chromium": "^1.57.0",
5656
"prettier": "3.6.2",
5757
"rollup": "^4.53.3",
5858
"simple-git-hooks": "^2.13.1",
59-
"tsx": "^4.20.6",
59+
"tsx": "^4.21.0",
6060
"typescript": "^5.9.3",
61-
"typescript-eslint": "^8.48.0",
61+
"typescript-eslint": "^8.48.1",
6262
"vite": "catalog:",
63-
"vitest": "^4.0.14",
63+
"vitest": "^4.0.15",
6464
"vue": "catalog:"
6565
},
6666
"simple-git-hooks": {
@@ -80,5 +80,5 @@
8080
"eslint --cache --fix"
8181
]
8282
},
83-
"packageManager": "pnpm@10.23.0"
83+
"packageManager": "pnpm@10.24.0"
8484
}

packages/plugin-vue-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"@babel/core": "^7.28.5",
3939
"@babel/plugin-syntax-typescript": "^7.27.1",
4040
"@babel/plugin-transform-typescript": "^7.28.5",
41-
"@rolldown/pluginutils": "^1.0.0-beta.51",
41+
"@rolldown/pluginutils": "^1.0.0-beta.52",
4242
"@vue/babel-plugin-jsx": "^2.0.1"
4343
},
4444
"devDependencies": {
45-
"tsdown": "^0.16.7",
45+
"tsdown": "^0.16.8",
4646
"vite": "catalog:"
4747
},
4848
"peerDependencies": {

packages/plugin-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"rollup": "^4.53.3",
4646
"slash": "^5.1.0",
4747
"source-map-js": "^1.2.1",
48-
"tsdown": "^0.16.7",
48+
"tsdown": "^0.16.8",
4949
"vite": "catalog:",
5050
"vue": "catalog:"
5151
},
5252
"dependencies": {
53-
"@rolldown/pluginutils": "1.0.0-beta.51"
53+
"@rolldown/pluginutils": "1.0.0-beta.52"
5454
},
5555
"tsdown": {
5656
"dts": true

0 commit comments

Comments
 (0)