Skip to content

Commit

Permalink
bump: MessagePack, video.js, playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosEngine committed Aug 6, 2024
1 parent f825b1f commit 61e67cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DotnetPlayground.Web/DotnetPlayground.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.7" />
<PackageReference Include="MessagePack" Version="2.5.171" />
<PackageReference Include="MessagePack" Version="2.5.172" />
</ItemGroup>

<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
Expand Down
4 changes: 2 additions & 2 deletions DotnetPlayground.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
],
"devDependencies": {
"@aptuitiv/gulp-clean-css": "4.4.3",
"@playwright/test": "1.45.3",
"@playwright/test": "1.46.0",
"concaveman": "1.2.1",
"density-clustering": "1.3.0",
"eslint": "9.8.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"msgpack5": "6.0.2",
"node-forge": "1.3.1",
"qrcodejs": "1.0.0",
"video.js": "8.17.1"
"video.js": "8.17.2"
},
"scripts": {
"postinstall": "npx gulp postinstall",
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 */) {
//cdn resources
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.17.1/video-js.min.css',
'https://cdnjs.cloudflare.com/ajax/libs/video.js/8.17.2/video-js.min.css',
'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.23.2/bootstrap-table.min.css',
'https://cdn.jsdelivr.net/npm/bootstrap@5.3.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.17.1/alt/video.core.novtt.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/video.js/8.17.2/alt/video.core.novtt.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.23.2/bootstrap-table.min.js',
//'https://cdn.jsdelivr.net/npm/chance@1.1.11/dist/chance.min.js',
'https://cdn.jsdelivr.net/npm/node-forge@1.3.1/dist/forge.min.js',
Expand Down
2 changes: 1 addition & 1 deletion InkBall

0 comments on commit 61e67cd

Please sign in to comment.