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 Aug 28, 2024
1 parent 06d8ccb commit 97f956b
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 244 deletions.
20 changes: 10 additions & 10 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.9.0",
"description": "Traverse Babel AST with scope information.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -40,23 +40,23 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.25.3",
"ast-kit": "^1.0.1"
"@babel/parser": "^7.25.4",
"ast-kit": "^1.1.0"
},
"devDependencies": {
"@babel/types": "^7.25.2",
"@sxzz/eslint-config": "^3.17.0",
"@babel/types": "^7.25.4",
"@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.1",
"bumpp": "^9.5.2",
"eslint": "^9.9.1",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.11",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite": "^5.4.2",
"vitest": "^2.0.5"
},
"engines": {
Expand Down
Loading

0 comments on commit 97f956b

Please sign in to comment.