Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 224d533 commit 2461f76
Show file tree
Hide file tree
Showing 2 changed files with 724 additions and 1,213 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-ast",
"version": "0.10.0",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.10.0",
"description": "Manipulate the AST to transform your code.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -79,29 +79,29 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@antfu/utils": "^0.7.7",
"@babel/generator": "^7.24.5",
"@babel/parser": "^7.24.5",
"@antfu/utils": "^0.7.10",
"@babel/generator": "^7.25.6",
"@babel/parser": "^7.25.6",
"@rollup/pluginutils": "^5.1.0",
"ast-kit": "^1.0.0",
"magic-string-ast": "^0.6.0",
"unplugin": "^1.10.1"
"ast-kit": "^1.1.0",
"magic-string-ast": "^0.6.2",
"unplugin": "^1.14.1"
},
"devDependencies": {
"@babel/types": "^7.24.5",
"@sxzz/eslint-config": "^4.1.1",
"@babel/types": "^7.25.6",
"@sxzz/eslint-config": "^4.2.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/babel__generator": "^7.6.8",
"@types/node": "^20.12.8",
"bumpp": "^9.4.1",
"eslint": "^9.1.1",
"prettier": "^3.2.5",
"rollup": "^4.17.2",
"tsup": "^8.0.2",
"tsx": "^4.9.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^2.0.3"
"@types/node": "^20.16.5",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
"prettier": "^3.3.3",
"rollup": "^4.21.3",
"tsup": "^8.2.4",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vitest": "^2.1.1"
},
"engines": {
"node": ">=18.12.0"
Expand Down
Loading

0 comments on commit 2461f76

Please sign in to comment.