Skip to content

Commit a2a117b

Browse files
chore(deps): update all non-major dependencies (#162)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c5379af commit a2a117b

File tree

14 files changed

+125
-87
lines changed

14 files changed

+125
-87
lines changed

basic-cdn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"react": "^17.0.1",
7-
"react-bootstrap": "^1.4.0",
7+
"react-bootstrap": "^1.4.3",
88
"react-dom": "^17.0.1",
99
"react-scripts": "4.0.1"
1010
},

basic-cdn/yarn.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,13 +1640,13 @@
16401640
dependencies:
16411641
"@types/react" "*"
16421642

1643-
"@types/react@*", "@types/react@^16.9.35":
1644-
version "16.9.43"
1645-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.43.tgz#c287f23f6189666ee3bebc2eb8d0f84bcb6cdb6b"
1646-
integrity sha512-PxshAFcnJqIWYpJbLPriClH53Z2WlJcVZE+NP2etUtWQs2s7yIMj3/LDKZT/5CHJ/F62iyjVCDu2H3jHEXIxSg==
1643+
"@types/react@*", "@types/react@>=16.9.35":
1644+
version "17.0.0"
1645+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8"
1646+
integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==
16471647
dependencies:
16481648
"@types/prop-types" "*"
1649-
csstype "^2.2.0"
1649+
csstype "^3.0.2"
16501650

16511651
16521652
version "0.0.8"
@@ -3683,11 +3683,16 @@ cssstyle@^2.2.0:
36833683
dependencies:
36843684
cssom "~0.3.6"
36853685

3686-
csstype@^2.2.0, csstype@^2.6.7:
3686+
csstype@^2.6.7:
36873687
version "2.6.7"
36883688
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.7.tgz#20b0024c20b6718f4eda3853a1f5a1cce7f5e4a5"
36893689
integrity sha512-9Mcn9sFbGBAdmimWb2gLVDtFJzeKtDGIr76TUqmjZrw9LFXBMSU70lcs+C0/7fyCd6iBDqmksUcCOUIkisPHsQ==
36903690

3691+
csstype@^3.0.2:
3692+
version "3.0.5"
3693+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.5.tgz#7fdec6a28a67ae18647c51668a9ff95bb2fa7bb8"
3694+
integrity sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ==
3695+
36913696
cyclist@~0.2.2:
36923697
version "0.2.2"
36933698
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640"
@@ -8890,18 +8895,18 @@ react-app-polyfill@^2.0.0:
88908895
regenerator-runtime "^0.13.7"
88918896
whatwg-fetch "^3.4.1"
88928897

8893-
react-bootstrap@^1.4.0:
8894-
version "1.4.0"
8895-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.4.0.tgz#806a8b48b065cedfb28c6c5c7b0c0e3c3b53445d"
8896-
integrity sha512-0BMzgeUAxH126v7VYDzIXbHxQVHSnniPVKpz9fblumdQpWaiElMnnzk+u8h8DoELX0nCXwPlcUzgXqmpncdc2Q==
8898+
react-bootstrap@^1.4.3:
8899+
version "1.4.3"
8900+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.4.3.tgz#9a76a66800b57f422dd824c9dbe4c9dcef634790"
8901+
integrity sha512-4tYhk26KRnK0myMEp2wvNjOvnHMwWfa6pWFIiCtj9wewYaTxP7TrCf7MwcIMBgUzyX0SJXx6UbbDG0+hObiXNg==
88978902
dependencies:
88988903
"@babel/runtime" "^7.4.2"
88998904
"@restart/context" "^2.1.4"
89008905
"@restart/hooks" "^0.3.21"
89018906
"@types/classnames" "^2.2.10"
89028907
"@types/invariant" "^2.2.33"
89038908
"@types/prop-types" "^15.7.3"
8904-
"@types/react" "^16.9.35"
8909+
"@types/react" ">=16.9.35"
89058910
"@types/react-transition-group" "^4.4.0"
89068911
"@types/warning" "^3.0.0"
89078912
classnames "^2.2.6"

