Skip to content

Commit 295b741

Browse files
committed
chore: upgrade deps
1 parent 6acda55 commit 295b741

File tree

2 files changed

+984
-1141
lines changed

2 files changed

+984
-1141
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-lightningcss",
33
"version": "0.3.1",
4-
"packageManager": "pnpm@10.3.0",
4+
"packageManager": "pnpm@10.5.2",
55
"description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.",
66
"type": "module",
77
"keywords": [
@@ -72,22 +72,22 @@
7272
"unplugin-utils": "^0.2.4"
7373
},
7474
"devDependencies": {
75-
"@sxzz/eslint-config": "^5.1.0",
76-
"@sxzz/prettier-config": "^2.1.2",
75+
"@sxzz/eslint-config": "^5.2.0",
76+
"@sxzz/prettier-config": "^2.2.0",
7777
"@sxzz/test-utils": "^0.5.1",
78-
"@types/node": "^22.13.1",
78+
"@types/node": "^22.13.9",
7979
"@types/rollup-plugin-css-only": "^3.1.3",
8080
"bumpp": "^10.0.3",
81-
"eslint": "^9.20.1",
81+
"eslint": "^9.21.0",
8282
"fast-glob": "^3.3.3",
83-
"prettier": "^3.5.0",
84-
"rollup": "^4.34.6",
83+
"prettier": "^3.5.3",
84+
"rollup": "^4.34.9",
8585
"rollup-plugin-css-only": "^4.5.2",
86-
"tsdown": "^0.5.9",
87-
"tsx": "^4.19.2",
88-
"typescript": "^5.7.3",
89-
"vite": "^6.1.0",
90-
"vitest": "^3.0.5",
86+
"tsdown": "^0.6.3",
87+
"tsx": "^4.19.3",
88+
"typescript": "^5.8.2",
89+
"vite": "^6.2.0",
90+
"vitest": "^3.0.7",
9191
"vue": "^3.5.13"
9292
},
9393
"engines": {

0 commit comments

Comments
 (0)