|
1 | 1 | {
|
2 | 2 | "name": "unplugin-ast",
|
3 | 3 | "version": "0.13.1",
|
4 |
| - "packageManager": "[email protected].0", |
| 4 | + "packageManager": "[email protected].4", |
5 | 5 | "description": "Manipulate the AST to transform your code.",
|
6 | 6 | "type": "module",
|
7 | 7 | "keywords": [
|
|
88 | 88 | "prepublishOnly": "pnpm run build"
|
89 | 89 | },
|
90 | 90 | "dependencies": {
|
91 |
| - "@antfu/utils": "^8.0.0", |
92 |
| - "@babel/generator": "^7.26.3", |
| 91 | + "@antfu/utils": "^8.1.0", |
| 92 | + "@babel/generator": "^7.26.5", |
93 | 93 | "@rollup/pluginutils": "^5.1.4",
|
94 |
| - "ast-kit": "^1.3.2", |
95 |
| - "magic-string-ast": "^0.6.3", |
96 |
| - "unplugin": "^2.1.0" |
| 94 | + "ast-kit": "^1.4.0", |
| 95 | + "magic-string-ast": "^0.7.0", |
| 96 | + "unplugin": "^2.1.2" |
97 | 97 | },
|
98 | 98 | "devDependencies": {
|
99 |
| - "@babel/parser": "^7.26.3", |
100 |
| - "@babel/types": "^7.26.3", |
101 |
| - "@sxzz/eslint-config": "^4.5.1", |
102 |
| - "@sxzz/prettier-config": "^2.0.2", |
| 99 | + "@babel/parser": "^7.26.7", |
| 100 | + "@babel/types": "^7.26.7", |
| 101 | + "@sxzz/eslint-config": "^4.6.0", |
| 102 | + "@sxzz/prettier-config": "^2.1.0", |
103 | 103 | "@types/babel__generator": "^7.6.8",
|
104 |
| - "@types/node": "^22.10.2", |
105 |
| - "bumpp": "^9.9.1", |
106 |
| - "eslint": "^9.17.0", |
| 104 | + "@types/node": "^22.12.0", |
| 105 | + "bumpp": "^9.11.1", |
| 106 | + "eslint": "^9.19.0", |
107 | 107 | "prettier": "^3.4.2",
|
108 |
| - "rollup": "^4.28.1", |
109 |
| - "tsup": "^8.3.5", |
| 108 | + "rollup": "^4.32.0", |
| 109 | + "tsup": "^8.3.6", |
110 | 110 | "tsx": "^4.19.2",
|
111 |
| - "typescript": "^5.7.2", |
112 |
| - "vite": "^6.0.4", |
| 111 | + "typescript": "^5.7.3", |
| 112 | + "vite": "^6.0.11", |
113 | 113 | "vitest": "^2.1.8"
|
114 | 114 | },
|
115 | 115 | "engines": {
|
|
0 commit comments