Skip to content

Commit ea91ac6

Browse files
fix(deps): update all non-major dependencies
1 parent 3f5ec88 commit ea91ac6

File tree

2 files changed

+972
-870
lines changed

2 files changed

+972
-870
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-lightningcss",
33
"version": "0.4.3",
4-
"packageManager": "pnpm@10.17.1",
4+
"packageManager": "pnpm@10.22.0",
55
"description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.",
66
"type": "module",
77
"keywords": [
@@ -66,28 +66,28 @@
6666
"prepublishOnly": "pnpm run build"
6767
},
6868
"dependencies": {
69-
"lightningcss": "^1.30.1",
70-
"magic-string": "^0.30.19",
69+
"lightningcss": "^1.30.2",
70+
"magic-string": "^0.30.21",
7171
"unplugin": "^2.3.10"
7272
},
7373
"devDependencies": {
74-
"@sxzz/eslint-config": "^7.2.5",
75-
"@sxzz/prettier-config": "^2.2.4",
76-
"@sxzz/test-utils": "^0.5.11",
77-
"@types/node": "^24.5.2",
74+
"@sxzz/eslint-config": "^7.3.0",
75+
"@sxzz/prettier-config": "^2.2.5",
76+
"@sxzz/test-utils": "^0.5.12",
77+
"@types/node": "^24.10.1",
7878
"@types/rollup-plugin-css-only": "^3.1.3",
79-
"bumpp": "^10.2.3",
80-
"eslint": "^9.36.0",
79+
"bumpp": "^10.3.1",
80+
"eslint": "^9.39.1",
8181
"fast-glob": "^3.3.3",
8282
"prettier": "^3.6.2",
83-
"rollup": "^4.52.2",
83+
"rollup": "^4.53.2",
8484
"rollup-plugin-css-only": "^4.5.5",
85-
"tsdown": "^0.15.4",
85+
"tsdown": "^0.16.5",
8686
"tsx": "^4.20.6",
87-
"typescript": "^5.9.2",
88-
"vite": "^7.1.7",
87+
"typescript": "^5.9.3",
88+
"vite": "^7.2.2",
8989
"vitest": "^3.2.4",
90-
"vue": "^3.5.22"
90+
"vue": "^3.5.24"
9191
},
9292
"engines": {
9393
"node": ">=20.18.0"

0 commit comments

Comments
 (0)