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 Jan 4, 2024
1 parent dcd9c76 commit c8a3400
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.0.8",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-scope": "^7.2.2",
"eslint-scope": "^8.0.0",
"esquery": "^1.5.0",
"pako": "^2.1.0",
"svelte": "^5.0.0-next.25",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}
},
"dependencies": {
"eslint-scope": "^7.2.2",
"eslint-scope": "^8.0.0",

Check failure on line 57 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.32",
Expand Down

0 comments on commit c8a3400

Please sign in to comment.