Skip to content

Commit

Permalink
Add support for immer 5.x
Browse files Browse the repository at this point in the history
Closes #44
  • Loading branch information
esamattis committed Nov 14, 2019
1 parent 6a1b8be commit fa0f335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"typescript": "~3.5.2"
},
"dependencies": {
"immer": "^1.4.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
"immer": "^1.4.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
}
}

0 comments on commit fa0f335

Please sign in to comment.