Skip to content

Commit

Permalink
bumps
Browse files Browse the repository at this point in the history
dependencies:
- bootstrap-table 1.22.3
+ bootstrap-table 1.22.4
  • Loading branch information
ChaosEngine committed Mar 26, 2024
1 parent dda6f8b commit 8916f30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3/bootstrap-table.min.css" integrity="sha512-K0PZ5nxsi0O0yQQ8CZW8m0uGa7etxDiXqB820MJ/wLbwOt3fxptsug6OxQsmnoni5QNswhZdhXniOCW7CO5w0Q==" crossorigin="anonymous" referrerpolicy="no-referrer"
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.4/bootstrap-table.min.css" integrity="sha512-7baiIRsWC9O5cLDaPKElCgAWUFNlYBAYhtJWOuHvKFagRu93EjjszpxmHtYmNB6hwarYrk8ztwgn/rK6D1bPLQ==" 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" asp-append-version="true"></script>
</environment>
<environment exclude="Development">
<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"
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.4/bootstrap-table.min.js" integrity="sha512-8kS4yn/O1eS/Dq7nHWS4erjqdUnTtyQgFmRExjx6Qu0NtGbOlbp2uO4Tj/ebTKj/fVf/uWyLHvMgNPg+tsnpbw==" 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
2 changes: 1 addition & 1 deletion DotnetPlayground.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"ace-builds": "1.32.8",
"blueimp-gallery": "3.4.0",
"bootstrap": "5.3.3",
"bootstrap-table": "1.22.3",
"bootstrap-table": "1.22.4",
"chance": "1.1.11",
"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.3/bootstrap-table.min.css',
'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.4/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.3/bootstrap-table.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.22.4/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 8916f30

Please sign in to comment.