Skip to content

Commit 1aa1df2

Browse files
committed
bootstrap: 5.1.3 -> 5.3.3
Update Bootstrap to add support for dark color scheme. This greatly simplifies dark color themes downstream, and is a first step towards adding a dark mode to CTFd default theme.
1 parent 8c5e56b commit 1aa1df2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@fortawesome/fontawesome-free": "6.0.0",
1717
"@popperjs/core": "^2.11.4",
1818
"alpinejs": "^3.9.1",
19-
"bootstrap": "^5.1.3",
19+
"bootstrap": "^5.3.3",
2020
"bootstrap-multimodal": "~1.0.4",
2121
"dayjs": "^1.11.0",
2222
"echarts": "^5.3.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,10 @@ bootstrap-multimodal@~1.0.4:
230230
resolved "https://registry.yarnpkg.com/bootstrap-multimodal/-/bootstrap-multimodal-1.0.4.tgz#d3eedc5f5e62551e2b2e130ab9e092318ddaa2c4"
231231
integrity sha1-0+7cX15iVR4rLhMKueCSMY3aosQ=
232232

233-
bootstrap@^5.1.3:
234-
version "5.1.3"
235-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.1.3.tgz#ba081b0c130f810fa70900acbc1c6d3c28fa8f34"
236-
integrity sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==
233+
bootstrap@^5.3.3:
234+
version "5.3.3"
235+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.3.tgz#de35e1a765c897ac940021900fcbb831602bac38"
236+
integrity sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==
237237

238238
brace-expansion@^1.1.7:
239239
version "1.1.11"

0 commit comments

Comments
 (0)