File tree 4 files changed +10
-11
lines changed
4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 88
88
"classnames" : " ^2.2.5" ,
89
89
"create-react-class" : " ^15.6.0" ,
90
90
"element-class" : " ^0.2.2" ,
91
+ "immutability-helper" : " ^2.3.1" ,
91
92
"lodash" : " ^4.17.4" ,
92
93
"prop-types" : " ^15.5.10" ,
93
- "react-addons-update" : " ^15.6.0" ,
94
94
"react-dom" : " ^15.6.1"
95
95
}
96
96
}
Original file line number Diff line number Diff line change 9
9
10
10
import {
11
11
default as update ,
12
- } from "react-addons-update " ;
12
+ } from "immutability-helper " ;
13
13
14
14
import {
15
15
default as ToastMessage ,
Original file line number Diff line number Diff line change 6
6
7
7
import {
8
8
default as update ,
9
- } from "react-addons-update " ;
9
+ } from "immutability-helper " ;
10
10
11
11
import {
12
12
default as classNames ,
Original file line number Diff line number Diff line change @@ -3613,6 +3613,12 @@ ignore@^3.3.3:
3613
3613
version "3.3.3"
3614
3614
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.3.tgz#432352e57accd87ab3110e82d3fea0e47812156d"
3615
3615
3616
+ immutability-helper@^2.3.1 :
3617
+ version "2.3.1"
3618
+ resolved "https://registry.yarnpkg.com/immutability-helper/-/immutability-helper-2.3.1.tgz#8ccfce92157208c120b2afad7ed05c11114c086e"
3619
+ dependencies :
3620
+ invariant "^2.2.0"
3621
+
3616
3622
imurmurhash@^0.1.4 :
3617
3623
version "0.1.4"
3618
3624
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
@@ -3698,7 +3704,7 @@ interpret@^1.0.0:
3698
3704
version "1.0.3"
3699
3705
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.3.tgz#cbc35c62eeee73f19ab7b10a801511401afc0f90"
3700
3706
3701
- invariant@^2.2.2 :
3707
+ invariant@^2.2.0, invariant@^2.2. 2 :
3702
3708
version "2.2.2"
3703
3709
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
3704
3710
dependencies :
@@ -5681,13 +5687,6 @@ react-addons-test-utils@^15.6.0:
5681
5687
version "15.6.0"
5682
5688
resolved "https://registry.yarnpkg.com/react-addons-test-utils/-/react-addons-test-utils-15.6.0.tgz#062d36117fe8d18f3ba5e06eb33383b0b85ea5b9"
5683
5689
5684
- react-addons-update@^15.6.0 :
5685
- version "15.6.0"
5686
- resolved "https://registry.yarnpkg.com/react-addons-update/-/react-addons-update-15.6.0.tgz#67f8d5a3d3d8ac7ccfa452565a8310065178e748"
5687
- dependencies :
5688
- fbjs "^0.8.9"
5689
- object-assign "^4.1.0"
5690
-
5691
5690
react-dev-utils@^3.1.0 :
5692
5691
version "3.1.1"
5693
5692
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-3.1.1.tgz#09ae7209a81384248db56547e718e65bd3b20eb5"
You can’t perform that action at this time.
0 commit comments