Skip to content

Commit

Permalink
chore(deps): use mutative-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Dec 26, 2023
1 parent d4bd281 commit ce28b03
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
"@replit/codemirror-vim": "6.1.0",
"@unocss/reset": "0.58.0",
"ackee-tracker": "patch:ackee-tracker@npm%3A5.1.0#~/.yarn/patches/ackee-tracker-npm-5.1.0-0db5cc0193.patch",
"immer": "10.0.3",
"immer": "npm:mutative-compat@^0.0.1",
"js-base64": "3.7.5",
"mutative": "1.0.2",
"pako": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down Expand Up @@ -65,5 +66,8 @@
"vite": "5.0.10",
"vite-plugin-pwa": "0.17.4"
},
"resolutions": {
"immer": "npm:mutative-compat@^0.0.1"
},
"packageManager": "[email protected]"
}
20 changes: 15 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3425,10 +3425,11 @@ __metadata:
eslint-plugin-react: "npm:7.33.2"
eslint-plugin-react-hooks: "npm:4.6.0"
eslint-plugin-simple-import-sort: "npm:10.0.0"
immer: "npm:10.0.3"
immer: "npm:mutative-compat@^0.0.1"
jest: "npm:29.7.0"
jest-environment-jsdom: "npm:29.7.0"
js-base64: "npm:3.7.5"
mutative: "npm:1.0.2"
pako: "npm:2.1.0"
prettier: "npm:3.1.1"
react: "npm:18.2.0"
Expand Down Expand Up @@ -5278,10 +5279,12 @@ __metadata:
languageName: node
linkType: hard

"immer@npm:10.0.3, immer@npm:^10.0.3":
version: 10.0.3
resolution: "immer@npm:10.0.3"
checksum: 282a4f8479a40f7d12b2b3243c095e3e892bf99058e2ffcdd6b8e9fd143e6a90f2717ab9b6c8b97c927ffb8054465c8f647056f41660dbfd672e240cf1063503
"immer@npm:mutative-compat@^0.0.1":
version: 0.0.1
resolution: "mutative-compat@npm:0.0.1"
peerDependencies:
mutative: ^1.0.0
checksum: 4567fc12e528a6c2910f315ee0b0726111a0144875421944848c9f29c0395751143eafe38086733d28ae8f77b5f106299a2d2470911ac99bb05190e2806f1747
languageName: node
linkType: hard

Expand Down Expand Up @@ -6837,6 +6840,13 @@ __metadata:
languageName: node
linkType: hard

"mutative@npm:1.0.2":
version: 1.0.2
resolution: "mutative@npm:1.0.2"
checksum: e98cf4b412c9b19858e7fa2bbe210cf8c729a043dc0245e474d27ca32d9467d3bd01e123f97f8218d516d9c7096af24c36a84caefb457b07d78ff80b7da05cb0
languageName: node
linkType: hard

"nanoid@npm:^3.3.7":
version: 3.3.7
resolution: "nanoid@npm:3.3.7"
Expand Down

0 comments on commit ce28b03

Please sign in to comment.