Skip to content

Commit 2b278f8

Browse files
fix(deps): update all non-major dependencies
1 parent d910114 commit 2b278f8

File tree

8 files changed

+423
-446
lines changed

8 files changed

+423
-446
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@
5050
"eslint-plugin-regexp": "^2.10.0",
5151
"execa": "^9.6.0",
5252
"fs-extra": "^11.3.2",
53-
"lint-staged": "^16.2.6",
53+
"lint-staged": "^16.2.7",
5454
"picocolors": "^1.1.1",
55-
"playwright-chromium": "^1.56.1",
55+
"playwright-chromium": "^1.57.0",
5656
"prettier": "3.6.2",
5757
"rollup": "^4.53.3",
5858
"simple-git-hooks": "^2.13.1",
5959
"tsx": "^4.20.6",
6060
"typescript": "^5.9.3",
61-
"typescript-eslint": "^8.46.4",
61+
"typescript-eslint": "^8.48.0",
6262
"vite": "catalog:",
63-
"vitest": "^4.0.9",
63+
"vitest": "^4.0.14",
6464
"vue": "catalog:"
6565
},
6666
"simple-git-hooks": {
@@ -80,5 +80,5 @@
8080
"eslint --cache --fix"
8181
]
8282
},
83-
"packageManager": "pnpm@10.22.0"
83+
"packageManager": "pnpm@10.23.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.50",
41+
"@rolldown/pluginutils": "^1.0.0-beta.51",
4242
"@vue/babel-plugin-jsx": "^2.0.1"
4343
},
4444
"devDependencies": {
45-
"tsdown": "^0.16.4",
45+
"tsdown": "^0.16.7",
4646
"vite": "catalog:"
4747
},
4848
"peerDependencies": {

packages/plugin-vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141
"devDependencies": {
4242
"@jridgewell/gen-mapping": "^0.3.13",
4343
"@jridgewell/trace-mapping": "^0.3.31",
44-
"obug": "^2.0.0",
44+
"obug": "^2.1.1",
4545
"rollup": "^4.53.3",
4646
"slash": "^5.1.0",
4747
"source-map-js": "^1.2.1",
48-
"tsdown": "^0.16.4",
48+
"tsdown": "^0.16.7",
4949
"vite": "catalog:",
5050
"vue": "catalog:"
5151
},
5252
"dependencies": {
53-
"@rolldown/pluginutils": "1.0.0-beta.50"
53+
"@rolldown/pluginutils": "1.0.0-beta.51"
5454
},
5555
"tsdown": {
5656
"dts": true

playground/vue-jsx-ts-built-in/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@babel/plugin-syntax-decorators": "^7.27.1",
1717
"@rollup/plugin-swc": "^0.4.0",
18-
"@swc/core": "^1.15.2",
18+
"@swc/core": "^1.15.3",
1919
"@vitejs/plugin-vue": "workspace:*",
2020
"@vitejs/plugin-vue-jsx": "workspace:*"
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.4.2",
1515
"postcss-nested": "^7.0.2",
16-
"sass": "^1.94.0"
16+
"sass": "^1.94.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.1",
1919
"less": "^4.4.2",
2020
"pug": "^3.0.3",
21-
"sass": "^1.94.0",
21+
"sass": "^1.94.2",
2222
"stylus": "^0.64.0"
2323
}
2424
}

0 commit comments

Comments
 (0)