Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#32)
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 May 29, 2023
1 parent 6fb855b commit 63d5502
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 29 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "ast-walker-scope",
"version": "0.4.1",
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.0",
"description": "Traverse Babel AST with scope information.",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -30,13 +30,13 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.21.8",
"@babel/types": "^7.21.5"
"@babel/parser": "^7.22.3",
"@babel/types": "^7.22.3"
},
"devDependencies": {
"@sxzz/eslint-config-prettier": "^2.4.6",
"@sxzz/eslint-config-ts": "^2.4.6",
"@types/node": "^18.16.14",
"@types/node": "^18.16.16",
"bumpp": "^9.1.0",
"eslint": "^8.41.0",
"eslint-define-config": "^1.20.0",
Expand All @@ -47,7 +47,7 @@
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vite": "^4.3.9",
"vitest": "^0.31.1"
},
"engines": {
Expand Down
52 changes: 28 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63d5502

Please sign in to comment.