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 20, 2024
1 parent 06d8ccb commit d594d5c
Show file tree
Hide file tree
Showing 2 changed files with 391 additions and 349 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ast-walker-scope",
"version": "0.6.2",
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.11.0",
"description": "Traverse Babel AST with scope information.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -40,24 +40,24 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.25.3",
"ast-kit": "^1.0.1"
"@babel/parser": "^7.25.6",
"ast-kit": "^1.2.0"
},
"devDependencies": {
"@babel/types": "^7.25.2",
"@sxzz/eslint-config": "^3.17.0",
"@babel/types": "^7.25.6",
"@sxzz/eslint-config": "^3.17.4",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^22.2.0",
"bumpp": "^9.5.1",
"eslint": "^9.9.0",
"@types/node": "^22.5.5",
"bumpp": "^9.5.2",
"eslint": "^9.11.0",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.11",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vitest": "^2.0.5"
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vitest": "^2.1.1"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit d594d5c

Please sign in to comment.