File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 17
17
"react" : " ^16.12.0" ,
18
18
"react-div-100vh" : " ^0.5.6" ,
19
19
"react-dom" : " ^16.12.0" ,
20
+ "react-infinite-scroller" : " ^1.2.4" ,
20
21
"styled-components" : " ^5.2.1"
21
22
},
22
23
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -3238,7 +3238,7 @@ promise-inflight@^1.0.1:
3238
3238
resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
3239
3239
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
3240
3240
3241
- prop-types@15.7.2, prop-types@^15.6.2 :
3241
+ prop-types@15.7.2, prop-types@^15.5.8, prop-types@^15. 6.2 :
3242
3242
version "15.7.2"
3243
3243
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
3244
3244
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -3372,6 +3372,13 @@ react-dom@^16.12.0:
3372
3372
prop-types "^15.6.2"
3373
3373
scheduler "^0.19.1"
3374
3374
3375
+ react-infinite-scroller@^1.2.4 :
3376
+ version "1.2.4"
3377
+ resolved "https://registry.yarnpkg.com/react-infinite-scroller/-/react-infinite-scroller-1.2.4.tgz#f67eaec4940a4ce6417bebdd6e3433bfc38826e9"
3378
+ integrity sha512-/oOa0QhZjXPqaD6sictN2edFMsd3kkMiE19Vcz5JDgHpzEJVqYcmq+V3mkwO88087kvKGe1URNksHEOt839Ubw==
3379
+ dependencies :
3380
+ prop-types "^15.5.8"
3381
+
3375
3382
react-is@16.13.1, react-is@^16.7.0, react-is@^16.8.1 :
3376
3383
version "16.13.1"
3377
3384
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
You can’t perform that action at this time.
0 commit comments