Skip to content

Commit

Permalink
Allow immer 4.x too
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Oct 18, 2019
1 parent c42179b commit 1fd33f3
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"
"immer": "^1.4.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
}
}

0 comments on commit 1fd33f3

Please sign in to comment.