Skip to content

Commit e9ea139

Browse files
chore(deps): update all non-major dependencies (#80)
1 parent 73eee91 commit e9ea139

File tree

16 files changed

+127
-85
lines changed

16 files changed

+127
-85
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": "^16.13.1",
7-
"react-bootstrap": "^1.0.0",
7+
"react-bootstrap": "^1.0.1",
88
"react-dom": "^16.13.1",
99
"react-scripts": "3.4.1"
1010
},

basic-cdn/yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,11 @@
13691369
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
13701370
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
13711371

1372+
"@types/warning@^3.0.0":
1373+
version "3.0.0"
1374+
resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.0.tgz#0d2501268ad8f9962b740d387c4654f5f8e23e52"
1375+
integrity sha1-DSUBJorY+ZYrdA04fEZU9fjiPlI=
1376+
13721377
"@types/yargs-parser@*":
13731378
version "13.0.0"
13741379
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.0.0.tgz#453743c5bbf9f1bed61d959baab5b06be029b2d0"
@@ -8373,10 +8378,10 @@ react-app-polyfill@^1.0.6:
83738378
regenerator-runtime "^0.13.3"
83748379
whatwg-fetch "^3.0.0"
83758380

8376-
react-bootstrap@^1.0.0:
8377-
version "1.0.0"
8378-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.0.0.tgz#ed812810205e75b8e4a84b9514d79de090cdc627"
8379-
integrity sha512-Ep6ZNH6wL5m9bytOS6T9mjSz0YE1bEkc+uHItvenRcA3amr5ApkpKYzAWgdglhRPZHPvm+pnqs1z5IPwv/2UZw==
8381+
react-bootstrap@^1.0.1:
8382+
version "1.0.1"
8383+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.0.1.tgz#044b51f34a9db8e17dbfb321a71267a8d6ad11b4"
8384+
integrity sha512-xMHwsvDN7sIv26P9wWiosWjITZije2dRCjEJHVfV2KFoSJY+8uv2zttEw0XMB7xviQcW3zuIGLJXuj8vf6lYEg==
83808385
dependencies:
83818386
"@babel/runtime" "^7.4.2"
83828387
"@restart/context" "^2.1.4"
@@ -8387,7 +8392,7 @@ react-bootstrap@^1.0.0:
83878392
invariant "^2.2.4"
83888393
prop-types "^15.7.2"
83898394
prop-types-extra "^1.1.0"
8390-
react-overlays "^3.0.1"
8395+
react-overlays "^3.1.2"
83918396
react-transition-group "^4.0.0"
83928397
uncontrollable "^7.0.0"
83938398
warning "^4.0.3"
@@ -8442,14 +8447,15 @@ react-is@^16.3.2, react-is@^16.8.1, react-is@^16.8.4:
84428447
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
84438448
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
84448449

8445-
react-overlays@^3.0.1:
8446-
version "3.0.1"
8447-
resolved "https://registry.yarnpkg.com/react-overlays/-/react-overlays-3.0.1.tgz#0a007d8d8b97d8e85bb23b2fbe2fb336d82422db"
8448-
integrity sha512-QEt6I3Cjy06pe2FwY/tuWaXEzSVOuXfP8zsC6oWHJhMYpEJQgZV/TCwbCw5slMW6VcgwcWPc4HrBzN0yfxf5Xw==
8450+
react-overlays@^3.1.2:
8451+
version "3.1.3"
8452+
resolved "https://registry.yarnpkg.com/react-overlays/-/react-overlays-3.1.3.tgz#e6ac2b43fd2179924491bd794508072399940128"
8453+
integrity sha512-FH82W0R9lFJm/YCTDeSvEKQxXyTaZmjMEQlAjRhgjQhknTkyMsft+X4Wep5l95QveqdxGVxl/P41WUOzTGJUcw==
84498454
dependencies:
84508455
"@babel/runtime" "^7.4.5"
84518456
"@popperjs/core" "^2.0.0"
84528457
"@restart/hooks" "^0.3.12"
8458+
"@types/warning" "^3.0.0"
84538459
dom-helpers "^5.1.0"
84548460
prop-types "^15.7.2"
84558461
uncontrollable "^7.0.0"

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.4.1",
77
"react": "^16.13.1",
8-
"react-bootstrap": "^1.0.0",
8+
"react-bootstrap": "^1.0.1",
99
"react-dom": "^16.13.1",
1010
"react-router-bootstrap": "^0.25.0",
1111
"react-router-dom": "^5.1.2",

