Skip to content

Commit 27a13b9

Browse files
fix(deps): update all non-major dependencies
1 parent d11b08e commit 27a13b9

File tree

2 files changed

+1291
-999
lines changed

2 files changed

+1291
-999
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-lightningcss",
33
"version": "0.4.1",
4-
"packageManager": "pnpm@10.11.0",
4+
"packageManager": "pnpm@10.14.0",
55
"description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.",
66
"type": "module",
77
"keywords": [
@@ -68,26 +68,26 @@
6868
"dependencies": {
6969
"lightningcss": "^1.30.1",
7070
"magic-string": "^0.30.17",
71-
"unplugin": "^2.3.4"
71+
"unplugin": "^2.3.5"
7272
},
7373
"devDependencies": {
74-
"@sxzz/eslint-config": "^7.0.1",
75-
"@sxzz/prettier-config": "^2.2.1",
76-
"@sxzz/test-utils": "^0.5.6",
77-
"@types/node": "^22.15.21",
74+
"@sxzz/eslint-config": "^7.1.2",
75+
"@sxzz/prettier-config": "^2.2.3",
76+
"@sxzz/test-utils": "^0.5.9",
77+
"@types/node": "^22.17.1",
7878
"@types/rollup-plugin-css-only": "^3.1.3",
79-
"bumpp": "^10.1.1",
80-
"eslint": "^9.27.0",
79+
"bumpp": "^10.2.3",
80+
"eslint": "^9.33.0",
8181
"fast-glob": "^3.3.3",
82-
"prettier": "^3.5.3",
83-
"rollup": "^4.41.0",
82+
"prettier": "^3.6.2",
83+
"rollup": "^4.46.2",
8484
"rollup-plugin-css-only": "^4.5.2",
85-
"tsdown": "^0.12.1",
86-
"tsx": "^4.19.4",
87-
"typescript": "^5.8.3",
88-
"vite": "^7.0.0",
89-
"vitest": "^3.1.4",
90-
"vue": "^3.5.14"
85+
"tsdown": "^0.14.1",
86+
"tsx": "^4.20.3",
87+
"typescript": "^5.9.2",
88+
"vite": "^7.1.2",
89+
"vitest": "^3.2.4",
90+
"vue": "^3.5.18"
9191
},
9292
"engines": {
9393
"node": ">=20.18.0"

0 commit comments

Comments
 (0)