File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 29
29
},
30
30
"dependencies" : {
31
31
"immutable" : " ^3.8.1" ,
32
+ "prop-types" : " ^15.7.2" ,
32
33
"seamless-immutable" : " ^7.1.3"
33
34
},
34
35
"peerDependencies" : {
35
36
"history" : " ^4.7.2" ,
36
- "prop-types" : " ^15.0.0 || ^16.0.0" ,
37
37
"react" : " ^16.4.0" ,
38
38
"react-redux" : " ^6.0.0" ,
39
39
"react-router" : " ^4.3.1 || ^5.0.0" ,
61
61
"eslint-plugin-import" : " ^2.14.0" ,
62
62
"eslint-plugin-react" : " ^7.11.1" ,
63
63
"jest" : " ^24.3.1" ,
64
- "prop-types" : " ^15.5.8" ,
65
64
"raf" : " ^3.4.0" ,
66
65
"react" : " ^16.4.0" ,
67
66
"react-dom" : " ^16.0.0" ,
Original file line number Diff line number Diff line change @@ -5602,14 +5602,23 @@ prompts@^2.0.1:
5602
5602
kleur "^3.0.2"
5603
5603
sisteransi "^1.0.0"
5604
5604
5605
- prop-types@^15.5.7, prop-types@^15.5.8 , prop-types@^15.6.2 :
5605
+ prop-types@^15.5.7, prop-types@^15.6.1 , prop-types@^15.6.2 :
5606
5606
version "15.6.2"
5607
5607
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
5608
5608
integrity sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ==
5609
5609
dependencies :
5610
5610
loose-envify "^1.3.1"
5611
5611
object-assign "^4.1.1"
5612
5612
5613
+ prop-types@^15.7.2 :
5614
+ version "15.7.2"
5615
+ resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
5616
+ integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
5617
+ dependencies :
5618
+ loose-envify "^1.4.0"
5619
+ object-assign "^4.1.1"
5620
+ react-is "^16.8.1"
5621
+
5613
5622
prr@~1.0.1 :
5614
5623
version "1.0.1"
5615
5624
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
@@ -5751,11 +5760,6 @@ react-dom@^16.0.0:
5751
5760
prop-types "^15.6.2"
5752
5761
scheduler "^0.11.2"
5753
5762
5754
- react-is@^16.3.2, react-is@^16.6.1, react-is@^16.6.3 :
5755
- version "16.6.3"
5756
- resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.6.3.tgz#d2d7462fcfcbe6ec0da56ad69047e47e56e7eac0"
5757
- integrity sha512-u7FDWtthB4rWibG/+mFbVd5FvdI20yde86qKGx4lVUTWmPlSWQ4QxbBIrrs+HnXGbxOUlUzTAP/VDmvCwaP2yA==
5758
-
5759
5763
react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.4 :
5760
5764
version "16.8.4"
5761
5765
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.4.tgz#90f336a68c3a29a096a3d648ab80e87ec61482a2"
You can’t perform that action at this time.
0 commit comments