basic-react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"bootstrap": "^4.5.3",
77
"react": "^17.0.1",
8-
"react-bootstrap": "^1.4.0",
8+
"react-bootstrap": "^1.4.3",
99
"react-dom": "^17.0.1",
1010
"react-router-bootstrap": "^0.25.0",
1111
"react-router-dom": "^5.2.0",

basic-react-router/yarn.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,13 +1640,13 @@
16401640
dependencies:
16411641
"@types/react" "*"
16421642

1643-
"@types/react@*", "@types/react@^16.9.35":
1644-
version "16.9.43"
1645-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.43.tgz#c287f23f6189666ee3bebc2eb8d0f84bcb6cdb6b"
1646-
integrity sha512-PxshAFcnJqIWYpJbLPriClH53Z2WlJcVZE+NP2etUtWQs2s7yIMj3/LDKZT/5CHJ/F62iyjVCDu2H3jHEXIxSg==
1643+
"@types/react@*", "@types/react@>=16.9.35":
1644+
version "17.0.0"
1645+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8"
1646+
integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==
16471647
dependencies:
16481648
"@types/prop-types" "*"
1649-
csstype "^2.2.0"
1649+
csstype "^3.0.2"
16501650

16511651
16521652
version "0.0.8"
@@ -3688,11 +3688,16 @@ cssstyle@^2.2.0:
36883688
dependencies:
36893689
cssom "~0.3.6"
36903690

3691-
csstype@^2.2.0, csstype@^2.6.7:
3691+
csstype@^2.6.7:
36923692
version "2.6.7"
36933693
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.7.tgz#20b0024c20b6718f4eda3853a1f5a1cce7f5e4a5"
36943694
integrity sha512-9Mcn9sFbGBAdmimWb2gLVDtFJzeKtDGIr76TUqmjZrw9LFXBMSU70lcs+C0/7fyCd6iBDqmksUcCOUIkisPHsQ==
36953695

3696+
csstype@^3.0.2:
3697+
version "3.0.5"
3698+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.5.tgz#7fdec6a28a67ae18647c51668a9ff95bb2fa7bb8"
3699+
integrity sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ==
3700+
36963701
cyclist@~0.2.2:
36973702
version "0.2.2"
36983703
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640"
@@ -8934,18 +8939,18 @@ react-app-polyfill@^2.0.0:
89348939
regenerator-runtime "^0.13.7"
89358940
whatwg-fetch "^3.4.1"
89368941

8937-
react-bootstrap@^1.4.0:
8938-
version "1.4.0"
8939-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.4.0.tgz#806a8b48b065cedfb28c6c5c7b0c0e3c3b53445d"
8940-
integrity sha512-0BMzgeUAxH126v7VYDzIXbHxQVHSnniPVKpz9fblumdQpWaiElMnnzk+u8h8DoELX0nCXwPlcUzgXqmpncdc2Q==
8942+
react-bootstrap@^1.4.3:
8943+
version "1.4.3"
8944+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.4.3.tgz#9a76a66800b57f422dd824c9dbe4c9dcef634790"
8945+
integrity sha512-4tYhk26KRnK0myMEp2wvNjOvnHMwWfa6pWFIiCtj9wewYaTxP7TrCf7MwcIMBgUzyX0SJXx6UbbDG0+hObiXNg==
89418946
dependencies:
89428947
"@babel/runtime" "^7.4.2"
89438948
"@restart/context" "^2.1.4"
89448949
"@restart/hooks" "^0.3.21"
89458950
"@types/classnames" "^2.2.10"
89468951
"@types/invariant" "^2.2.33"
89478952
"@types/prop-types" "^15.7.3"
8948-
"@types/react" "^16.9.35"
8953+
"@types/react" ">=16.9.35"
89498954
"@types/react-transition-group" "^4.4.0"
89508955
"@types/warning" "^3.0.0"
89518956
classnames "^2.2.6"

basic-sass-custom-theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bootstrap": "^4.5.3",
77
"node-sass": "^4.14.1",
88
"react": "^17.0.1",
9-
"react-bootstrap": "^1.4.0",
9+
"react-bootstrap": "^1.4.3",
1010
"react-dom": "^17.0.1",
1111
"react-scripts": "4.0.1"
1212
},

