Skip to content

Commit

Permalink
Bump Immer to 10.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 3, 2023
1 parent 2dc19b8 commit fe04ccc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"query"
],
"dependencies": {
"immer": "^9.0.16",
"immer": "^10.0.0-beta.1",
"redux": "5.0.0-alpha.4",
"redux-thunk": "3.0.0-alpha.3",
"reselect": "^4.1.7"
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6771,7 +6771,7 @@ __metadata:
eslint-plugin-react: ^7.23.2
eslint-plugin-react-hooks: ^4.2.0
fs-extra: ^9.1.0
immer: ^9.0.16
immer: ^10.0.0-beta.1
invariant: ^2.2.4
jsdom: ^21.0.0
json-stringify-safe: ^5.0.1
Expand Down Expand Up @@ -16750,6 +16750,13 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"immer@npm:^10.0.0-beta.1":
version: 10.0.0-beta.1
resolution: "immer@npm:10.0.0-beta.1"
checksum: 2386827cd438906447e88138e7304c6066935047245588e94edf3d3fe3a4409797778ddd5b7ae8139c2f3da141187a0280f28fb9be221dcacb9184809b30dc36
languageName: node
linkType: hard

"immer@npm:^9.0.16":
version: 9.0.16
resolution: "immer@npm:9.0.16"
Expand Down

0 comments on commit fe04ccc

Please sign in to comment.