Skip to content

Commit 18faf64

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 0edd712 commit 18faf64

File tree

16 files changed

+65
-65
lines changed

16 files changed

+65
-65
lines changed

basic-cdn/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"react": "^17.0.2",
7-
"react-bootstrap": "^1.5.2",
7+
"react-bootstrap": "^1.6.0",
88
"react-dom": "^17.0.2",
99
"react-scripts": "4.0.3"
1010
},

basic-cdn/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8961,10 +8961,10 @@ react-app-polyfill@^2.0.0:
89618961
regenerator-runtime "^0.13.7"
89628962
whatwg-fetch "^3.4.1"
89638963

8964-
react-bootstrap@^1.5.2:
8965-
version "1.5.2"
8966-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.5.2.tgz#07dabec53d10491a520c49f102170b440fa89008"
8967-
integrity sha512-mGKPY5+lLd7Vtkx2VFivoRkPT4xAHazuFfIhJLTEgHlDfIUSePn7qrmpZe5gXH9zvHV0RsBaQ9cLfXjxnZrOpA==
8964+
react-bootstrap@^1.6.0:
8965+
version "1.6.0"
8966+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.6.0.tgz#5b4f160ce0cd22784cf4271ca90550b4891fdd42"
8967+
integrity sha512-PaeOGeRC2+JH9Uf1PukJgXcIpfGlrKKHEBZIArymjenYzSJ/RhO2UdNX+e7nalsCFFZLRRgQ0/FKkscW2LmmRg==
89688968
dependencies:
89698969
"@babel/runtime" "^7.13.8"
89708970
"@restart/context" "^2.1.4"

basic-react-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"bootstrap": "^4.6.0",
77
"react": "^17.0.2",
8-
"react-bootstrap": "^1.5.2",
8+
"react-bootstrap": "^1.6.0",
99
"react-dom": "^17.0.2",
1010
"react-router-bootstrap": "^0.25.0",
1111
"react-router-dom": "^5.2.0",

basic-react-router/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9005,10 +9005,10 @@ react-app-polyfill@^2.0.0:
90059005
regenerator-runtime "^0.13.7"
90069006
whatwg-fetch "^3.4.1"
90079007

9008-
react-bootstrap@^1.5.2:
9009-
version "1.5.2"
9010-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.5.2.tgz#07dabec53d10491a520c49f102170b440fa89008"
9011-
integrity sha512-mGKPY5+lLd7Vtkx2VFivoRkPT4xAHazuFfIhJLTEgHlDfIUSePn7qrmpZe5gXH9zvHV0RsBaQ9cLfXjxnZrOpA==
9008+
react-bootstrap@^1.6.0:
9009+
version "1.6.0"
9010+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.6.0.tgz#5b4f160ce0cd22784cf4271ca90550b4891fdd42"
9011+
integrity sha512-PaeOGeRC2+JH9Uf1PukJgXcIpfGlrKKHEBZIArymjenYzSJ/RhO2UdNX+e7nalsCFFZLRRgQ0/FKkscW2LmmRg==
90129012
dependencies:
90139013
"@babel/runtime" "^7.13.8"
90149014
"@restart/context" "^2.1.4"

basic-sass-custom-theming/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bootstrap": "^4.6.0",
77
"node-sass": "^5.0.0",
88
"react": "^17.0.2",
9-
"react-bootstrap": "^1.5.2",
9+
"react-bootstrap": "^1.6.0",
1010
"react-dom": "^17.0.2",
1111
"react-scripts": "4.0.3"
1212
},

basic-sass-custom-theming/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9183,10 +9183,10 @@ react-app-polyfill@^2.0.0:
91839183
regenerator-runtime "^0.13.7"
91849184
whatwg-fetch "^3.4.1"
91859185

