Skip to content

Commit 25b0f47

Browse files
fix(deps): update all non-major dependencies
1 parent 46edd7e commit 25b0f47

File tree

10 files changed

+277
-306
lines changed

10 files changed

+277
-306
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
},
3838
"devDependencies": {
3939
"@babel/types": "^7.28.5",
40-
"@eslint/js": "^9.38.0",
40+
"@eslint/js": "^9.39.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.18.12",
45+
"@types/node": "^22.19.0",
4646
"@vitejs/release-scripts": "^1.6.0",
47-
"eslint": "^9.38.0",
47+
"eslint": "^9.39.0",
4848
"eslint-import-resolver-typescript": "^4.4.4",
4949
"eslint-plugin-import-x": "^4.16.1",
5050
"eslint-plugin-n": "^17.23.1",
@@ -81,5 +81,5 @@
8181
"eslint --cache --fix"
8282
]
8383
},
84-
"packageManager": "pnpm@10.19.0"
84+
"packageManager": "pnpm@10.20.0"
8585
}

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.45",
41+
"@rolldown/pluginutils": "^1.0.0-beta.46",
4242
"@vue/babel-plugin-jsx": "^2.0.1"
4343
},
4444
"devDependencies": {
45-
"tsdown": "^0.15.10",
45+
"tsdown": "^0.15.12",
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,11 +45,11 @@
4545
"rollup": "^4.52.5",
4646
"slash": "^5.1.0",
4747
"source-map-js": "^1.2.1",
48-
"tsdown": "^0.15.10",
48+
"tsdown": "^0.15.12",
4949
"vite": "catalog:",
5050
"vue": "catalog:"
5151
},
5252
"dependencies": {
53-
"@rolldown/pluginutils": "1.0.0-beta.45"
53+
"@rolldown/pluginutils": "1.0.0-beta.46"
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.18.12",
7+
"@types/node": "^22.19.0",
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.18.12",
18+
"@types/node": "^22.19.0",
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.18.12",
18+
"@types/node": "^22.19.0",
1919
"@vitejs/plugin-vue": "workspace:*"
2020
}
2121
}

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.13.5",
18+
"@swc/core": "^1.14.0",
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.93.2"
16+
"sass": "^1.93.3"
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.4.2",
2020
"pug": "^3.0.3",
21-
"sass": "^1.93.2",
21+
"sass": "^1.93.3",
2222
"stylus": "^0.64.0"
2323
}
2424
}

0 commit comments

Comments
 (0)