Skip to content

Commit 74b89e5

Browse files
committed
dependencies update
1 parent f42c712 commit 74b89e5

File tree

8 files changed

+371
-496
lines changed

8 files changed

+371
-496
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2021 Start Bootstrap LLC
3+
Copyright (c) 2013-2022 Start Bootstrap LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework
6868

6969
## Copyright and License
7070

71-
Copyright 2013-2021 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE) license.
71+
Copyright 2013-2022 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE) license.

dist/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "UTF-8";
22
/*!
33
* Start Bootstrap - Scrolling Nav v5.0.4 (https://startbootstrap.com/template/scrolling-nav)
4-
* Copyright 2013-2021 Start Bootstrap
4+
* Copyright 2013-2022 Start Bootstrap
55
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
66
*/
77
/*!

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h2>Contact us</h2>
7474
</section>
7575
<!-- Footer-->
7676
<footer class="py-5 bg-dark">
77-
<div class="container px-4"><p class="m-0 text-center text-white">Copyright &copy; Your Website 2021</p></div>
77+
<div class="container px-4"><p class="m-0 text-center text-white">Copyright &copy; Your Website 2022</p></div>
7878
</footer>
7979
<!-- Bootstrap core JS-->
8080
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>

dist/js/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Start Bootstrap - Scrolling Nav v5.0.4 (https://startbootstrap.com/template/scrolling-nav)
3-
* Copyright 2013-2021 Start Bootstrap
3+
* Copyright 2013-2022 Start Bootstrap
44
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
55
*/
66
//

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
"bootstrap": "5.1.3"
4040
},
4141
"devDependencies": {
42-
"autoprefixer": "10.3.7",
43-
"browser-sync": "2.27.5",
44-
"chokidar": "3.5.2",
42+
"autoprefixer": "10.4.4",
43+
"browser-sync": "2.27.9",
44+
"chokidar": "3.5.3",
4545
"concurrently": "6.3.0",
46-
"postcss": "8.3.9",
47-
"prettier": "2.4.1",
46+
"postcss": "8.4.12",
47+
"prettier": "2.6.0",
4848
"pug": "3.0.2",
49-
"sass": "1.43.2",
50-
"shelljs": "0.8.4",
49+
"sass": "1.49.9",
50+
"shelljs": "0.8.5",
5151
"upath": "2.0.1"
5252
}
5353
}

src/pug/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ html(lang='en')
7575
// Footer
7676
footer.py-5.bg-dark
7777
.container.px-4
78-
p.m-0.text-center.text-white Copyright &copy; Your Website 2021
78+
p.m-0.text-center.text-white Copyright &copy; Your Website 2022
7979

8080
// Bootstrap core JS
8181
script(src='https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js')

0 commit comments

Comments
 (0)