Skip to content

Commit

Permalink
chore: bump immer (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong authored Oct 4, 2021
1 parent c358cf3 commit 4d93b30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@types/react": "^17.0.5",
"immer": "^8.0.1",
"immer": "^9.0.6",
"lodash": "^4.17.20",
"nanoid": "^3.1.23",
"shallowequal": "^1.1.0",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3042,7 +3042,7 @@ __metadata:
resolution: "@craftjs/utils@workspace:packages/utils"
dependencies:
"@types/react": ^17.0.5
immer: ^8.0.1
immer: ^9.0.6
lodash: ^4.17.20
nanoid: ^3.1.23
shallowequal: ^1.1.0
Expand Down Expand Up @@ -13926,13 +13926,20 @@ fsevents@~2.3.1:
languageName: node
linkType: hard

"immer@npm:8.0.1, immer@npm:^8.0.1":
"immer@npm:8.0.1":
version: 8.0.1
resolution: "immer@npm:8.0.1"
checksum: a8c8d531af8f968f4d5a2ec3c5eeb6dd6933c69d216b3f8c55275e34c87926d556db4e3d81f5f038e66f9886e874da4ab4f7ffe228e33d718593820e2f57b68f
languageName: node
linkType: hard

"immer@npm:^9.0.6":
version: 9.0.6
resolution: "immer@npm:9.0.6"
checksum: 48c9b673ee0f3a05f0651f26c8ccdcbc034a47502dd26e716bd7bb301bcede194d1c5e895d4d6ec8d1e7bfb6444dd1056095b3f10e6c5e08cc3e798497a96531
languageName: node
linkType: hard

"import-fresh@npm:^2.0.0":
version: 2.0.0
resolution: "import-fresh@npm:2.0.0"
Expand Down

0 comments on commit 4d93b30

Please sign in to comment.