Skip to content

Commit

Permalink
[infra] allow react 17 as a peer dependency (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanil committed Feb 24, 2022
1 parent 1b5b5cf commit baad292
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 28 deletions.
56 changes: 31 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"test:coverage": "jest --coverage"
},
"peerDependencies": {
"react": "^16.8.0"
"react": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.5.5",
"@testing-library/react-hooks": "^1.1.0",
"babel-polyfill": "^6.26.0",
"jest": "^24.8.0",
"microbundle": "0.11.0",
"react": "16.9.0",
"react-test-renderer": "16.9.0"
"react": "17.0.1",
"react-test-renderer": "17.0.1"
},
"keywords": [
"react-hooks",
Expand Down

0 comments on commit baad292

Please sign in to comment.