|
2 | 2 | "name": "@vue-macros/cli",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "1.2.1",
|
5 |
| - "packageManager": "pnpm@8.10.5", |
| 5 | + "packageManager": "pnpm@10.14.0", |
6 | 6 | "description": "Rewriting at vue macros powered by ast-grep.",
|
7 | 7 | "author": "zhiyuanzmj <[email protected]>",
|
8 | 8 | "license": "MIT",
|
|
42 | 42 | "prepublishOnly": "pnpm run build"
|
43 | 43 | },
|
44 | 44 | "dependencies": {
|
45 |
| - "@antfu/ni": "^0.21.12", |
46 |
| - "@ast-grep/cli": "^0.14.2", |
47 |
| - "@inquirer/prompts": "^3.3.0", |
48 |
| - "magicast": "^0.3.2", |
49 |
| - "pkg-types": "^1.0.3", |
50 |
| - "zx": "^7.2.3" |
| 45 | + "@antfu/ni": "^25.0.0", |
| 46 | + "@ast-grep/cli": "^0.39.2", |
| 47 | + "@inquirer/prompts": "^7.8.0", |
| 48 | + "magicast": "^0.3.5", |
| 49 | + "pkg-types": "^2.2.0", |
| 50 | + "zx": "^8.7.2" |
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@antfu/eslint-config": "^2.1.2", |
54 |
| - "@vitejs/plugin-vue": "^4.5.1", |
55 |
| - "@vitejs/plugin-vue-jsx": "^3.1.0", |
56 |
| - "@vue-macros/volar": "^0.17.4", |
57 |
| - "@vue/babel-helper-vue-transform-on": "1.2.0-alpha.0", |
58 |
| - "bumpp": "^9.2.0", |
59 |
| - "typescript": "^5.3.2", |
60 |
| - "unbuild": "^2.0.0", |
61 |
| - "unocss": "^0.57.7", |
62 |
| - "unplugin-vue-macros": "^2.7.0", |
63 |
| - "vitest": "^0.34.6" |
| 53 | + "@antfu/eslint-config": "^5.1.0", |
| 54 | + "@types/node": "^24.2.0", |
| 55 | + "@vitejs/plugin-vue": "^6.0.1", |
| 56 | + "@vitejs/plugin-vue-jsx": "^5.0.1", |
| 57 | + "@vue-macros/volar": "^3.0.0-beta.20", |
| 58 | + "@vue/babel-helper-vue-transform-on": "1.4.0", |
| 59 | + "bumpp": "^10.2.2", |
| 60 | + "typescript": "^5.9.2", |
| 61 | + "unbuild": "^3.6.0", |
| 62 | + "unocss": "^66.4.1", |
| 63 | + "unplugin-vue-macros": "^2.14.5", |
| 64 | + "vitest": "^3.2.4" |
64 | 65 | }
|
65 | 66 | }
|
0 commit comments