Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency eslint to v8
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7ab887e commit 677fd8e
Showing 2 changed files with 184 additions and 188 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.32.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.5.1",
@@ -22,6 +22,6 @@
"release-it-lerna-changelog": "3.1.0"
},
"peerDependencies": {
"eslint": "6.* || 7.*"
"eslint": "6.* || 7.* || 8.*"
}
}
Loading

0 comments on commit 677fd8e

Please sign in to comment.