diff --git a/DotnetPlayground.Web/DotnetPlayground.Web.csproj b/DotnetPlayground.Web/DotnetPlayground.Web.csproj index 04c40023..2f47adc5 100644 --- a/DotnetPlayground.Web/DotnetPlayground.Web.csproj +++ b/DotnetPlayground.Web/DotnetPlayground.Web.csproj @@ -52,7 +52,7 @@ - + diff --git a/DotnetPlayground.Web/Pages/WebCamGallery.cshtml b/DotnetPlayground.Web/Pages/WebCamGallery.cshtml index 56f77090..ac99d7f5 100644 --- a/DotnetPlayground.Web/Pages/WebCamGallery.cshtml +++ b/DotnetPlayground.Web/Pages/WebCamGallery.cshtml @@ -17,7 +17,7 @@ - @@ -137,7 +137,7 @@ - diff --git a/DotnetPlayground.Web/package.json b/DotnetPlayground.Web/package.json index 7875f1b0..3566d24d 100644 --- a/DotnetPlayground.Web/package.json +++ b/DotnetPlayground.Web/package.json @@ -52,7 +52,7 @@ ], "devDependencies": { "@aptuitiv/gulp-clean-css": "4.4.3", - "@playwright/test": "1.49.0", + "@playwright/test": "1.49.1", "concaveman": "1.2.1", "density-clustering": "1.3.0", "eslint": "9.16.0", @@ -86,7 +86,7 @@ "msgpack5": "6.0.2", "node-forge": "1.3.1", "qrcodejs": "1.0.0", - "video.js": "8.20.0" + "video.js": "8.21.0" }, "scripts": { "postinstall": "npx gulp postinstall",