|
2 | 2 | "name": "unplugin-lightningcss", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.4.5", |
5 | | - "packageManager": "pnpm@10.28.1", |
| 5 | + "packageManager": "pnpm@10.33.0", |
6 | 6 | "description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.", |
7 | 7 | "author": "Kevin Deng <sxzz@sxzz.moe>", |
8 | 8 | "license": "MIT", |
|
67 | 67 | "prepublishOnly": "pnpm run build" |
68 | 68 | }, |
69 | 69 | "dependencies": { |
70 | | - "lightningcss": "^1.31.1", |
| 70 | + "lightningcss": "^1.32.0", |
71 | 71 | "unplugin": "^3.0.0" |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | | - "@sxzz/eslint-config": "^7.5.0", |
75 | | - "@sxzz/prettier-config": "^2.2.6", |
| 74 | + "@sxzz/eslint-config": "^7.8.3", |
| 75 | + "@sxzz/prettier-config": "^2.3.1", |
76 | 76 | "@sxzz/test-utils": "^0.5.15", |
77 | | - "@types/node": "^25.0.10", |
| 77 | + "@types/node": "^25.5.0", |
78 | 78 | "@types/rollup-plugin-css-only": "^3.1.3", |
79 | | - "@typescript/native-preview": "7.0.0-dev.20260122.3", |
80 | | - "bumpp": "^10.4.0", |
81 | | - "eslint": "^9.39.2", |
| 79 | + "@typescript/native-preview": "7.0.0-dev.20260326.1", |
| 80 | + "bumpp": "^10.4.1", |
| 81 | + "eslint": "^9.39.4", |
82 | 82 | "prettier": "^3.8.1", |
83 | | - "rollup": "^4.56.0", |
| 83 | + "rollup": "^4.60.0", |
84 | 84 | "rollup-plugin-css-only": "^4.5.5", |
85 | | - "tsdown": "^0.20.0", |
86 | | - "tsdown-preset-sxzz": "^0.3.1", |
| 85 | + "tsdown": "^0.21.5", |
| 86 | + "tsdown-preset-sxzz": "^0.4.2", |
87 | 87 | "typescript": "^5.9.3", |
88 | 88 | "vite": "^7.3.1", |
89 | | - "vitest": "^4.0.17", |
90 | | - "vue": "^3.5.27" |
| 89 | + "vitest": "^4.1.1", |
| 90 | + "vue": "^3.5.31" |
91 | 91 | }, |
92 | 92 | "prettier": "@sxzz/prettier-config" |
93 | 93 | } |
0 commit comments