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 Oct 9, 2024
1 parent 9e1ce3d commit 2c9ce29
Show file tree
Hide file tree
Showing 2 changed files with 365 additions and 295 deletions.
18 changes: 9 additions & 9 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.11.0",
"packageManager": "pnpm@9.12.1",
"description": "Traverse Babel AST with scope information.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -40,24 +40,24 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.25.6",
"@babel/parser": "^7.25.7",
"ast-kit": "^1.2.1"
},
"devDependencies": {
"@babel/types": "^7.25.6",
"@sxzz/eslint-config": "^4.2.0",
"@babel/types": "^7.25.7",
"@sxzz/eslint-config": "^4.4.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^22.7.2",
"bumpp": "^9.5.2",
"eslint": "^9.11.1",
"@types/node": "^22.7.5",
"bumpp": "^9.7.1",
"eslint": "^9.12.0",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.11",
"prettier": "^3.3.3",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit 2c9ce29

Please sign in to comment.