Skip to content

Commit b0d0436

Browse files
fix(deps): update all non-major dependencies
1 parent 01400ae commit b0d0436

File tree

2 files changed

+502
-453
lines changed

2 files changed

+502
-453
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-lightningcss",
33
"version": "0.2.1",
4-
"packageManager": "[email protected].1",
4+
"packageManager": "[email protected].4",
55
"description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.",
66
"type": "module",
77
"keywords": [
@@ -96,26 +96,26 @@
9696
},
9797
"dependencies": {
9898
"@rollup/pluginutils": "^5.1.4",
99-
"lightningcss": "^1.28.2",
99+
"lightningcss": "^1.29.1",
100100
"magic-string": "^0.30.17",
101-
"unplugin": "^2.1.0"
101+
"unplugin": "^2.1.2"
102102
},
103103
"devDependencies": {
104-
"@sxzz/eslint-config": "^4.5.1",
105-
"@sxzz/prettier-config": "^2.0.2",
106-
"@sxzz/test-utils": "^0.3.11",
107-
"@types/node": "^22.10.2",
104+
"@sxzz/eslint-config": "^4.6.0",
105+
"@sxzz/prettier-config": "^2.1.0",
106+
"@sxzz/test-utils": "^0.3.12",
107+
"@types/node": "^22.10.7",
108108
"@types/rollup-plugin-css-only": "^3.1.3",
109-
"bumpp": "^9.9.2",
110-
"eslint": "^9.17.0",
111-
"fast-glob": "^3.3.2",
109+
"bumpp": "^9.10.2",
110+
"eslint": "^9.18.0",
111+
"fast-glob": "^3.3.3",
112112
"prettier": "^3.4.2",
113-
"rollup": "^4.29.1",
113+
"rollup": "^4.31.0",
114114
"rollup-plugin-css-only": "^4.5.2",
115115
"tsup": "^8.3.5",
116116
"tsx": "^4.19.2",
117-
"typescript": "^5.7.2",
118-
"vite": "^6.0.6",
117+
"typescript": "^5.7.3",
118+
"vite": "^6.0.11",
119119
"vitest": "^2.1.8",
120120
"vue": "^3.5.13"
121121
},

0 commit comments

Comments
 (0)