basic-react-router/yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,11 @@
13691369
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
13701370
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
13711371

1372+
"@types/warning@^3.0.0":
1373+
version "3.0.0"
1374+
resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.0.tgz#0d2501268ad8f9962b740d387c4654f5f8e23e52"
1375+
integrity sha1-DSUBJorY+ZYrdA04fEZU9fjiPlI=
1376+
13721377
"@types/yargs-parser@*":
13731378
version "13.1.0"
13741379
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.1.0.tgz#c563aa192f39350a1d18da36c5a8da382bbd8228"
@@ -8423,10 +8428,10 @@ react-app-polyfill@^1.0.6:
84238428
regenerator-runtime "^0.13.3"
84248429
whatwg-fetch "^3.0.0"
84258430

8426-
react-bootstrap@^1.0.0:
8427-
version "1.0.0"
8428-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.0.0.tgz#ed812810205e75b8e4a84b9514d79de090cdc627"
8429-
integrity sha512-Ep6ZNH6wL5m9bytOS6T9mjSz0YE1bEkc+uHItvenRcA3amr5ApkpKYzAWgdglhRPZHPvm+pnqs1z5IPwv/2UZw==
8431+
react-bootstrap@^1.0.1:
8432+
version "1.0.1"
8433+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.0.1.tgz#044b51f34a9db8e17dbfb321a71267a8d6ad11b4"
8434+
integrity sha512-xMHwsvDN7sIv26P9wWiosWjITZije2dRCjEJHVfV2KFoSJY+8uv2zttEw0XMB7xviQcW3zuIGLJXuj8vf6lYEg==
84308435
dependencies:
84318436
"@babel/runtime" "^7.4.2"
84328437
"@restart/context" "^2.1.4"
@@ -8437,7 +8442,7 @@ react-bootstrap@^1.0.0:
84378442
invariant "^2.2.4"
84388443
prop-types "^15.7.2"
84398444
prop-types-extra "^1.1.0"
8440-
react-overlays "^3.0.1"
8445+
react-overlays "^3.1.2"
84418446
react-transition-group "^4.0.0"
84428447
uncontrollable "^7.0.0"
84438448
warning "^4.0.3"
@@ -8492,14 +8497,15 @@ react-is@^16.3.2, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is
84928497
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
84938498
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==
84948499

8495-
react-overlays@^3.0.1:
8496-
version "3.0.1"
8497-
resolved "https://registry.yarnpkg.com/react-overlays/-/react-overlays-3.0.1.tgz#0a007d8d8b97d8e85bb23b2fbe2fb336d82422db"
8498-
integrity sha512-QEt6I3Cjy06pe2FwY/tuWaXEzSVOuXfP8zsC6oWHJhMYpEJQgZV/TCwbCw5slMW6VcgwcWPc4HrBzN0yfxf5Xw==
8500+
react-overlays@^3.1.2:
8501+
version "3.1.3"
8502+
resolved "https://registry.yarnpkg.com/react-overlays/-/react-overlays-3.1.3.tgz#e6ac2b43fd2179924491bd794508072399940128"
8503+
integrity sha512-FH82W0R9lFJm/YCTDeSvEKQxXyTaZmjMEQlAjRhgjQhknTkyMsft+X4Wep5l95QveqdxGVxl/P41WUOzTGJUcw==
84998504
dependencies:
85008505
"@babel/runtime" "^7.4.5"
85018506
"@popperjs/core" "^2.0.0"
85028507
"@restart/hooks" "^0.3.12"
8508+
"@types/warning" "^3.0.0"
85038509
dom-helpers "^5.1.0"
85048510
prop-types "^15.7.2"
85058511
uncontrollable "^7.0.0"

basic-sass-custom-theming/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"private": true,
55
"dependencies": {
66
"bootstrap": "^4.4.1",
7-
"node-sass": "^4.13.1",
7+
"node-sass": "^4.14.0",
88
"react": "^16.13.1",
9-
"react-bootstrap": "^1.0.0",
9+
"react-bootstrap": "^1.0.1",
1010
"react-dom": "^16.13.1",
1111
"react-scripts": "3.4.1"
1212
},

basic-sass-custom-theming/yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,11 @@
13691369
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
13701370
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
13711371

1372+
"@types/warning@^3.0.0":
1373+
version "3.0.0"
1374+
resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.0.tgz#0d2501268ad8f9962b740d387c4654f5f8e23e52"
1375+
integrity sha1-DSUBJorY+ZYrdA04fEZU9fjiPlI=
1376+
13721377
"@types/yargs-parser@*":
13731378
version "13.1.0"
13741379
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.1.0.tgz#c563aa192f39350a1d18da36c5a8da382bbd8228"
@@ -6977,10 +6982,10 @@ node-releases@^1.1.52:
69776982
dependencies:
69786983
semver "^6.3.0"
69796984