9186-
react-bootstrap@^1.5.2:
9187-
version "1.5.2"
9188-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.5.2.tgz#07dabec53d10491a520c49f102170b440fa89008"
9189-
integrity sha512-mGKPY5+lLd7Vtkx2VFivoRkPT4xAHazuFfIhJLTEgHlDfIUSePn7qrmpZe5gXH9zvHV0RsBaQ9cLfXjxnZrOpA==
9186+
react-bootstrap@^1.6.0:
9187+
version "1.6.0"
9188+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.6.0.tgz#5b4f160ce0cd22784cf4271ca90550b4891fdd42"
9189+
integrity sha512-PaeOGeRC2+JH9Uf1PukJgXcIpfGlrKKHEBZIArymjenYzSJ/RhO2UdNX+e7nalsCFFZLRRgQ0/FKkscW2LmmRg==
91909190
dependencies:
91919191
"@babel/runtime" "^7.13.8"
91929192
"@restart/context" "^2.1.4"

basic-ts/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@types/jest": "26.0.22",
7-
"@types/node": "12.20.10",
8-
"@types/react": "17.0.3",
9-
"@types/react-dom": "17.0.3",
6+
"@types/jest": "26.0.23",
7+
"@types/node": "12.20.13",
8+
"@types/react": "17.0.8",
9+
"@types/react-dom": "17.0.5",
1010
"bootstrap": "^4.6.0",
1111
"react": "^17.0.2",
12-
"react-bootstrap": "^1.5.2",
12+
"react-bootstrap": "^1.6.0",
1313
"react-dom": "^17.0.2",
1414
"react-scripts": "4.0.3",
15-
"typescript": "4.2.4"
15+
"typescript": "4.3.2"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",

basic-ts/yarn.lock

+24-24
Original file line numberDiff line numberDiff line change
@@ -1709,10 +1709,10 @@
17091709
dependencies:
17101710
"@types/istanbul-lib-report" "*"
17111711

1712-
"@types/[email protected].22":
1713-
version "26.0.22"
1714-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.22.tgz#8308a1debdf1b807aa47be2838acdcd91e88fbe6"
1715-
integrity sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw==
1712+
"@types/[email protected].23":
1713+
version "26.0.23"
1714+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.23.tgz#a1b7eab3c503b80451d019efb588ec63522ee4e7"
1715+
integrity sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA==
17161716
dependencies:
17171717
jest-diff "^26.0.0"
17181718
pretty-format "^26.0.0"
@@ -1732,10 +1732,10 @@
17321732
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
17331733
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
17341734

1735-
"@types/node@*", "@types/[email protected].10":
1736-
version "12.20.10"
1737-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.10.tgz#4dcb8a85a8f1211acafb88d72fafc7e3d2685583"
1738-
integrity sha512-TxCmnSSppKBBOzYzPR2BR25YlX5Oay8z2XGwFBInuA/Co0V9xJhLlW4kjbxKtgeNo3NOMbQP1A5Rc03y+XecPw==
1735+
"@types/node@*", "@types/[email protected].13":
1736+
version "12.20.13"
1737+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.13.tgz#e743bae112bd779ac9650f907197dd2caa7f0364"
1738+
integrity sha512-1x8W5OpxPq+T85OUsHRP6BqXeosKmeXRtjoF39STcdf/UWLqUsoehstZKOi0CunhVqHG17AyZgpj20eRVooK6A==
17391739

17401740
"@types/normalize-package-data@^2.4.0":
17411741
version "2.4.0"
@@ -1762,10 +1762,10 @@
17621762
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
17631763
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
17641764

1765-
"@types/[email protected].3":
1766-
version "17.0.3"
1767-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.3.tgz#7fdf37b8af9d6d40127137865bb3fff8871d7ee1"
1768-
integrity sha512-4NnJbCeWE+8YBzupn/YrJxZ8VnjcJq5iR1laqQ1vkpQgBiA7bwk0Rp24fxsdNinzJY2U+HHS4dJJDPdoMjdJ7w==
1765+
"@types/[email protected].5":
1766+
version "17.0.5"
1767+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.5.tgz#df44eed5b8d9e0b13bb0cd38e0ea6572a1231227"
1768+
integrity sha512-ikqukEhH4H9gr4iJCmQVNzTB307kROe3XFfHAOTxOXPOw7lAoEXnM5KWTkzeANGL5Ce6ABfiMl/zJBYNi7ObmQ==
17691769
dependencies:
17701770
"@types/react" "*"
17711771

