Skip to content

Commit

Permalink
Update dependency eslint to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 18, 2021
1 parent 4e53e73 commit db98407
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 120 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.32.0",
"eslint": "8.0.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.3.0",
Expand All @@ -22,6 +22,6 @@
"release-it-lerna-changelog": "3.1.0"
},
"peerDependencies": {
"eslint": "6.* || 7.*"
"eslint": "6.* || 7.* || 8.*"
}
}
Loading

0 comments on commit db98407

Please sign in to comment.