Skip to content

Commit

Permalink
Merge pull request #21 from Hipo/update-eslint-plugins-versions
Browse files Browse the repository at this point in the history
Bump up eslint-plugin-react & react-hooks versions
  • Loading branch information
yasincaliskan authored Apr 8, 2021
2 parents 22e484a + 03e0ddb commit 66ca425
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hipo/eslint-config-react",
"version": "2.0.0",
"version": "2.1.0",
"description": "Hipo's shareable ESLint configuations for REACT & JSX",
"main": "index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"homepage": "https://github.com/Hipo/eslint-config-hipo-react#readme",
"peerDependencies": {
"eslint": "^7.7.0",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.0.8"
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0"
}
}

0 comments on commit 66ca425

Please sign in to comment.