|
1 | 1 | { |
2 | 2 | "name": "transform-to-unocss", |
3 | 3 | "version": "0.0.88", |
4 | | - "packageManager": "pnpm@8.15.9", |
| 4 | + "packageManager": "pnpm@9.15.0", |
5 | 5 | "description": "The tool that transform css to unocss", |
6 | 6 | "author": "Simon He", |
7 | 7 | "license": "MIT", |
|
57 | 57 | "typecheck": "tsc --noEmit" |
58 | 58 | }, |
59 | 59 | "dependencies": { |
60 | | - "fast-glob": "^3.3.2" |
| 60 | + "@vue/compiler-sfc": "3.3.4" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | | - "@antfu/eslint-config": "^2.25.1", |
64 | | - "@babel/core": "^7.25.2", |
65 | | - "@babel/eslint-parser": "^7.25.1", |
66 | | - "@babel/plugin-syntax-import-meta": "^7.10.4", |
67 | | - "@babel/plugin-transform-typescript": "^7.25.2", |
68 | | - "@rollup/pluginutils": "^5.1.0", |
| 63 | + "@antfu/eslint-config": "^3.11.2", |
| 64 | + "@babel/core": "7.21.0", |
| 65 | + "@babel/eslint-parser": "7.19.1", |
| 66 | + "@babel/plugin-syntax-import-meta": "7.10.4", |
| 67 | + "@babel/plugin-transform-typescript": "7.21.0", |
| 68 | + "@rollup/pluginutils": "^5.1.3", |
69 | 69 | "@simon_he/colorize": "^0.0.1", |
70 | 70 | "@types/babel__core": "^7.20.5", |
71 | | - "@types/less": "^3.0.6", |
72 | | - "@types/node": "^18.19.44", |
73 | | - "@types/stylus": "^0.48.42", |
| 71 | + "@types/less": "^3.0.7", |
| 72 | + "@types/node": "^18.19.68", |
| 73 | + "@types/stylus": "^0.48.43", |
74 | 74 | "@unocss/preset-uno": "^0.50.8", |
75 | | - "@vue/babel-plugin-jsx": "^1.2.2", |
| 75 | + "@vue/babel-plugin-jsx": "^1.2.5", |
76 | 76 | "bumpp": "^8.2.1", |
77 | | - "eslint": "^8.57.0", |
| 77 | + "eslint": "^9.16.0", |
78 | 78 | "esno": "^0.16.3", |
79 | | - "find-up": "^6.3.0", |
80 | | - "less": "^4.2.0", |
| 79 | + "fast-glob": "^3.3.2", |
| 80 | + "find-up": "^7.0.0", |
| 81 | + "less": "^4.2.1", |
81 | 82 | "less-plugin-module-resolver": "^1.0.3", |
82 | 83 | "lint-staged": "^13.3.0", |
83 | | - "magic-string": "^0.30.11", |
84 | | - "monaco-editor": "^0.36.1", |
85 | | - "picocolors": "^1.0.1", |
86 | | - "pnpm": "^8.15.9", |
87 | | - "prettier": "^2.8.8", |
88 | | - "rimraf": "^3.0.2", |
89 | | - "sass": "^1.77.8", |
| 84 | + "magic-string": "^0.30.15", |
| 85 | + "picocolors": "^1.1.1", |
| 86 | + "pnpm": "^9.15.0", |
| 87 | + "prettier": "^3.4.2", |
| 88 | + "rimraf": "^6.0.1", |
| 89 | + "sass": "^1.82.0", |
90 | 90 | "simple-git-hooks": "^2.11.1", |
91 | | - "stylus": "^0.59.0", |
| 91 | + "stylus": "^0.63.0", |
92 | 92 | "transform-to-unocss": "workspace:^", |
93 | 93 | "transform-to-unocss-core": "^0.0.31", |
94 | 94 | "tsup": "^6.7.0", |
95 | 95 | "tsx": "^3.14.0", |
96 | | - "typescript": "^4.9.5", |
97 | | - "unplugin": "^1.12.1", |
98 | | - "vitest": "^1.6.0" |
| 96 | + "typescript": "^5.7.2", |
| 97 | + "unplugin": "^1.16.0", |
| 98 | + "vitest": "^2.1.8" |
99 | 99 | }, |
100 | 100 | "lint-staged": { |
101 | 101 | "*": [ |
|
0 commit comments