|
1 | 1 | { |
2 | 2 | "name": "unplugin-ast", |
3 | 3 | "version": "0.15.2", |
4 | | - "packageManager": "pnpm@10.15.0", |
| 4 | + "packageManager": "pnpm@10.18.1", |
5 | 5 | "description": "Manipulate the AST to transform your code.", |
6 | 6 | "type": "module", |
7 | 7 | "keywords": [ |
|
20 | 20 | "type": "git", |
21 | 21 | "url": "git+https://github.com/unplugin/unplugin-ast.git" |
22 | 22 | }, |
23 | | - "author": "三咲智子 Kevin Deng <[email protected]>", |
| 23 | + "author": "Kevin Deng <[email protected]>", |
24 | 24 | "funding": "https://github.com/sponsors/sxzz", |
25 | 25 | "files": [ |
26 | 26 | "dist" |
|
63 | 63 | }, |
64 | 64 | "dependencies": { |
65 | 65 | "@babel/generator": "^7.28.3", |
66 | | - "ast-kit": "^2.1.2", |
67 | | - "magic-string-ast": "^1.0.2", |
| 66 | + "ast-kit": "^2.1.3", |
| 67 | + "magic-string-ast": "^1.0.3", |
68 | 68 | "unplugin": "^2.3.10" |
69 | 69 | }, |
70 | 70 | "devDependencies": { |
71 | | - "@antfu/utils": "^9.2.0", |
72 | | - "@babel/parser": "^7.28.3", |
73 | | - "@babel/types": "^7.28.2", |
74 | | - "@sxzz/eslint-config": "^7.1.4", |
| 71 | + "@antfu/utils": "^9.3.0", |
| 72 | + "@babel/parser": "^7.28.4", |
| 73 | + "@babel/types": "^7.28.4", |
| 74 | + "@sxzz/eslint-config": "^7.2.7", |
75 | 75 | "@sxzz/prettier-config": "^2.2.4", |
76 | 76 | "@types/babel__generator": "^7.27.0", |
77 | | - "@types/node": "^24.3.0", |
78 | | - "bumpp": "^10.2.3", |
79 | | - "eslint": "^9.34.0", |
| 77 | + "@types/node": "^24.7.0", |
| 78 | + "bumpp": "^10.3.1", |
| 79 | + "eslint": "^9.37.0", |
80 | 80 | "prettier": "^3.6.2", |
81 | | - "rollup": "^4.50.0", |
82 | | - "tsdown": "^0.14.2", |
83 | | - "tsx": "^4.20.5", |
84 | | - "typescript": "^5.9.2", |
85 | | - "vite": "^7.1.3", |
| 81 | + "rollup": "^4.52.4", |
| 82 | + "tsdown": "^0.15.6", |
| 83 | + "tsx": "^4.20.6", |
| 84 | + "typescript": "^5.9.3", |
| 85 | + "vite": "^7.1.9", |
86 | 86 | "vitest": "^3.2.4" |
87 | 87 | }, |
88 | 88 | "engines": { |
89 | | - "node": ">=20.18.0" |
| 89 | + "node": ">=20.19.0" |
90 | 90 | }, |
91 | 91 | "prettier": "@sxzz/prettier-config" |
92 | 92 | } |
0 commit comments