Skip to content

Commit 9065e4b

Browse files
committed
bootstrap 5.2.3 update with datatables
Updated to Bootstrap 5.2.3 and updated datatables css to fix problems with the new version along with other dependency updates
1 parent 6e5ba9d commit 9065e4b

23 files changed

+2716
-3186
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2022 Start Bootstrap LLC
3+
Copyright (c) 2013-2023 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

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/StartBootstrap/startbootstrap-sb-admin/master/LICENSE)
1414
[![npm version](https://img.shields.io/npm/v/startbootstrap-sb-admin.svg)](https://www.npmjs.com/package/startbootstrap-sb-admin)
15-
[![dependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-sb-admin/status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-sb-admin)
16-
[![devDependencies Status](https://david-dm.org/StartBootstrap/startbootstrap-sb-admin/dev-status.svg)](https://david-dm.org/StartBootstrap/startbootstrap-sb-admin?type=dev)
1715

1816
## Download and Installation
1917

@@ -72,4 +70,4 @@ Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework
7270

7371
## Copyright and License
7472

75-
Copyright 2013-2022 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-sb-admin/blob/master/LICENSE) license.
73+
Copyright 2013-2023 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-sb-admin/blob/master/LICENSE) license.

dist/401.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="" />
99
<title>404 Error - SB Admin</title>
1010
<link href="css/styles.css" rel="stylesheet" />
11-
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
11+
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
1212
</head>
1313
<body>
1414
<div id="layoutError">
@@ -35,7 +35,7 @@ <h1 class="display-1">401</h1>
3535
<footer class="py-4 bg-light mt-auto">
3636
<div class="container-fluid px-4">
3737
<div class="d-flex align-items-center justify-content-between small">
38-
<div class="text-muted">Copyright &copy; Your Website 2022</div>
38+
<div class="text-muted">Copyright &copy; Your Website 2023</div>
3939
<div>
4040
<a href="#">Privacy Policy</a>
4141
&middot;
@@ -46,7 +46,7 @@ <h1 class="display-1">401</h1>
4646
</footer>
4747
</div>
4848
</div>
49-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
49+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
5050
<script src="js/scripts.js"></script>
5151
</body>
5252
</html>

dist/404.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="" />
99
<title>404 Error - SB Admin</title>
1010
<link href="css/styles.css" rel="stylesheet" />
11-
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
11+
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
1212
</head>
1313
<body>
1414
<div id="layoutError">
@@ -34,7 +34,7 @@
3434
<footer class="py-4 bg-light mt-auto">
3535
<div class="container-fluid px-4">
3636
<div class="d-flex align-items-center justify-content-between small">
37-
<div class="text-muted">Copyright &copy; Your Website 2022</div>
37+
<div class="text-muted">Copyright &copy; Your Website 2023</div>
3838
<div>
3939
<a href="#">Privacy Policy</a>
4040
&middot;
@@ -45,7 +45,7 @@
4545
</footer>
4646
</div>
4747
</div>
48-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
48+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
4949
<script src="js/scripts.js"></script>
5050
</body>
5151
</html>

dist/500.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="" />
99
<title>404 Error - SB Admin</title>
1010
<link href="css/styles.css" rel="stylesheet" />
11-
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
11+
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
1212
</head>
1313
<body>
1414
<div id="layoutError">
@@ -34,7 +34,7 @@ <h1 class="display-1">500</h1>
3434
<footer class="py-4 bg-light mt-auto">
3535
<div class="container-fluid px-4">
3636
<div class="d-flex align-items-center justify-content-between small">
37-
<div class="text-muted">Copyright &copy; Your Website 2022</div>
37+
<div class="text-muted">Copyright &copy; Your Website 2023</div>
3838
<div>
3939
<a href="#">Privacy Policy</a>
4040
&middot;
@@ -45,7 +45,7 @@ <h1 class="display-1">500</h1>
4545
</footer>
4646
</div>
4747
</div>
48-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
48+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
4949
<script src="js/scripts.js"></script>
5050
</body>
5151
</html>

dist/charts.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="" />
99
<title>Charts - SB Admin</title>
1010
<link href="css/styles.css" rel="stylesheet" />
11-
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
11+
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
1212
</head>
1313
<body class="sb-nav-fixed">
1414
<nav class="sb-topnav navbar navbar-expand navbar-dark bg-dark">
@@ -156,7 +156,7 @@ <h1 class="mt-4">Charts</h1>
156156
<footer class="py-4 bg-light mt-auto">
157157
<div class="container-fluid px-4">
158158
<div class="d-flex align-items-center justify-content-between small">
159-
<div class="text-muted">Copyright &copy; Your Website 2022</div>
159+
<div class="text-muted">Copyright &copy; Your Website 2023</div>
160160
<div>
161161
<a href="#">Privacy Policy</a>
162162
&middot;
@@ -167,7 +167,7 @@ <h1 class="mt-4">Charts</h1>
167167
</footer>
168168
</div>
169169
</div>
170-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
170+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
171171
<script src="js/scripts.js"></script>
172172
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js" crossorigin="anonymous"></script>
173173
<script src="assets/demo/chart-area-demo.js"></script>

0 commit comments

Comments
 (0)