From d8b29a73a8922e8f9a83338413d5eafd462521d7 Mon Sep 17 00:00:00 2001 From: ChaosEngine Date: Tue, 10 Dec 2024 19:36:25 +0100 Subject: [PATCH] bump: playwright, video.js, Google.Apis.YouTube.v3 --- DotnetPlayground.Web/DotnetPlayground.Web.csproj | 2 +- DotnetPlayground.Web/Pages/WebCamGallery.cshtml | 4 ++-- DotnetPlayground.Web/package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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",