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 Dec 14, 2021
1 parent 7470238 commit 494c2d1
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 118 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.4.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.4.5",
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 494c2d1

Please sign in to comment.