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 Dec 8, 2024
1 parent 9e1ce3d commit 677d4b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.11.0",
"packageManager": "pnpm@9.15.0",
"description": "Traverse Babel AST with scope information.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -40,21 +40,21 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.25.6",
"@babel/parser": "^7.26.3",
"ast-kit": "^1.2.1"
},
"devDependencies": {
"@babel/types": "^7.25.6",
"@sxzz/eslint-config": "^4.2.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^22.7.2",
"bumpp": "^9.5.2",
"eslint": "^9.11.1",
"bumpp": "^9.9.0",
"eslint": "^9.16.0",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.11",
"prettier": "^3.3.3",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"tsx": "^4.19.2",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vitest": "^2.1.1"
Expand Down

0 comments on commit 677d4b6

Please sign in to comment.