|
1 | 1 | { |
2 | 2 | "name": "unplugin-lightningcss", |
3 | 3 | "version": "0.4.3", |
4 | | - "packageManager": "pnpm@10.17.1", |
| 4 | + "packageManager": "pnpm@10.23.0", |
5 | 5 | "description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.", |
6 | 6 | "type": "module", |
7 | 7 | "keywords": [ |
|
66 | 66 | "prepublishOnly": "pnpm run build" |
67 | 67 | }, |
68 | 68 | "dependencies": { |
69 | | - "lightningcss": "^1.30.1", |
70 | | - "magic-string": "^0.30.19", |
| 69 | + "lightningcss": "^1.30.2", |
| 70 | + "magic-string": "^0.30.21", |
71 | 71 | "unplugin": "^2.3.10" |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | | - "@sxzz/eslint-config": "^7.2.5", |
75 | | - "@sxzz/prettier-config": "^2.2.4", |
76 | | - "@sxzz/test-utils": "^0.5.11", |
77 | | - "@types/node": "^24.5.2", |
| 74 | + "@sxzz/eslint-config": "^7.3.0", |
| 75 | + "@sxzz/prettier-config": "^2.2.5", |
| 76 | + "@sxzz/test-utils": "^0.5.12", |
| 77 | + "@types/node": "^24.10.1", |
78 | 78 | "@types/rollup-plugin-css-only": "^3.1.3", |
79 | | - "bumpp": "^10.2.3", |
80 | | - "eslint": "^9.36.0", |
| 79 | + "bumpp": "^10.3.1", |
| 80 | + "eslint": "^9.39.1", |
81 | 81 | "fast-glob": "^3.3.3", |
82 | 82 | "prettier": "^3.6.2", |
83 | | - "rollup": "^4.52.2", |
| 83 | + "rollup": "^4.53.3", |
84 | 84 | "rollup-plugin-css-only": "^4.5.5", |
85 | | - "tsdown": "^0.15.4", |
| 85 | + "tsdown": "^0.16.6", |
86 | 86 | "tsx": "^4.20.6", |
87 | | - "typescript": "^5.9.2", |
88 | | - "vite": "^7.1.7", |
| 87 | + "typescript": "^5.9.3", |
| 88 | + "vite": "^7.2.4", |
89 | 89 | "vitest": "^3.2.4", |
90 | | - "vue": "^3.5.22" |
| 90 | + "vue": "^3.5.24" |
91 | 91 | }, |
92 | 92 | "engines": { |
93 | 93 | "node": ">=20.18.0" |
|
0 commit comments