Skip to content

Commit 577eee3

Browse files
fix(deps): update dependency react-bootstrap to v2.2.2 (#159)
1 parent c78a5c8 commit 577eee3

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lodash.throttle": "4.1.1",
1616
"moment": "2.29.1",
1717
"react": "16.14.0",
18-
"react-bootstrap": "2.2.1",
18+
"react-bootstrap": "2.2.2",
1919
"react-dom": "16.14.0",
2020
"react-scripts": "5.0.0",
2121
"react-syntax-highlighter": "15.5.0",

yarn.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,10 +1612,10 @@
16121612
dependencies:
16131613
dequal "^2.0.2"
16141614

1615-
"@restart/ui@^1.0.2":
1616-
version "1.0.2"
1617-
resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-1.0.2.tgz#009a06ae698d624672c5e6a776efd0e8a6017842"
1618-
integrity sha512-vKGe0UBJLnbvNAjr8ljlDvphf2HkpjBjXsblmgKPvKdZBDn/mtAz89wmznaomIaEJ9VNoSEY0vA5T5MDi2jIcQ==
1615+
"@restart/ui@^1.2.0":
1616+
version "1.2.0"
1617+
resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-1.2.0.tgz#fb90251aa25f99b41ccedc78a91d2a15f3c5e0fb"
1618+
integrity sha512-oIh2t3tG8drZtZ9SlaV5CY6wGsUViHk8ZajjhcI+74IQHyWy+AnxDv8rJR5wVgsgcgrPBUvGNkC1AEdcGNPaLQ==
16191619
dependencies:
16201620
"@babel/runtime" "^7.13.16"
16211621
"@popperjs/core" "^2.10.1"
@@ -1624,7 +1624,6 @@
16241624
"@types/warning" "^3.0.0"
16251625
dequal "^2.0.2"
16261626
dom-helpers "^5.2.0"
1627-
prop-types "^15.7.2"
16281627
uncontrollable "^7.2.1"
16291628
warning "^4.0.3"
16301629

@@ -7674,14 +7673,14 @@ react-app-polyfill@^3.0.0:
76747673
regenerator-runtime "^0.13.9"
76757674
whatwg-fetch "^3.6.2"
76767675

7677-
7678-
version "2.2.1"
7679-
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.2.1.tgz#2a6ad0931e9367882ec3fc88a70ed0b8ace90b26"
7680-
integrity sha512-x8lpVQflsbevphuWbTnTNCatcbKyPJNrP2WyQ1MJYmFEcVjbTbai1yZhdlXr0QUxLQLxA8g5hQWb5TwJtaZoCA==
7676+
7677+
version "2.2.2"
7678+
resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.2.2.tgz#cddf53174df295253c471df54f131e1730a6660f"
7679+
integrity sha512-zfVGUU14BMZo7KqR1QHXBAqpbWa6bu4S9dZ6O4rd/hDZi1tiNeGkISbuBednb1TxyXrOwpvnvlHNk3OuYQNq6w==
76817680
dependencies:
76827681
"@babel/runtime" "^7.17.2"
76837682
"@restart/hooks" "^0.4.5"
7684-
"@restart/ui" "^1.0.2"
7683+
"@restart/ui" "^1.2.0"
76857684
"@types/invariant" "^2.2.35"
76867685
"@types/prop-types" "^15.7.4"
76877686
"@types/react" ">=16.14.8"

0 commit comments

Comments
 (0)