Skip to content

Commit

Permalink
Merge 9c1888f into 9ce3213
Browse files Browse the repository at this point in the history
  • Loading branch information
wswoodruff committed Jan 29, 2021
2 parents 9ce3213 + 9c1888f commit c2aae5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"peerDependencies": {
"redux": ">=3 <5",
"redux-thunk": "2.x.x",
"immer": ">=1 <7",
"immer": ">=1 <9",
"normalizr": "3.x.x",
"react": ">=16.8.x <17"
"react": ">=16.8.x <18"
},
"devDependencies": {
"@babel/core": "7.x.x",
Expand All @@ -48,11 +48,11 @@
"@rollup/plugin-node-resolve": "7.x.x",
"@testing-library/react-hooks": "3.x.x",
"coveralls": "3.x.x",
"immer": "6.x.x",
"immer": "8.x.x",
"normalizr": "3.x.x",
"npm-run-all": "4.x.x",
"react": "^16.8.x",
"react-test-renderer": "^16.8.x",
"react": "17.x.x",
"react-test-renderer": "17.x.x",
"redux": "4.x.x",
"redux-thunk": "2.x.x",
"rimraf": "3.x.x",
Expand Down

0 comments on commit c2aae5a

Please sign in to comment.