Skip to content

Commit

Permalink
chore(js): Bump bootstrap 4.3.1 -> 4.6.1
Browse files Browse the repository at this point in the history
This fixes a large number of warnings during build time related to the
[warning: Using / for division is deprecated][0] error

[0]: twbs/bootstrap#34051
  • Loading branch information
evanpurkhiser committed Apr 27, 2023
1 parent 36db5e2 commit 8d41cdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"algoliasearch": "^4.2.0",
"axios": "^0.21.2",
"babel-preset-gatsby": "^0.5.8",
"bootstrap": "4.3.1",
"bootstrap": "4.6.1",
"copy-to-clipboard": "^3.3.1",
"dompurify": "^2.0.12",
"dotenv": "^8.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4500,10 +4500,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=

bootstrap@4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.3.1.tgz#280ca8f610504d99d7b6b4bfc4b68cec601704ac"
integrity sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==
bootstrap@4.6.1:
version "4.6.1"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.1.tgz#bc25380c2c14192374e8dec07cf01b2742d222a2"
integrity sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==

boxen@^1.2.1:
version "1.3.0"
Expand Down

0 comments on commit 8d41cdd

Please sign in to comment.