Skip to content

Commit 6e0c16c

Browse files
committed
chore: upgrade deps
1 parent e49f478 commit 6e0c16c

File tree

2 files changed

+386
-405
lines changed

2 files changed

+386
-405
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.3.0",
4-
"packageManager": "pnpm@10.2.0",
4+
"packageManager": "pnpm@10.3.0",
55
"description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.",
66
"type": "module",
77
"keywords": [
@@ -67,22 +67,22 @@
6767
"dependencies": {
6868
"lightningcss": "^1.29.1",
6969
"magic-string": "^0.30.17",
70-
"unplugin": "^2.1.2",
71-
"unplugin-utils": "^0.2.2"
70+
"unplugin": "^2.2.0",
71+
"unplugin-utils": "^0.2.4"
7272
},
7373
"devDependencies": {
74-
"@sxzz/eslint-config": "^5.0.1",
75-
"@sxzz/prettier-config": "^2.1.1",
74+
"@sxzz/eslint-config": "^5.1.0",
75+
"@sxzz/prettier-config": "^2.1.2",
7676
"@sxzz/test-utils": "^0.5.1",
7777
"@types/node": "^22.13.1",
7878
"@types/rollup-plugin-css-only": "^3.1.3",
79-
"bumpp": "^10.0.2",
80-
"eslint": "^9.19.0",
79+
"bumpp": "^10.0.3",
80+
"eslint": "^9.20.1",
8181
"fast-glob": "^3.3.3",
82-
"prettier": "^3.4.2",
83-
"rollup": "^4.34.4",
82+
"prettier": "^3.5.0",
83+
"rollup": "^4.34.6",
8484
"rollup-plugin-css-only": "^4.5.2",
85-
"tsdown": "^0.5.8",
85+
"tsdown": "^0.5.9",
8686
"tsx": "^4.19.2",
8787
"typescript": "^5.7.3",
8888
"vite": "^6.1.0",

0 commit comments

Comments
 (0)