basic-sass-custom-theming/yarn.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,13 +1640,13 @@
16401640
dependencies:
16411641
"@types/react" "*"
16421642

1643-
"@types/react@*", "@types/react@^16.9.35":
1644-
version "16.9.43"
1645-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.43.tgz#c287f23f6189666ee3bebc2eb8d0f84bcb6cdb6b"
1646-
integrity sha512-PxshAFcnJqIWYpJbLPriClH53Z2WlJcVZE+NP2etUtWQs2s7yIMj3/LDKZT/5CHJ/F62iyjVCDu2H3jHEXIxSg==
1643+
"@types/react@*", "@types/react@>=16.9.35":
1644+
version "17.0.0"
1645+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8"
1646+
integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==
16471647
dependencies:
16481648
"@types/prop-types" "*"
1649-
csstype "^2.2.0"
1649+
csstype "^3.0.2"
16501650

16511651
16521652
version "0.0.8"
@@ -3747,11 +3747,16 @@ cssstyle@^2.2.0:
37473747
dependencies:
37483748
cssom "~0.3.6"
37493749

3750-
csstype@^2.2.0, csstype@^2.6.7:
3750+
csstype@^2.6.7:
37513751
version "2.6.7"
37523752
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.7.tgz#20b0024c20b6718f4eda3853a1f5a1cce7f5e4a5"
37533753
integrity sha512-9Mcn9sFbGBAdmimWb2gLVDtFJzeKtDGIr76TUqmjZrw9LFXBMSU70lcs+C0/7fyCd6iBDqmksUcCOUIkisPHsQ==
37543754

3755+
csstype@^3.0.2:
3756+
version "3.0.5"
3757+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.5.tgz#7fdec6a28a67ae18647c51668a9ff95bb2fa7bb8"
3758+
integrity sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ==
3759+
37553760
currently-unhandled@^0.4.1:
37563761
version "0.4.1"
37573762
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
@@ -9153,18 +9158,18 @@ react-app-polyfill@^2.0.0:
91539158
regenerator-runtime "^0.13.7"
91549159
whatwg-fetch "^3.4.1"
91559160

9156-
react-bootstrap@^1.4.0:
9157-
version "1.4.0"
9158-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.4.0.tgz#806a8b48b065cedfb28c6c5c7b0c0e3c3b53445d"
9159-
integrity sha512-0BMzgeUAxH126v7VYDzIXbHxQVHSnniPVKpz9fblumdQpWaiElMnnzk+u8h8DoELX0nCXwPlcUzgXqmpncdc2Q==
9161+
react-bootstrap@^1.4.3:
9162+
version "1.4.3"
9163+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.4.3.tgz#9a76a66800b57f422dd824c9dbe4c9dcef634790"
9164+
integrity sha512-4tYhk26KRnK0myMEp2wvNjOvnHMwWfa6pWFIiCtj9wewYaTxP7TrCf7MwcIMBgUzyX0SJXx6UbbDG0+hObiXNg==
91609165
dependencies:
91619166
"@babel/runtime" "^7.4.2"
91629167
"@restart/context" "^2.1.4"
91639168
"@restart/hooks" "^0.3.21"
91649169
"@types/classnames" "^2.2.10"
91659170
"@types/invariant" "^2.2.33"
91669171
"@types/prop-types" "^15.7.3"
9167-
"@types/react" "^16.9.35"
9172+
"@types/react" ">=16.9.35"
91689173
"@types/react-transition-group" "^4.4.0"
91699174
"@types/warning" "^3.0.0"
91709175
classnames "^2.2.6"

basic-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@types/jest": "26.0.19",
7-
"@types/node": "12.19.9",
6+
"@types/jest": "26.0.20",
7+
"@types/node": "12.19.12",
88
"@types/react": "17.0.0",
99
"@types/react-dom": "17.0.0",
1010
"bootstrap": "^4.5.3",
1111
"react": "^17.0.1",
12-
"react-bootstrap": "^1.4.0",
12+
"react-bootstrap": "^1.4.3",
1313
"react-dom": "^17.0.1",
1414
"react-scripts": "4.0.1",
1515
"typescript": "4.1.3"