@@ -1776,10 +1776,10 @@
17761776
dependencies:
17771777
"@types/react" "*"
17781778

1779-
"@types/react@*", "@types/[email protected].3", "@types/react@>=16.9.11", "@types/react@>=16.9.35":
1780-
version "17.0.3"
1781-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79"
1782-
integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==
1779+
"@types/react@*", "@types/[email protected].8", "@types/react@>=16.9.11", "@types/react@>=16.9.35":
1780+
version "17.0.8"
1781+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.8.tgz#fe76e3ba0fbb5602704110fd1e3035cf394778e3"
1782+
integrity sha512-3sx4c0PbXujrYAKwXxNONXUtRp9C+hE2di0IuxFyf5BELD+B+AXL8G7QrmSKhVwKZDbv0igiAjQAMhXj8Yg3aw==
17831783
dependencies:
17841784
"@types/prop-types" "*"
17851785
"@types/scheduler" "*"
@@ -8984,10 +8984,10 @@ react-app-polyfill@^2.0.0:
89848984
regenerator-runtime "^0.13.7"
89858985
whatwg-fetch "^3.4.1"
89868986

8987-
react-bootstrap@^1.5.2:
8988-
version "1.5.2"
8989-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.5.2.tgz#07dabec53d10491a520c49f102170b440fa89008"
8990-
integrity sha512-mGKPY5+lLd7Vtkx2VFivoRkPT4xAHazuFfIhJLTEgHlDfIUSePn7qrmpZe5gXH9zvHV0RsBaQ9cLfXjxnZrOpA==
8987+
react-bootstrap@^1.6.0:
8988+
version "1.6.0"
8989+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.6.0.tgz#5b4f160ce0cd22784cf4271ca90550b4891fdd42"
8990+
integrity sha512-PaeOGeRC2+JH9Uf1PukJgXcIpfGlrKKHEBZIArymjenYzSJ/RhO2UdNX+e7nalsCFFZLRRgQ0/FKkscW2LmmRg==
89918991
dependencies:
89928992
"@babel/runtime" "^7.13.8"
89938993
"@restart/context" "^2.1.4"
@@ -10747,10 +10747,10 @@ typedarray@^0.0.6:
1074710747
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1074810748
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1074910749

10750-
typescript@4.2.4:
10751-
version "4.2.4"
10752-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
10753-
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
10750+
typescript@4.3.2:
10751+
version "4.3.2"
10752+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
10753+
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
1075410754

1075510755
uncontrollable@^7.0.0, uncontrollable@^7.2.1:
1075610756
version "7.2.1"

basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"bootstrap": "^4.6.0",
77
"react": "^17.0.2",
8-
"react-bootstrap": "^1.5.2",
8+
"react-bootstrap": "^1.6.0",
99
"react-dom": "^17.0.2",
1010
"react-scripts": "4.0.3"
1111
},

basic/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8966,10 +8966,10 @@ react-app-polyfill@^2.0.0:
89668966
regenerator-runtime "^0.13.7"
89678967
whatwg-fetch "^3.4.1"
89688968

