Skip to content

Commit

Permalink
fix(deps): update dependency espree to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 29, 2024
1 parent f722d7c commit 201a1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"eslint-scope": "^7.2.2",
"eslint-visitor-keys": "^3.4.3",
"espree": "^9.6.1",
"espree": "^10.0.0",

Check failure on line 60 in package.json

View workflow job for this annotation

GitHub Actions / lint

"espree@^10.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"
"postcss": "^8.4.35",
"postcss-scss": "^4.0.9"
},
Expand Down

0 comments on commit 201a1f8

Please sign in to comment.