|
2 | 2 | "name": "transform-to-unocss", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.1.18", |
5 | | - "packageManager": "pnpm@10.12.2", |
| 5 | + "packageManager": "pnpm@10.14.0", |
6 | 6 | "description": "🚀 Effortlessly transform CSS, inline styles, and preprocessors (Sass/Less/Stylus) to UnoCSS with smart conflict resolution and debug support", |
7 | 7 | "author": { |
8 | 8 | "name": "Simon He", |
|
101 | 101 | } |
102 | 102 | }, |
103 | 103 | "dependencies": { |
104 | | - "@babel/core": "^7.27.4", |
| 104 | + "@babel/core": "^7.28.0", |
105 | 105 | "@rollup/pluginutils": "^5.2.0", |
106 | 106 | "@unocss/core": "^0.50.8", |
107 | 107 | "@unocss/preset-uno": "^0.50.8", |
|
113 | 113 | "unplugin": "^2.3.5" |
114 | 114 | }, |
115 | 115 | "devDependencies": { |
116 | | - "@antfu/eslint-config": "^4.16.1", |
| 116 | + "@antfu/eslint-config": "^4.19.0", |
117 | 117 | "@simon_he/clack-prompts": "^0.8.11", |
118 | 118 | "@simon_he/colorize": "^0.0.1", |
119 | 119 | "@types/babel__core": "^7.20.5", |
120 | 120 | "@types/less": "^3.0.8", |
121 | | - "@types/node": "^18.19.112", |
| 121 | + "@types/node": "^18.19.121", |
122 | 122 | "@types/stylus": "^0.48.43", |
123 | 123 | "bumpp": "^8.2.1", |
124 | 124 | "eslint": "^8.57.1", |
125 | 125 | "find-up": "^6.3.0", |
126 | | - "less": "^4.3.0", |
| 126 | + "less": "^4.4.0", |
127 | 127 | "less-plugin-module-resolver": "^1.0.3", |
128 | 128 | "lint-staged": "^13.3.0", |
129 | 129 | "magic-string": "^0.30.17", |
130 | 130 | "picocolors": "^1.1.1", |
131 | | - "prettier": "^3.6.0", |
| 131 | + "prettier": "^3.6.2", |
132 | 132 | "rimraf": "^6.0.1", |
133 | 133 | "sass": "^1.89.2", |
134 | | - "simple-git-hooks": "^2.13.0", |
| 134 | + "simple-git-hooks": "^2.13.1", |
135 | 135 | "stylus": "^0.63.0", |
136 | 136 | "transform-to-unocss": "workspace:^", |
137 | 137 | "tsdown": "^0.9.9", |
138 | 138 | "tsx": "^3.14.0", |
139 | | - "typescript": "^5.8.3", |
| 139 | + "typescript": "^5.9.2", |
140 | 140 | "vitest": "^3.2.4" |
141 | 141 | }, |
142 | 142 | "lint-staged": { |
|
0 commit comments