Skip to content

Commit

Permalink
Relax dependency ranges (#93)
Browse files Browse the repository at this point in the history
* Relax dependency ranges

* Regen lockfile
  • Loading branch information
gaearon authored Oct 20, 2020
1 parent a9ef00f commit dccc711
Show file tree
Hide file tree
Showing 2 changed files with 2,052 additions and 1,895 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://reactjs.org/",
"dependencies": {
"object-assign": "^4.1.1",
"react-is": "^16.12.0"
"react-is": "^16.12.0 || ^17.0.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down Expand Up @@ -52,7 +52,7 @@
"rollup-plugin-strip-banner": "^1.0.0"
},
"peerDependencies": {
"react": "^16.0.0"
"react": "^16.0.0 || ^17.0.0"
},
"files": [
"LICENSE",
Expand Down
Loading

0 comments on commit dccc711

Please sign in to comment.