|
1 | 1 | { |
2 | 2 | "name": "transform-to-unocss", |
3 | 3 | "type": "module", |
4 | | - "version": "0.0.94", |
5 | | - "packageManager": "pnpm@10.8.1", |
| 4 | + "version": "0.0.93", |
| 5 | + "packageManager": "pnpm@10.8.0", |
6 | 6 | "description": "The tool that transform css to unocss", |
7 | 7 | "author": "Simon He", |
8 | 8 | "license": "MIT", |
|
58 | 58 | "typecheck": "tsc --noEmit" |
59 | 59 | }, |
60 | 60 | "dependencies": { |
| 61 | + "@babel/core": "^7.21.0", |
61 | 62 | "fast-glob": "^3.3.3" |
62 | 63 | }, |
63 | 64 | "devDependencies": { |
64 | 65 | "@antfu/eslint-config": "^4.12.0", |
65 | | - "@babel/core": "^7.26.10", |
66 | | - "@babel/eslint-parser": "^7.27.0", |
67 | | - "@babel/plugin-syntax-import-meta": "^7.10.4", |
68 | | - "@babel/plugin-transform-typescript": "^7.27.0", |
69 | | - "@babel/preset-typescript": "^7.27.0", |
70 | | - "@rollup/pluginutils": "^5.1.4", |
| 66 | + "@rollup/pluginutils": "^5.0.2", |
71 | 67 | "@simon_he/colorize": "^0.0.1", |
72 | 68 | "@types/babel__core": "^7.20.5", |
73 | 69 | "@types/less": "^3.0.8", |
74 | 70 | "@types/node": "^18.19.86", |
75 | 71 | "@types/stylus": "^0.48.43", |
76 | | - "@unocss/preset-uno": "^0.50.8", |
77 | | - "@vue/babel-plugin-jsx": "^1.4.0", |
| 72 | + "@unocss/preset-uno": "^0.50.4", |
| 73 | + "@vue/babel-plugin-jsx": "^1.1.1", |
78 | 74 | "bumpp": "^8.2.1", |
79 | | - "eslint": "^8.57.1", |
| 75 | + "eslint": "^8.18.0", |
80 | 76 | "esno": "^0.16.3", |
81 | 77 | "find-up": "^6.3.0", |
82 | | - "less": "^4.3.0", |
| 78 | + "less": "^4.1.3", |
83 | 79 | "less-plugin-module-resolver": "^1.0.3", |
84 | 80 | "lint-staged": "^13.3.0", |
85 | 81 | "magic-string": "^0.30.17", |
|
91 | 87 | "stylus": "^0.63.0", |
92 | 88 | "transform-to-unocss": "workspace:^", |
93 | 89 | "transform-to-unocss-core": "^0.0.35", |
94 | | - "tsup": "^6.7.0", |
| 90 | + "tsup": "^6.5.0", |
95 | 91 | "tsx": "^3.14.0", |
96 | 92 | "typescript": "^5.8.3", |
97 | | - "unplugin": "^2.3.2", |
| 93 | + "unplugin": "^1.3.1", |
98 | 94 | "vitest": "^3.1.1" |
99 | 95 | }, |
100 | 96 | "lint-staged": { |
|
0 commit comments