Skip to content

Commit

Permalink
bumps: eslint, bootstrap-table
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosEngine committed Feb 27, 2024
1 parent 9a0a526 commit 508278d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DotnetPlayground.Web/Views/Hashes/VirtualScroll.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<link rel="stylesheet" href="~/lib/bootstrap-table/bootstrap-table.min.css" />
</environment>
<environment exclude="Development">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.2/bootstrap-table.min.css" integrity="sha512-vFkhu2Ld9ZS0m+X4R3vefws1NlSdKAlhnqsGDL31gmyWHfw+OphvQFKI/ttDQj5dB5/5xIQBj3zJyDge4zf5tw==" crossorigin="anonymous" referrerpolicy="no-referrer"
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.3/bootstrap-table.min.css" integrity="sha512-K0PZ5nxsi0O0yQQ8CZW8m0uGa7etxDiXqB820MJ/wLbwOt3fxptsug6OxQsmnoni5QNswhZdhXniOCW7CO5w0Q==" crossorigin="anonymous" referrerpolicy="no-referrer"
asp-fallback-href="~/lib/bootstrap-table/bootstrap-table.min.css"
asp-fallback-test-class="bootstrap-table fullscreen" asp-fallback-test-property="position" asp-fallback-test-value="fixed" />
</environment>
Expand All @@ -56,7 +56,7 @@
<script src="~/js/VirtualScroll.js"></script>
</environment>
<environment exclude="Development">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.2/bootstrap-table.min.js" integrity="sha512-G+yKiJBT1fGJEfud/Xymw9yLnZcxHEMAyjWoNQxTHTlnCYszXGtoLbMiFKQktjjag7+PyDfwWjOxlnH/yoBd7A==" crossorigin="anonymous" referrerpolicy="no-referrer"
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.3/bootstrap-table.min.js" integrity="sha512-f2OMpo2JFybKK+N7+xdO8tE0go+0qXKM+NEQVMpZ0M6vl/BT86BM9uZTHcGin7je3g7xUHJWnq6x0ja2oa2RWQ==" crossorigin="anonymous" referrerpolicy="no-referrer"
asp-fallback-src="~/lib/bootstrap-table/bootstrap-table.min.js"
asp-fallback-test="window.jQuery && window.jQuery.fn && window.jQuery.fn.bootstrapTable">
</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 @@ -51,7 +51,7 @@
"defaults"
],
"devDependencies": {
"eslint": "8.56.0",
"eslint": "8.57.0",
"fs-extra": "11.2.0",
"gulp": "4.0.2",
"gulp-terser": "2.1.0",
Expand All @@ -73,7 +73,7 @@
},
"dependencies": {
"bootstrap": "5.3.3",
"bootstrap-table": "1.22.2",
"bootstrap-table": "1.22.3",
"node-forge": "1.3.1",
"jquery": "3.7.1",
"jquery-validation": "1.20.0",
Expand Down
4 changes: 2 additions & 2 deletions DotnetPlayground.Web/wwwroot/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ self.addEventListener('install', function (/* event */) {
RESOURCES = RESOURCES.concat([
'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://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.3/bootstrap-table.min.css',
'https://cdn.jsdelivr.net/npm/[email protected]/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://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.3/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',
Expand Down

0 comments on commit 508278d

Please sign in to comment.