|
2 | 2 | "name": "transform-to-unocss", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.1.21", |
5 | | - "packageManager": "pnpm@10.14.0", |
| 5 | + "packageManager": "pnpm@10.15.1", |
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.28.0", |
105 | | - "@rollup/pluginutils": "^5.2.0", |
| 104 | + "@babel/core": "^7.28.3", |
| 105 | + "@rollup/pluginutils": "^5.3.0", |
106 | 106 | "@unocss/core": "^0.50.8", |
107 | 107 | "@unocss/preset-uno": "^0.50.8", |
108 | | - "@vue/babel-plugin-jsx": "^1.4.0", |
109 | | - "@vue/compiler-sfc": "^3.5.18", |
| 108 | + "@vue/babel-plugin-jsx": "^1.5.0", |
| 109 | + "@vue/compiler-sfc": "^3.5.21", |
110 | 110 | "fast-glob": "^3.3.3", |
111 | 111 | "node-html-parser": "^7.0.1", |
112 | 112 | "transform-to-unocss-core": "^0.0.69", |
113 | | - "unplugin": "^2.3.5" |
| 113 | + "unplugin": "^2.3.10" |
114 | 114 | }, |
115 | 115 | "devDependencies": { |
116 | | - "@antfu/eslint-config": "^5.1.0", |
| 116 | + "@antfu/eslint-config": "^5.2.2", |
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.121", |
| 121 | + "@types/node": "^18.19.124", |
122 | 122 | "@types/stylus": "^0.48.43", |
123 | 123 | "bumpp": "^8.2.1", |
124 | | - "eslint": "^9.32.0", |
| 124 | + "eslint": "^9.34.0", |
125 | 125 | "find-up": "^6.3.0", |
126 | | - "less": "^4.4.0", |
| 126 | + "less": "^4.4.1", |
127 | 127 | "less-plugin-module-resolver": "^1.0.3", |
128 | 128 | "lint-staged": "^13.3.0", |
129 | | - "magic-string": "^0.30.17", |
| 129 | + "magic-string": "^0.30.18", |
130 | 130 | "picocolors": "^1.1.1", |
131 | 131 | "prettier": "^3.6.2", |
132 | 132 | "rimraf": "^6.0.1", |
133 | | - "sass": "^1.89.2", |
| 133 | + "sass": "^1.92.0", |
134 | 134 | "simple-git-hooks": "^2.13.1", |
135 | 135 | "stylus": "^0.63.0", |
136 | 136 | "transform-to-unocss": "workspace:^", |
|
0 commit comments