6980-
node-sass@^4.13.1:
6981-
version "4.13.1"
6982-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.1.tgz#9db5689696bb2eec2c32b98bfea4c7a2e992d0a3"
6983-
integrity sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==
6985+
node-sass@^4.14.0:
6986+
version "4.14.0"
6987+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.0.tgz#a8e9d7720f8e15b4a1072719dcf04006f5648eeb"
6988+
integrity sha512-AxqU+DFpk0lEz95sI6jO0hU0Rwyw7BXVEv6o9OItoXLyeygPeaSpiV4rwQb10JiTghHaa0gZeD21sz+OsQluaw==
69846989
dependencies:
69856990
async-foreach "^0.1.3"
69866991
chalk "^1.1.1"
@@ -8631,10 +8636,10 @@ react-app-polyfill@^1.0.6:
86318636
regenerator-runtime "^0.13.3"
86328637
whatwg-fetch "^3.0.0"
86338638

8634-
react-bootstrap@^1.0.0:
8635-
version "1.0.0"
8636-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.0.0.tgz#ed812810205e75b8e4a84b9514d79de090cdc627"
8637-
integrity sha512-Ep6ZNH6wL5m9bytOS6T9mjSz0YE1bEkc+uHItvenRcA3amr5ApkpKYzAWgdglhRPZHPvm+pnqs1z5IPwv/2UZw==
8639+
react-bootstrap@^1.0.1:
8640+
version "1.0.1"
8641+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.0.1.tgz#044b51f34a9db8e17dbfb321a71267a8d6ad11b4"
8642+
integrity sha512-xMHwsvDN7sIv26P9wWiosWjITZije2dRCjEJHVfV2KFoSJY+8uv2zttEw0XMB7xviQcW3zuIGLJXuj8vf6lYEg==
86388643
dependencies:
86398644
"@babel/runtime" "^7.4.2"
86408645
"@restart/context" "^2.1.4"
@@ -8645,7 +8650,7 @@ react-bootstrap@^1.0.0:
86458650
invariant "^2.2.4"
86468651
prop-types "^15.7.2"
86478652
prop-types-extra "^1.1.0"
8648-
react-overlays "^3.0.1"
8653+
react-overlays "^3.1.2"
86498654
react-transition-group "^4.0.0"
86508655
uncontrollable "^7.0.0"
86518656
warning "^4.0.3"
@@ -8700,14 +8705,15 @@ react-is@^16.3.2, react-is@^16.8.1, react-is@^16.8.4:
87008705
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
87018706
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
87028707

8703-
react-overlays@^3.0.1:
8704-
version "3.0.1"
8705-
resolved "https://registry.yarnpkg.com/react-overlays/-/react-overlays-3.0.1.tgz#0a007d8d8b97d8e85bb23b2fbe2fb336d82422db"
8706-
integrity sha512-QEt6I3Cjy06pe2FwY/tuWaXEzSVOuXfP8zsC6oWHJhMYpEJQgZV/TCwbCw5slMW6VcgwcWPc4HrBzN0yfxf5Xw==
8708+
react-overlays@^3.1.2:
8709+
version "3.1.3"
8710+
resolved "https://registry.yarnpkg.com/react-overlays/-/react-overlays-3.1.3.tgz#e6ac2b43fd2179924491bd794508072399940128"
8711+
integrity sha512-FH82W0R9lFJm/YCTDeSvEKQxXyTaZmjMEQlAjRhgjQhknTkyMsft+X4Wep5l95QveqdxGVxl/P41WUOzTGJUcw==
87078712
dependencies:
87088713
"@babel/runtime" "^7.4.5"
87098714
"@popperjs/core" "^2.0.0"
87108715
"@restart/hooks" "^0.3.12"
8716+
"@types/warning" "^3.0.0"
87118717
dom-helpers "^5.1.0"
87128718
prop-types "^15.7.2"
87138719
uncontrollable "^7.0.0"

