Skip to content

Commit f23c327

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

File tree

2 files changed

+138
-138
lines changed

2 files changed

+138
-138
lines changed

package.json

Lines changed: 6 additions & 6 deletions
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].3",
55
"description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.",
66
"type": "module",
77
"keywords": [
@@ -98,24 +98,24 @@
9898
"@rollup/pluginutils": "^5.1.4",
9999
"lightningcss": "^1.28.2",
100100
"magic-string": "^0.30.17",
101-
"unplugin": "^2.1.0"
101+
"unplugin": "^2.1.2"
102102
},
103103
"devDependencies": {
104104
"@sxzz/eslint-config": "^4.5.1",
105105
"@sxzz/prettier-config": "^2.0.2",
106106
"@sxzz/test-utils": "^0.3.11",
107-
"@types/node": "^22.10.2",
107+
"@types/node": "^22.10.5",
108108
"@types/rollup-plugin-css-only": "^3.1.3",
109109
"bumpp": "^9.9.2",
110110
"eslint": "^9.17.0",
111-
"fast-glob": "^3.3.2",
111+
"fast-glob": "^3.3.3",
112112
"prettier": "^3.4.2",
113-
"rollup": "^4.29.1",
113+
"rollup": "^4.29.2",
114114
"rollup-plugin-css-only": "^4.5.2",
115115
"tsup": "^8.3.5",
116116
"tsx": "^4.19.2",
117117
"typescript": "^5.7.2",
118-
"vite": "^6.0.6",
118+
"vite": "^6.0.7",
119119
"vitest": "^2.1.8",
120120
"vue": "^3.5.13"
121121
},

0 commit comments

Comments
 (0)