-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all non-major dependencies
- Loading branch information
1 parent
b629a86
commit 9dde134
Showing
2 changed files
with
558 additions
and
550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "unplugin-ast", | ||
"version": "0.13.1", | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].4", | ||
"description": "Manipulate the AST to transform your code.", | ||
"type": "module", | ||
"keywords": [ | ||
|
@@ -88,28 +88,28 @@ | |
"prepublishOnly": "pnpm run build" | ||
}, | ||
"dependencies": { | ||
"@antfu/utils": "^8.0.0", | ||
"@babel/generator": "^7.26.3", | ||
"@antfu/utils": "^8.1.0", | ||
"@babel/generator": "^7.26.5", | ||
"@rollup/pluginutils": "^5.1.4", | ||
"ast-kit": "^1.3.2", | ||
"magic-string-ast": "^0.6.3", | ||
"unplugin": "^2.1.0" | ||
"magic-string-ast": "^0.7.0", | ||
"unplugin": "^2.1.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/parser": "^7.26.3", | ||
"@babel/types": "^7.26.3", | ||
"@sxzz/eslint-config": "^4.5.1", | ||
"@babel/parser": "^7.26.5", | ||
"@babel/types": "^7.26.5", | ||
"@sxzz/eslint-config": "^4.6.0", | ||
"@sxzz/prettier-config": "^2.0.2", | ||
"@types/babel__generator": "^7.6.8", | ||
"@types/node": "^22.10.2", | ||
"bumpp": "^9.9.1", | ||
"eslint": "^9.17.0", | ||
"@types/node": "^22.10.6", | ||
"bumpp": "^9.10.0", | ||
"eslint": "^9.18.0", | ||
"prettier": "^3.4.2", | ||
"rollup": "^4.28.1", | ||
"rollup": "^4.30.1", | ||
"tsup": "^8.3.5", | ||
"tsx": "^4.19.2", | ||
"typescript": "^5.7.2", | ||
"vite": "^6.0.4", | ||
"typescript": "^5.7.3", | ||
"vite": "^6.0.7", | ||
"vitest": "^2.1.8" | ||
}, | ||
"engines": { | ||
|
Oops, something went wrong.