basic-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"private": true,
55
"dependencies": {
66
"@types/jest": "25.2.1",
7-
"@types/node": "12.12.36",
7+
"@types/node": "12.12.37",
88
"@types/react": "16.9.34",
99
"@types/react-dom": "16.9.6",
1010
"bootstrap": "^4.4.1",
1111
"react": "^16.13.1",
12-
"react-bootstrap": "^1.0.0",
12+
"react-bootstrap": "^1.0.1",
1313
"react-dom": "^16.13.1",
1414
"react-scripts": "3.4.1",
1515
"typescript": "3.8.3"

basic-ts/yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,10 +1370,10 @@
13701370
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
13711371
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
13721372

1373-
"@types/node@*", "@types/[email protected].36":
1374-
version "12.12.36"
1375-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.36.tgz#162c8c2a2e659da480049df0e19ae128ad3a1527"
1376-
integrity sha512-hmmypvyO/uTLFYCYu6Hlb3ydeJ11vXRxg8/WJ0E3wvwmPO0y47VqnfmXFVuWlysO0Zyj+je1Y33rQeuYkZ51GQ==
1373+
"@types/node@*", "@types/[email protected].37":
1374+
version "12.12.37"
1375+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.37.tgz#cb4782d847f801fa58316da5b4801ca3a59ae790"
1376+
integrity sha512-4mXKoDptrXAwZErQHrLzpe0FN/0Wmf5JRniSVIdwUrtDf9wnmEV1teCNLBo/TwuXhkK/bVegoEn/wmb+x0AuPg==
13771377

13781378
"@types/parse-json@^4.0.0":
13791379
version "4.0.0"
@@ -1410,6 +1410,11 @@
14101410
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
14111411
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
14121412

1413+
"@types/warning@^3.0.0":
1414+
version "3.0.0"
1415+
resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.0.tgz#0d2501268ad8f9962b740d387c4654f5f8e23e52"
1416+
integrity sha1-DSUBJorY+ZYrdA04fEZU9fjiPlI=
1417+
14131418
"@types/yargs-parser@*":
14141419
version "13.1.0"
14151420
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.1.0.tgz#c563aa192f39350a1d18da36c5a8da382bbd8228"
@@ -8482,10 +8487,10 @@ react-app-polyfill@^1.0.6:
84828487
regenerator-runtime "^0.13.3"
84838488
whatwg-fetch "^3.0.0"
84848489

8485-
react-bootstrap@^1.0.0:
8486-
version "1.0.0"
8487-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.0.0.tgz#ed812810205e75b8e4a84b9514d79de090cdc627"
8488-
integrity sha512-Ep6ZNH6wL5m9bytOS6T9mjSz0YE1bEkc+uHItvenRcA3amr5ApkpKYzAWgdglhRPZHPvm+pnqs1z5IPwv/2UZw==
8490+
react-bootstrap@^1.0.1:
8491+
version "1.0.1"
8492+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.0.1.tgz#044b51f34a9db8e17dbfb321a71267a8d6ad11b4"
8493+
integrity sha512-xMHwsvDN7sIv26P9wWiosWjITZije2dRCjEJHVfV2KFoSJY+8uv2zttEw0XMB7xviQcW3zuIGLJXuj8vf6lYEg==
84898494
dependencies:
84908495
"@babel/runtime" "^7.4.2"
84918496
"@restart/context" "^2.1.4"
@@ -8496,7 +8501,7 @@ react-bootstrap@^1.0.0:
84968501
invariant "^2.2.4"
84978502
prop-types "^15.7.2"
84988503
prop-types-extra "^1.1.0"
8499-
react-overlays "^3.0.1"
8504+
react-overlays "^3.1.2"
85008505
react-transition-group "^4.0.0"
85018506
uncontrollable "^7.0.0"
85028507
warning "^4.0.3"
@@ -8551,14 +8556,15 @@ react-is@^16.12.0, react-is@^16.3.2, react-is@^16.8.1, react-is@^16.8.4:
85518556
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
85528557
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==
85538558

8554-
react-overlays@^3.0.1:
8555-
version "3.0.1"
8556-
resolved "https://registry.yarnpkg.com/react-overlays/-/react-overlays-3.0.1.tgz#0a007d8d8b97d8e85bb23b2fbe2fb336d82422db"
8557-
integrity sha512-QEt6I3Cjy06pe2FwY/tuWaXEzSVOuXfP8zsC6oWHJhMYpEJQgZV/TCwbCw5slMW6VcgwcWPc4HrBzN0yfxf5Xw==
8559+
react-overlays@^3.1.2:
8560+
version "3.1.3"
8561+
resolved "https://registry.yarnpkg.com/react-overlays/-/react-overlays-3.1.3.tgz#e6ac2b43fd2179924491bd794508072399940128"
8562+
integrity sha512-FH82W0R9lFJm/YCTDeSvEKQxXyTaZmjMEQlAjRhgjQhknTkyMsft+X4Wep5l95QveqdxGVxl/P41WUOzTGJUcw==
85588563
dependencies:
85598564
"@babel/runtime" "^7.4.5"
85608565
"@popperjs/core" "^2.0.0"
85618566
"@restart/hooks" "^0.3.12"
8567+
"@types/warning" "^3.0.0"
85628568
dom-helpers "^5.1.0"
85638569
prop-types "^15.7.2"
85648570
uncontrollable "^7.0.0"

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.4.1",
77
"react": "^16.13.1",
8-
"react-bootstrap": "^1.0.0",
8+
"react-bootstrap": "^1.0.1",
99
"react-dom": "^16.13.1",
1010
"react-scripts": "3.4.1"
1111
},

