Skip to content

Commit

Permalink
Update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 23, 2024
1 parent aebd9ea commit e21fe78
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 227 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": "9.9.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.5.1",
Expand All @@ -22,6 +22,6 @@
"release-it-lerna-changelog": "3.1.0"
},
"peerDependencies": {
"eslint": "6.* || 7.*"
"eslint": "6.* || 7.* || 9.*"
}
}
Loading

0 comments on commit e21fe78

Please sign in to comment.