Skip to content

Commit 3f5ec88

Browse files
committed
chore: upgrade deps
1 parent 57102a3 commit 3f5ec88

File tree

3 files changed

+735
-699
lines changed

3 files changed

+735
-699
lines changed

package.json

Lines changed: 10 additions & 10 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.16.0",
4+
"packageManager": "pnpm@10.17.1",
55
"description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.",
66
"type": "module",
77
"keywords": [
@@ -71,23 +71,23 @@
7171
"unplugin": "^2.3.10"
7272
},
7373
"devDependencies": {
74-
"@sxzz/eslint-config": "^7.1.4",
74+
"@sxzz/eslint-config": "^7.2.5",
7575
"@sxzz/prettier-config": "^2.2.4",
76-
"@sxzz/test-utils": "^0.5.10",
77-
"@types/node": "^24.3.2",
76+
"@sxzz/test-utils": "^0.5.11",
77+
"@types/node": "^24.5.2",
7878
"@types/rollup-plugin-css-only": "^3.1.3",
7979
"bumpp": "^10.2.3",
80-
"eslint": "^9.35.0",
80+
"eslint": "^9.36.0",
8181
"fast-glob": "^3.3.3",
8282
"prettier": "^3.6.2",
83-
"rollup": "^4.50.1",
83+
"rollup": "^4.52.2",
8484
"rollup-plugin-css-only": "^4.5.5",
85-
"tsdown": "^0.15.1",
86-
"tsx": "^4.20.5",
85+
"tsdown": "^0.15.4",
86+
"tsx": "^4.20.6",
8787
"typescript": "^5.9.2",
88-
"vite": "^7.1.5",
88+
"vite": "^7.1.7",
8989
"vitest": "^3.2.4",
90-
"vue": "^3.5.21"
90+
"vue": "^3.5.22"
9191
},
9292
"engines": {
9393
"node": ">=20.18.0"

0 commit comments

Comments
 (0)