Skip to content

Commit

Permalink
fix(deps): update dependency eslint-scope to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent ed0caa1 commit f6263c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion explorer-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@fontsource/fira-mono": "^5.1.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-scope": "^7.2.2",
"eslint-scope": "^8.0.0",
"esquery": "^1.6.0",
"pako": "^2.1.0",
"svelte": "^5.0.0-next.264",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
},
"dependencies": {
"eslint-scope": "^7.2.2",
"eslint-scope": "^8.0.0",

Check failure on line 58 in package.json

View workflow job for this annotation

GitHub Actions / lint

"eslint-scope@^8.0.0" is not compatible with "node@^12.22.0||^14.17.0||>=16.0.0". Allowed is: "node@^18.18.0||^20.9.0||>=21.1.0"
"eslint-visitor-keys": "^3.4.3",
"espree": "^9.6.1",
"postcss": "^8.4.39",
Expand Down

0 comments on commit f6263c3

Please sign in to comment.