Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 22, 2024
1 parent c298436 commit 983b448
Show file tree
Hide file tree
Showing 2 changed files with 439 additions and 425 deletions.
26 changes: 13 additions & 13 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "ast-walker-scope",
"version": "0.5.0",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.14.2",
"description": "Traverse Babel AST with scope information.",
"license": "MIT",
"homepage": "https://github.com/sxzz/ast-walker-scope#readme",
Expand Down Expand Up @@ -42,24 +42,24 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.23.3",
"ast-kit": "^0.11.2"
"@babel/parser": "^7.23.6",
"ast-kit": "^0.11.3"
},
"devDependencies": {
"@babel/types": "^7.23.3",
"@sxzz/eslint-config": "^3.7.4",
"@babel/types": "^7.23.6",
"@sxzz/eslint-config": "^3.7.6",
"@sxzz/prettier-config": "^2.0.0",
"@types/node": "^20.9.2",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"@types/node": "^20.11.5",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.5",
"prettier": "^3.1.0",
"prettier": "^3.2.4",
"tsup": "^8.0.1",
"tsx": "^4.1.4",
"typescript": "^5.2.2",
"vite": "^5.0.4",
"vitest": "^1.0.4"
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
},
"engines": {
"node": ">=16.14.0"
Expand Down

0 comments on commit 983b448

Please sign in to comment.