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 Mar 24, 2024
1 parent bf472b3 commit bfaf845
Show file tree
Hide file tree
Showing 2 changed files with 326 additions and 88 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "ast-walker-scope",
"version": "0.6.1",
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.5",
"description": "Traverse Babel AST with scope information.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -39,23 +39,23 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.24.0",
"@babel/parser": "^7.24.1",
"ast-kit": "^0.12.1"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@sxzz/eslint-config": "^3.8.6",
"@sxzz/eslint-config": "^3.8.7",
"@sxzz/prettier-config": "^2.0.1",
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.8",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vitest": "^1.4.0"
},
"engines": {
Expand Down

0 comments on commit bfaf845

Please sign in to comment.