Skip to content

Commit 703b107

Browse files
committed
chore: upgrade deps
1 parent 2f855ee commit 703b107

File tree

2 files changed

+684
-1405
lines changed

2 files changed

+684
-1405
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-lightningcss",
33
"version": "0.4.0",
4-
"packageManager": "pnpm@10.10.0",
4+
"packageManager": "pnpm@10.11.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.29.3",
69+
"lightningcss": "^1.30.1",
7070
"magic-string": "^0.30.17",
71-
"unplugin": "^2.3.2"
71+
"unplugin": "^2.3.4"
7272
},
7373
"devDependencies": {
74-
"@sxzz/eslint-config": "^7.0.0",
74+
"@sxzz/eslint-config": "^7.0.1",
7575
"@sxzz/prettier-config": "^2.2.1",
7676
"@sxzz/test-utils": "^0.5.6",
77-
"@types/node": "^22.15.17",
77+
"@types/node": "^22.15.21",
7878
"@types/rollup-plugin-css-only": "^3.1.3",
79-
"bumpp": "^10.1.0",
80-
"eslint": "^9.26.0",
79+
"bumpp": "^10.1.1",
80+
"eslint": "^9.27.0",
8181
"fast-glob": "^3.3.3",
8282
"prettier": "^3.5.3",
83-
"rollup": "^4.40.2",
83+
"rollup": "^4.41.0",
8484
"rollup-plugin-css-only": "^4.5.2",
85-
"tsdown": "^0.11.1",
85+
"tsdown": "^0.12.1",
8686
"tsx": "^4.19.4",
8787
"typescript": "^5.8.3",
8888
"vite": "^6.3.5",
89-
"vitest": "^3.1.3",
90-
"vue": "^3.5.13"
89+
"vitest": "^3.1.4",
90+
"vue": "^3.5.14"
9191
},
9292
"engines": {
9393
"node": ">=20.18.0"

0 commit comments

Comments
 (0)