|
1 | 1 | {
|
2 | 2 | "name": "unplugin-lightningcss",
|
3 | 3 | "version": "0.2.1",
|
4 |
| - "packageManager": "pnpm@9.15.1", |
| 4 | + "packageManager": "pnpm@10.2.0", |
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": "^5.0.0", |
| 105 | + "@sxzz/prettier-config": "^2.1.1", |
| 106 | + "@sxzz/test-utils": "^0.5.0", |
| 107 | + "@types/node": "^22.13.1", |
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": "^10.0.1", |
| 110 | + "eslint": "^9.19.0", |
| 111 | + "fast-glob": "^3.3.3", |
112 | 112 | "prettier": "^3.4.2",
|
113 |
| - "rollup": "^4.29.1", |
| 113 | + "rollup": "^4.34.2", |
114 | 114 | "rollup-plugin-css-only": "^4.5.2",
|
115 |
| - "tsup": "^8.3.5", |
| 115 | + "tsup": "^8.3.6", |
116 | 116 | "tsx": "^4.19.2",
|
117 |
| - "typescript": "^5.7.2", |
118 |
| - "vite": "^6.0.6", |
119 |
| - "vitest": "^2.1.8", |
| 117 | + "typescript": "^5.7.3", |
| 118 | + "vite": "^6.0.11", |
| 119 | + "vitest": "^3.0.5", |
120 | 120 | "vue": "^3.5.13"
|
121 | 121 | },
|
122 | 122 | "engines": {
|
|
0 commit comments