Skip to content

Commit 73a2b21

Browse files
authored
Bootstrap updated from 5.3.7 to 5.3.8
1 parent 615cf95 commit 73a2b21

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MyFirstBootstrapWebsite",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"author": "Daniel Srb",
55
"license": "MIT",
66
"description": "A basic template to start a website based on Bootstrap 5",
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"autoprefixer": "^10.4.21",
23-
"bootstrap": "5.3.7",
23+
"bootstrap": "5.3.8",
2424
"browser-sync": "^3.0.4",
2525
"del": "^8.0.0",
2626
"gulp": "^5.0.1",

src/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"bootstrapVersion": "5.3.7",
2+
"bootstrapVersion": "5.3.8",
33
"sampleColors": [
44
{
55
"name": "red",

src/templates/_base.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{#
1212
<!-- Optional JavaScript -->
1313
<!-- Bootstrap JS first and your own script at the end -->
14-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
14+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
1515
<script src="js/custom.js"></script>
1616
#}
1717
</body>

0 commit comments

Comments
 (0)