Skip to content

Commit

Permalink
Update dependency immer to v10 (#295)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent 109b20b commit edba314
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@turf/buffer": "6.5.0",
"bbox": "0.4.0",
"clsx": "1.2.1",
"immer": "9.0.21",
"immer": "10.0.3",
"mapbox-gl": "2.15.0",
"react": "18.2.0",
"react-custom-scrollbars": "4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useAppState.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import produce from "immer";
import { produce } from "immer";
import React, {
createContext,
ReactNode,
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5880,10 +5880,10 @@ __metadata:
languageName: node
linkType: hard

"immer@npm:9.0.21":
version: 9.0.21
resolution: "immer@npm:9.0.21"
checksum: 70e3c274165995352f6936695f0ef4723c52c92c92dd0e9afdfe008175af39fa28e76aafb3a2ca9d57d1fb8f796efc4dd1e1cc36f18d33fa5b74f3dfb0375432
"immer@npm:10.0.3":
version: 10.0.3
resolution: "immer@npm:10.0.3"
checksum: 76acabe6f40e752028313762ba477a5d901e57b669f3b8fb406b87b9bb9b14e663a6fbbf5a6d1ab323737dd38f4b2494a4e28002045b88948da8dbf482309f28
languageName: node
linkType: hard

Expand Down Expand Up @@ -7987,7 +7987,7 @@ __metadata:
file-loader: 6.2.0
fork-ts-checker-webpack-plugin: 8.0.0
html-webpack-plugin: 5.5.3
immer: 9.0.21
immer: 10.0.3
jest: 29.5.0
mapbox-gl: 2.15.0
mini-css-extract-plugin: 2.7.6
Expand Down

0 comments on commit edba314

Please sign in to comment.