basic-ts/yarn.lock

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,10 +1588,10 @@
15881588
dependencies:
15891589
"@types/istanbul-lib-report" "*"
15901590

1591-
"@types/[email protected].19":
1592-
version "26.0.19"
1593-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.19.tgz#e6fa1e3def5842ec85045bd5210e9bb8289de790"
1594-
integrity sha512-jqHoirTG61fee6v6rwbnEuKhpSKih0tuhqeFbCmMmErhtu3BYlOZaXWjffgOstMM4S/3iQD31lI5bGLTrs97yQ==
1591+
"@types/[email protected].20":
1592+
version "26.0.20"
1593+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
1594+
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
15951595
dependencies:
15961596
jest-diff "^26.0.0"
15971597
pretty-format "^26.0.0"
@@ -1611,10 +1611,10 @@
16111611
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
16121612
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
16131613

1614-
"@types/node@*", "@types/[email protected].9":
1615-
version "12.19.9"
1616-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.19.9.tgz#990ad687ad8b26ef6dcc34a4f69c33d40c95b679"
1617-
integrity sha512-yj0DOaQeUrk3nJ0bd3Y5PeDRJ6W0r+kilosLA+dzF3dola/o9hxhMSg2sFvVcA2UHS5JSOsZp4S0c1OEXc4m1Q==
1614+
"@types/node@*", "@types/[email protected].12":
1615+
version "12.19.12"
1616+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.19.12.tgz#04793c2afa4ce833a9972e4c476432e30f9df47b"
1617+
integrity sha512-UwfL2uIU9arX/+/PRcIkT08/iBadGN2z6ExOROA2Dh5mAuWTBj6iJbQX4nekiV5H8cTrEG569LeX+HRco9Cbxw==
16181618

16191619
"@types/normalize-package-data@^2.4.0":
16201620
version "2.4.0"
@@ -1655,22 +1655,14 @@
16551655
dependencies:
16561656
"@types/react" "*"
16571657

1658-
"@types/react@*", "@types/[email protected]":
1658+
"@types/react@*", "@types/[email protected]", "@types/react@>=16.9.35":
16591659
version "17.0.0"
16601660
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8"
16611661
integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==
16621662
dependencies:
16631663
"@types/prop-types" "*"
16641664
csstype "^3.0.2"
16651665

1666-
"@types/react@^16.9.35":
1667-
version "16.14.2"
1668-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c"
1669-
integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==
1670-
dependencies:
1671-
"@types/prop-types" "*"
1672-
csstype "^3.0.2"
1673-
16741666
16751667
version "0.0.8"
16761668
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
@@ -8926,18 +8918,18 @@ react-app-polyfill@^2.0.0:
89268918
regenerator-runtime "^0.13.7"
89278919
whatwg-fetch "^3.4.1"
89288920

8929-
react-bootstrap@^1.4.0:
8930-
version "1.4.0"
8931-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.4.0.tgz#806a8b48b065cedfb28c6c5c7b0c0e3c3b53445d"
8932-
integrity sha512-0BMzgeUAxH126v7VYDzIXbHxQVHSnniPVKpz9fblumdQpWaiElMnnzk+u8h8DoELX0nCXwPlcUzgXqmpncdc2Q==
8921+
react-bootstrap@^1.4.3:
8922+
version "1.4.3"
8923+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.4.3.tgz#9a76a66800b57f422dd824c9dbe4c9dcef634790"
8924+
integrity sha512-4tYhk26KRnK0myMEp2wvNjOvnHMwWfa6pWFIiCtj9wewYaTxP7TrCf7MwcIMBgUzyX0SJXx6UbbDG0+hObiXNg==
89338925
dependencies:
89348926
"@babel/runtime" "^7.4.2"
89358927
"@restart/context" "^2.1.4"
89368928
"@restart/hooks" "^0.3.21"
89378929
"@types/classnames" "^2.2.10"
89388930
"@types/invariant" "^2.2.33"
89398931
"@types/prop-types" "^15.7.3"
8940-
"@types/react" "^16.9.35"
8932+
"@types/react" ">=16.9.35"
89418933
"@types/react-transition-group" "^4.4.0"
89428934
"@types/warning" "^3.0.0"
89438935
classnames "^2.2.6"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"bootstrap": "^4.5.3",
77
"react": "^17.0.1",
8-
"react-bootstrap": "^1.4.0",
8+
"react-bootstrap": "^1.4.3",
99
"react-dom": "^17.0.1",
1010
"react-scripts": "4.0.1"
1111
},