basic/yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,11 @@
13691369
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
13701370
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
13711371

1372+
"@types/warning@^3.0.0":
1373+
version "3.0.0"
1374+
resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.0.tgz#0d2501268ad8f9962b740d387c4654f5f8e23e52"
1375+
integrity sha1-DSUBJorY+ZYrdA04fEZU9fjiPlI=
1376+
13721377
"@types/yargs-parser@*":
13731378
version "13.1.0"
13741379
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.1.0.tgz#c563aa192f39350a1d18da36c5a8da382bbd8228"
@@ -8378,10 +8383,10 @@ react-app-polyfill@^1.0.6:
83788383
regenerator-runtime "^0.13.3"
83798384
whatwg-fetch "^3.0.0"
83808385

8381-
react-bootstrap@^1.0.0:
8382-
version "1.0.0"
8383-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.0.0.tgz#ed812810205e75b8e4a84b9514d79de090cdc627"
8384-
integrity sha512-Ep6ZNH6wL5m9bytOS6T9mjSz0YE1bEkc+uHItvenRcA3amr5ApkpKYzAWgdglhRPZHPvm+pnqs1z5IPwv/2UZw==
8386+
react-bootstrap@^1.0.1:
8387+
version "1.0.1"
8388+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.0.1.tgz#044b51f34a9db8e17dbfb321a71267a8d6ad11b4"
8389+
integrity sha512-xMHwsvDN7sIv26P9wWiosWjITZije2dRCjEJHVfV2KFoSJY+8uv2zttEw0XMB7xviQcW3zuIGLJXuj8vf6lYEg==
83858390
dependencies:
83868391
"@babel/runtime" "^7.4.2"
83878392
"@restart/context" "^2.1.4"
@@ -8392,7 +8397,7 @@ react-bootstrap@^1.0.0:
83928397
invariant "^2.2.4"
83938398
prop-types "^15.7.2"
83948399
prop-types-extra "^1.1.0"
8395-
react-overlays "^3.0.1"
8400+
react-overlays "^3.1.2"
83968401
react-transition-group "^4.0.0"
83978402
uncontrollable "^7.0.0"
83988403
warning "^4.0.3"
@@ -8447,14 +8452,15 @@ react-is@^16.3.2, react-is@^16.8.1, react-is@^16.8.4:
84478452
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
84488453
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
84498454

8450-
react-overlays@^3.0.1:
8451-
version "3.0.1"
8452-
resolved "https://registry.yarnpkg.com/react-overlays/-/react-overlays-3.0.1.tgz#0a007d8d8b97d8e85bb23b2fbe2fb336d82422db"
8453-
integrity sha512-QEt6I3Cjy06pe2FwY/tuWaXEzSVOuXfP8zsC6oWHJhMYpEJQgZV/TCwbCw5slMW6VcgwcWPc4HrBzN0yfxf5Xw==
8455+
react-overlays@^3.1.2:
8456+
version "3.1.3"
8457+
resolved "https://registry.yarnpkg.com/react-overlays/-/react-overlays-3.1.3.tgz#e6ac2b43fd2179924491bd794508072399940128"
8458+
integrity sha512-FH82W0R9lFJm/YCTDeSvEKQxXyTaZmjMEQlAjRhgjQhknTkyMsft+X4Wep5l95QveqdxGVxl/P41WUOzTGJUcw==
84548459
dependencies:
84558460
"@babel/runtime" "^7.4.5"
84568461
"@popperjs/core" "^2.0.0"
84578462
"@restart/hooks" "^0.3.12"
8463+
"@types/warning" "^3.0.0"
84588464
dom-helpers "^5.1.0"
84598465
prop-types "^15.7.2"
84608466
uncontrollable "^7.0.0"

0 commit comments

Comments
 (0)