Skip to content

Commit

Permalink
Fix broken RTK peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 31, 2023
1 parent c99502b commit d45204f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -40,7 +40,7 @@
"coverage": "codecov"
},
"peerDependencies": {
"@reduxjs/toolkit": "^5.0.0-beta.0",
"@reduxjs/toolkit": "^1 || ^2.0.0-beta.0",
"@types/react": "^16.8 || ^17.0 || ^18.0",
"@types/react-dom": "^16.8 || ^17.0 || ^18.0",
"react": "^16.8 || ^17.0 || ^18.0",
Expand Down

0 comments on commit d45204f

Please sign in to comment.