mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
Add immer
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
66132f30f1
commit
0d4746219a
@ -53,6 +53,7 @@
|
||||
"hoist-non-react-statics": "^3.3.0",
|
||||
"html-loader": "^0.5.5",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"immer": "^6.0.5",
|
||||
"immutable": "^3.8.2",
|
||||
"invariant": "^2.2.4",
|
||||
"is-wsl": "^2.0.0",
|
||||
|
||||
@ -12,6 +12,7 @@ const alias = [
|
||||
'classnames',
|
||||
'history',
|
||||
'hoist-non-react-statics',
|
||||
'immer',
|
||||
'immutable',
|
||||
'invariant',
|
||||
'moment',
|
||||
|
||||
@ -9168,10 +9168,10 @@ immediate@~3.0.5:
|
||||
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
|
||||
integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=
|
||||
|
||||
immer@^6.0.2:
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/immer/-/immer-6.0.2.tgz#5bc08dc4930c756d0749533a2afbd88c8de0cd19"
|
||||
integrity sha512-56CMvUMZl4kkWJFFUe1TjBgGbyb9ibzpLyHD+RSKSVdytuDXgT/HXO1S+GJVywMVl5neGTdAogoR15eRVEd10Q==
|
||||
immer@^6.0.5:
|
||||
version "6.0.5"
|
||||
resolved "https://registry.yarnpkg.com/immer/-/immer-6.0.5.tgz#77187d13b71c6cee40dde3b8e87a50a7a636d630"
|
||||
integrity sha512-Q2wd90qrgFieIpLzAO2q9NLEdmyp/sr76Ml4Vm5peUKgyTa2CQa3ey8zuzwSKOlKH7grCeGBGUcLLVCVW1aguA==
|
||||
|
||||
immutable@^3.8.2:
|
||||
version "3.8.2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user