Skip to content

Commit c601a84

Browse files
authored
Merge pull request #55 from LeetCode-OpenSource/greenkeeper/immer-5.0.0
Update immer to the latest version πŸš€
2 parents 4fe56d1 + 2170d52 commit c601a84

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint-config-prettier": "^6.0.0",
7878
"eslint-plugin-react": "^7.14.3",
7979
"husky": "^3.0.2",
80-
"immer": "^4.0.0",
80+
"immer": "^5.0.0",
8181
"jest": "^24.8.0",
8282
"lint-staged": "^9.2.1",
8383
"lodash": "^4.17.15",

β€Žyarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3923,10 +3923,10 @@ ignore@^5.1.1:
39233923
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.2.tgz#e28e584d43ad7e92f96995019cc43b9e1ac49558"
39243924
integrity sha512-vdqWBp7MyzdmHkkRWV5nY+PfGRbYbahfuvsBCh277tq+w9zyNi7h5CYJCK0kmzti9kU+O/cB7sE8HvKv6aXAKQ==
39253925

3926-
immer@^4.0.0:
3927-
version "4.0.0"
3928-
resolved "https://registry.yarnpkg.com/immer/-/immer-4.0.0.tgz#2f3d6b9228e86e06c0194f6d2c76bcabab394dde"
3929-
integrity sha512-374/m+biF/6Z24jiqR/u49SH095oIgYr/qLiQnR88svojs5RNJh/h9i0Qq0pqhgUon3Txx8PgUWH+obRy6jbKw==
3926+
immer@^5.0.0:
3927+
version "5.0.0"
3928+
resolved "https://registry.yarnpkg.com/immer/-/immer-5.0.0.tgz#07f462b7d95f7e86c214a861ecacd766d42b8c0a"
3929+
integrity sha512-G7gRqKbi9NE025XVyqyTV98dxUOtdKvu/P1QRaVZfA55aEcXgjbxPdm+TlWdcSMNPKijlaHNz61DGPyelouRlA==
39303930

39313931
import-fresh@^2.0.0:
39323932
version "2.0.0"

0 commit comments

Comments
Β (0)