Skip to content

Commit

Permalink
fix: use >= instead of ^ for react (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Sep 1, 2021
1 parent 408bb5f commit 74f62b0
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
Expand Up @@ -46,7 +46,7 @@
"@testing-library/react": "^12.0.0",
"@types/google.maps": "^3.45.6",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.2",
"@types/react": ">=16.8.0",
"@types/react-dom": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": ">=4.16.1",
Expand All @@ -55,7 +55,7 @@
"eslint-plugin-react": "^7.22.0",
"jest": "^26.6.3",
"prettier": "^2.0.4",
"react": "^16.8.0",
"react": ">=16.8.0",
"react-dom": "^17.0.1",
"rollup": "^2.40.0",
"rollup-plugin-filesize": "^9.0.0",
Expand All @@ -74,6 +74,6 @@
"@googlemaps/js-api-loader": "^1.11.1"
},
"peerDependencies": {
"react": "^16.8.0"
"react": ">=16.8.0"
}
}

0 comments on commit 74f62b0

Please sign in to comment.