8969-
react-bootstrap@^1.5.2:
8970-
version "1.5.2"
8971-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.5.2.tgz#07dabec53d10491a520c49f102170b440fa89008"
8972-
integrity sha512-mGKPY5+lLd7Vtkx2VFivoRkPT4xAHazuFfIhJLTEgHlDfIUSePn7qrmpZe5gXH9zvHV0RsBaQ9cLfXjxnZrOpA==
8969+
react-bootstrap@^1.6.0:
8970+
version "1.6.0"
8971+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.6.0.tgz#5b4f160ce0cd22784cf4271ca90550b4891fdd42"
8972+
integrity sha512-PaeOGeRC2+JH9Uf1PukJgXcIpfGlrKKHEBZIArymjenYzSJ/RhO2UdNX+e7nalsCFFZLRRgQ0/FKkscW2LmmRg==
89738973
dependencies:
89748974
"@babel/runtime" "^7.13.8"
89758975
"@restart/context" "^2.1.4"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": "https://github.com/react-bootstrap/code-sandbox-examples",
66
"license": "MIT",
77
"dependencies": {
8-
"prettier": "^2.2.1"
8+
"prettier": "^2.3.0"
99
},
1010
"scripts": {
1111
"lint": "prettier --check **/*.{js,tsx,css,md}",

parcel-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"bootstrap": "^4.6.0",
1212
"react": "^17.0.2",
13-
"react-bootstrap": "^1.5.2",
13+
"react-bootstrap": "^1.6.0",
1414
"react-dom": "^17.0.2"
1515
},
1616
"devDependencies": {

parcel-ts/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4252,10 +4252,10 @@ range-parser@~1.2.1:
42524252
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
42534253
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
42544254

4255-
react-bootstrap@^1.5.2:
4256-
version "1.5.2"
4257-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.5.2.tgz#07dabec53d10491a520c49f102170b440fa89008"
4258-
integrity sha512-mGKPY5+lLd7Vtkx2VFivoRkPT4xAHazuFfIhJLTEgHlDfIUSePn7qrmpZe5gXH9zvHV0RsBaQ9cLfXjxnZrOpA==
4255+
react-bootstrap@^1.6.0:
4256+
version "1.6.0"
4257+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.6.0.tgz#5b4f160ce0cd22784cf4271ca90550b4891fdd42"
4258+
integrity sha512-PaeOGeRC2+JH9Uf1PukJgXcIpfGlrKKHEBZIArymjenYzSJ/RhO2UdNX+e7nalsCFFZLRRgQ0/FKkscW2LmmRg==
42594259
dependencies:
42604260
"@babel/runtime" "^7.13.8"
42614261
"@restart/context" "^2.1.4"

parcel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"bootstrap": "^4.6.0",
1212
"react": "^17.0.2",
13-
"react-bootstrap": "^1.5.2",
13+
"react-bootstrap": "^1.6.0",
1414
"react-dom": "^17.0.2"
1515
},
1616
"devDependencies": {

parcel/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4252,10 +4252,10 @@ range-parser@~1.2.1:
42524252
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
42534253
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
42544254

4255-
react-bootstrap@^1.5.2:
4256-
version "1.5.2"
4257-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.5.2.tgz#07dabec53d10491a520c49f102170b440fa89008"
4258-
integrity sha512-mGKPY5+lLd7Vtkx2VFivoRkPT4xAHazuFfIhJLTEgHlDfIUSePn7qrmpZe5gXH9zvHV0RsBaQ9cLfXjxnZrOpA==
4255+
react-bootstrap@^1.6.0:
4256+
version "1.6.0"
4257+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.6.0.tgz#5b4f160ce0cd22784cf4271ca90550b4891fdd42"
4258+
integrity sha512-PaeOGeRC2+JH9Uf1PukJgXcIpfGlrKKHEBZIArymjenYzSJ/RhO2UdNX+e7nalsCFFZLRRgQ0/FKkscW2LmmRg==
42594259
dependencies:
42604260
"@babel/runtime" "^7.13.8"
42614261
"@restart/context" "^2.1.4"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
prettier@^2.2.1:
6-
version "2.2.1"
7-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
8-
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
5+
prettier@^2.3.0:
6+
version "2.3.0"
7+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18"
8+
integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==

0 commit comments

Comments
 (0)