|
1 | 1 | {
|
2 | 2 | "name": "unplugin-lightningcss",
|
3 | 3 | "version": "0.3.2",
|
4 |
| - "packageManager": "pnpm@10.5.2", |
| 4 | + "packageManager": "pnpm@10.9.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.29.1", |
| 69 | + "lightningcss": "^1.29.3", |
70 | 70 | "magic-string": "^0.30.17",
|
71 |
| - "unplugin": "^2.2.0", |
| 71 | + "unplugin": "^2.3.2", |
72 | 72 | "unplugin-utils": "^0.2.4"
|
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
75 |
| - "@sxzz/eslint-config": "^5.2.0", |
76 |
| - "@sxzz/prettier-config": "^2.2.0", |
77 |
| - "@sxzz/test-utils": "^0.5.1", |
78 |
| - "@types/node": "^22.13.9", |
| 75 | + "@sxzz/eslint-config": "^6.1.2", |
| 76 | + "@sxzz/prettier-config": "^2.2.1", |
| 77 | + "@sxzz/test-utils": "^0.5.5", |
| 78 | + "@types/node": "^22.15.2", |
79 | 79 | "@types/rollup-plugin-css-only": "^3.1.3",
|
80 |
| - "bumpp": "^10.0.3", |
81 |
| - "eslint": "^9.21.0", |
| 80 | + "bumpp": "^10.1.0", |
| 81 | + "eslint": "^9.25.1", |
82 | 82 | "fast-glob": "^3.3.3",
|
83 | 83 | "prettier": "^3.5.3",
|
84 |
| - "rollup": "^4.34.9", |
| 84 | + "rollup": "^4.40.0", |
85 | 85 | "rollup-plugin-css-only": "^4.5.2",
|
86 |
| - "tsdown": "^0.6.3", |
| 86 | + "tsdown": "^0.9.8", |
87 | 87 | "tsx": "^4.19.3",
|
88 |
| - "typescript": "^5.8.2", |
89 |
| - "vite": "^6.2.0", |
90 |
| - "vitest": "^3.0.7", |
| 88 | + "typescript": "^5.8.3", |
| 89 | + "vite": "^6.3.3", |
| 90 | + "vitest": "^3.1.2", |
91 | 91 | "vue": "^3.5.13"
|
92 | 92 | },
|
93 | 93 | "engines": {
|
94 | 94 | "node": ">=18.12.0"
|
95 | 95 | },
|
96 | 96 | "prettier": "@sxzz/prettier-config",
|
97 | 97 | "resolutions": {
|
98 |
| - "@types/rollup-plugin-css-only>rollup": "latest" |
| 98 | + "@types/rollup-plugin-css-only>rollup": "-" |
99 | 99 | }
|
100 | 100 | }
|
0 commit comments