|
2 | 2 | "name": "unplugin-ast", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.16.0", |
5 | | - "packageManager": "pnpm@10.28.1", |
| 5 | + "packageManager": "pnpm@10.29.2", |
6 | 6 | "description": "Manipulate the AST to transform your code.", |
7 | 7 | "author": "Kevin Deng <sxzz@sxzz.moe>", |
8 | 8 | "license": "MIT", |
|
63 | 63 | "prepublishOnly": "pnpm run build" |
64 | 64 | }, |
65 | 65 | "dependencies": { |
66 | | - "@babel/generator": "^8.0.0-beta.4", |
67 | | - "@babel/parser": "^8.0.0-beta.4", |
68 | | - "@babel/types": "^8.0.0-beta.4", |
| 66 | + "@babel/generator": "^8.0.0-rc.1", |
| 67 | + "@babel/parser": "^8.0.0-rc.1", |
| 68 | + "@babel/types": "^8.0.0-rc.1", |
69 | 69 | "ast-kit": "^3.0.0-beta.1", |
70 | 70 | "magic-string-ast": "^1.0.3", |
71 | 71 | "unplugin": "^3.0.0" |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | 74 | "@antfu/utils": "^9.3.0", |
75 | | - "@sxzz/eslint-config": "^7.5.0", |
76 | | - "@sxzz/prettier-config": "^2.2.6", |
77 | | - "@types/node": "^25.0.10", |
78 | | - "bumpp": "^10.4.0", |
| 75 | + "@sxzz/eslint-config": "^7.7.1", |
| 76 | + "@sxzz/prettier-config": "^2.3.1", |
| 77 | + "@types/node": "^25.2.3", |
| 78 | + "bumpp": "^10.4.1", |
79 | 79 | "eslint": "^9.39.2", |
80 | 80 | "prettier": "^3.8.1", |
81 | | - "rollup": "^4.56.0", |
82 | | - "tsdown": "^0.20.0", |
83 | | - "tsdown-preset-sxzz": "^0.3.1", |
| 81 | + "rollup": "^4.57.1", |
| 82 | + "tsdown": "^0.20.3", |
| 83 | + "tsdown-preset-sxzz": "^0.3.3", |
84 | 84 | "typescript": "^5.9.3", |
85 | 85 | "vite": "^7.3.1", |
86 | | - "vitest": "^4.0.17" |
| 86 | + "vitest": "^4.0.18" |
87 | 87 | }, |
88 | 88 | "prettier": "@sxzz/prettier-config" |
89 | 89 | } |
0 commit comments