basic/yarn.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,13 +1640,13 @@
16401640
dependencies:
16411641
"@types/react" "*"
16421642

1643-
"@types/react@*", "@types/react@^16.9.35":
1644-
version "16.9.43"
1645-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.43.tgz#c287f23f6189666ee3bebc2eb8d0f84bcb6cdb6b"
1646-
integrity sha512-PxshAFcnJqIWYpJbLPriClH53Z2WlJcVZE+NP2etUtWQs2s7yIMj3/LDKZT/5CHJ/F62iyjVCDu2H3jHEXIxSg==
1643+
"@types/react@*", "@types/react@>=16.9.35":
1644+
version "17.0.0"
1645+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8"
1646+
integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw==
16471647
dependencies:
16481648
"@types/prop-types" "*"
1649-
csstype "^2.2.0"
1649+
csstype "^3.0.2"
16501650

16511651
16521652
version "0.0.8"
@@ -3688,11 +3688,16 @@ cssstyle@^2.2.0:
36883688
dependencies:
36893689
cssom "~0.3.6"
36903690

3691-
csstype@^2.2.0, csstype@^2.6.7:
3691+
csstype@^2.6.7:
36923692
version "2.6.7"
36933693
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.7.tgz#20b0024c20b6718f4eda3853a1f5a1cce7f5e4a5"
36943694
integrity sha512-9Mcn9sFbGBAdmimWb2gLVDtFJzeKtDGIr76TUqmjZrw9LFXBMSU70lcs+C0/7fyCd6iBDqmksUcCOUIkisPHsQ==
36953695

3696+
csstype@^3.0.2:
3697+
version "3.0.5"
3698+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.5.tgz#7fdec6a28a67ae18647c51668a9ff95bb2fa7bb8"
3699+
integrity sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ==
3700+
36963701
cyclist@~0.2.2:
36973702
version "0.2.2"
36983703
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640"
@@ -8895,18 +8900,18 @@ react-app-polyfill@^2.0.0:
88958900
regenerator-runtime "^0.13.7"
88968901
whatwg-fetch "^3.4.1"
88978902

8898-
react-bootstrap@^1.4.0:
8899-
version "1.4.0"
8900-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.4.0.tgz#806a8b48b065cedfb28c6c5c7b0c0e3c3b53445d"
8901-
integrity sha512-0BMzgeUAxH126v7VYDzIXbHxQVHSnniPVKpz9fblumdQpWaiElMnnzk+u8h8DoELX0nCXwPlcUzgXqmpncdc2Q==
8903+
react-bootstrap@^1.4.3:
8904+
version "1.4.3"
8905+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.4.3.tgz#9a76a66800b57f422dd824c9dbe4c9dcef634790"
8906+
integrity sha512-4tYhk26KRnK0myMEp2wvNjOvnHMwWfa6pWFIiCtj9wewYaTxP7TrCf7MwcIMBgUzyX0SJXx6UbbDG0+hObiXNg==
89028907
dependencies:
89038908
"@babel/runtime" "^7.4.2"
89048909
"@restart/context" "^2.1.4"
89058910
"@restart/hooks" "^0.3.21"
89068911
"@types/classnames" "^2.2.10"
89078912
"@types/invariant" "^2.2.33"
89088913
"@types/prop-types" "^15.7.3"
8909-
"@types/react" "^16.9.35"
8914+
"@types/react" ">=16.9.35"
89108915
"@types/react-transition-group" "^4.4.0"
89118916
"@types/warning" "^3.0.0"
89128917
classnames "^2.2.6"

0 commit comments

Comments
 (0)