Skip to content

Commit

Permalink
bumps:
Browse files Browse the repository at this point in the history
bootstrap   5.3.2  →   5.3.3
sass       1.71.0  →  1.71.1
  • Loading branch information
ChaosEngine committed Feb 21, 2024
1 parent 58a504b commit e0adf66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DotnetPlayground.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</environment>
<environment exclude="Development">
<meta name="theme-color" content="darkred" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css" integrity="sha256-MBffSnbbXwHCuZtgPYiwMQbfE7z+GOZ7fBPCNB06Z98=" crossorigin="anonymous"
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].3/dist/css/bootstrap.min.css" integrity="sha256-PI8n5gCcz9cQqQXm3PEtDuPG8qx9oFsFctPg0S5zb8g=" crossorigin="anonymous"
asp-fallback-href="~/lib/bootstrap/css/bootstrap.min.css"
asp-fallback-test-class="visually-hidden" asp-fallback-test-property="position" asp-fallback-test-value="absolute" />
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="false" />
Expand Down Expand Up @@ -138,7 +138,7 @@
asp-fallback-src="~/lib/jquery/jquery.min.js"
asp-fallback-test="window.jQuery">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js" integrity="sha256-gvZPYrsDwbwYJLD5yeBfcNujPhRoGOY831wwbIzz3t0=" crossorigin="anonymous"
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/js/bootstrap.bundle.min.js" integrity="sha256-CDOy6cOibCWEdsRiZuaHf8dSGGJRYuBGC+mjoJimHGw=" crossorigin="anonymous"
asp-fallback-src="~/lib/bootstrap/js/bootstrap.bundle.min.js"
asp-fallback-test="window.bootstrap">
</script>
Expand Down
4 changes: 2 additions & 2 deletions DotnetPlayground.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"gulp-rename": "2.0.0",
"gulp-sass": "5.1.0",
"gulp-sourcemaps": "3.0.0",
"sass": "1.71.0",
"sass": "1.71.1",
"gulp-header": "2.0.9",
"tiny-glob": "0.2.9",
"concaveman": "1.2.1",
Expand All @@ -72,7 +72,7 @@
"density-clustering": "1.3.0"
},
"dependencies": {
"bootstrap": "5.3.2",
"bootstrap": "5.3.3",
"bootstrap-table": "1.22.2",
"node-forge": "1.3.1",
"jquery": "3.7.1",
Expand Down
6 changes: 3 additions & 3 deletions DotnetPlayground.Web/wwwroot/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

let CACHE_NAME = 'cache';

self.addEventListener('install', function (event) {
self.addEventListener('install', function (/* event */) {
const swUrl = new URL(self.location);
const version = swUrl.searchParams.get('version');
if (version !== "" && version !== "GIT_BRANCH_GIT_HASH") {
Expand Down Expand Up @@ -91,14 +91,14 @@ self.addEventListener('install', function (event) {
'https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/3.4.0/css/blueimp-gallery.min.css',
'https://cdnjs.cloudflare.com/ajax/libs/video.js/8.11.0/video-js.min.css',
'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.2/bootstrap-table.min.css',
'https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css',
'https://cdn.jsdelivr.net/npm/[email protected].3/dist/css/bootstrap.min.css',
'https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/3.4.0/js/blueimp-gallery.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/video.js/8.11.0/alt/video.core.novtt.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.2/bootstrap-table.min.js',
//'https://cdn.jsdelivr.net/npm/[email protected]/dist/chance.min.js',
'https://cdn.jsdelivr.net/npm/[email protected]/dist/forge.min.js',
'https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js',
'https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js',
'https://cdn.jsdelivr.net/npm/[email protected].3/dist/js/bootstrap.bundle.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.20.0/jquery.validate.min.js',
'https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.validate.unobtrusive.min.js'
//'https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.12/ace.js',//questionable, only dev ?
Expand Down

0 comments on commit e0adf66

Please sign in to comment.