|
1 | 1 | {
|
2 | 2 | "name": "unplugin-lightningcss",
|
3 | 3 | "version": "0.2.1",
|
4 |
| - "packageManager": "[email protected].1", |
| 4 | + "packageManager": "[email protected].4", |
5 | 5 | "description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.",
|
6 | 6 | "type": "module",
|
7 | 7 | "keywords": [
|
|
96 | 96 | },
|
97 | 97 | "dependencies": {
|
98 | 98 | "@rollup/pluginutils": "^5.1.4",
|
99 |
| - "lightningcss": "^1.28.2", |
| 99 | + "lightningcss": "^1.29.1", |
100 | 100 | "magic-string": "^0.30.17",
|
101 |
| - "unplugin": "^2.1.0" |
| 101 | + "unplugin": "^2.1.2" |
102 | 102 | },
|
103 | 103 | "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", |
108 | 108 | "@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", |
112 | 112 | "prettier": "^3.4.2",
|
113 |
| - "rollup": "^4.29.1", |
| 113 | + "rollup": "^4.31.0", |
114 | 114 | "rollup-plugin-css-only": "^4.5.2",
|
115 | 115 | "tsup": "^8.3.5",
|
116 | 116 | "tsx": "^4.19.2",
|
117 |
| - "typescript": "^5.7.2", |
118 |
| - "vite": "^6.0.6", |
| 117 | + "typescript": "^5.7.3", |
| 118 | + "vite": "^6.0.11", |
119 | 119 | "vitest": "^2.1.8",
|
120 | 120 | "vue": "^3.5.13"
|
121 | 121 | },
|
|
0 commit comments