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] committed Apr 17, 2024
1 parent bf472b3 commit 9c0c68a
Show file tree
Hide file tree
Showing 2 changed files with 448 additions and 237 deletions.
18 changes: 9 additions & 9 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "ast-walker-scope",
"version": "0.6.1",
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.7",
"description": "Traverse Babel AST with scope information.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -39,24 +39,24 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.24.0",
"@babel/parser": "^7.24.4",
"ast-kit": "^0.12.1"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@sxzz/eslint-config": "^3.8.6",
"@sxzz/eslint-config": "^3.9.1",
"@sxzz/prettier-config": "^2.0.1",
"@types/node": "^20.11.28",
"@types/node": "^20.12.7",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.8",
"magic-string": "^0.30.10",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "^1.4.0"
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vitest": "^1.5.0"
},
"engines": {
"node": ">=16.14.0"
Expand Down

0 comments on commit 9c0c68a

Please sign in to comment.