Skip to content

Commit

Permalink
Update RTK dependency versions
Browse files Browse the repository at this point in the history
- Reselect 4.1.2
- Redux Thunk 2.4
- Drop React peer dep to 16.9 (just need hooks)
- Dedupe lockfile
  • Loading branch information
markerikson committed Nov 5, 2021
1 parent c455fc2 commit 97a9f63
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 1,200 deletions.
8 changes: 4 additions & 4 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@
],
"dependencies": {
"immer": "^9.0.6",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
"redux": "^4.1.2",
"redux-thunk": "^2.4.0",
"reselect": "^4.1.2"
},
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0",
"react": "^16.9.0 || ^17.0.0",
"react-redux": "^7.2.1"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 97a9f63

Please sign in to comment.