diff --git a/TheOmenDen.Components.Demo/TheOmenDen.Components.Demo.csproj b/TheOmenDen.Components.Demo/TheOmenDen.Components.Demo.csproj index d0ebb43..cc2f89a 100644 --- a/TheOmenDen.Components.Demo/TheOmenDen.Components.Demo.csproj +++ b/TheOmenDen.Components.Demo/TheOmenDen.Components.Demo.csproj @@ -22,12 +22,12 @@ - - - - - - + + + + + + @@ -48,7 +48,7 @@ - + diff --git a/TheOmenDen.Shared.Components.Samples/TheOmenDen.Shared.Components.Samples.csproj b/TheOmenDen.Shared.Components.Samples/TheOmenDen.Shared.Components.Samples.csproj index 5561ef5..f75decf 100644 --- a/TheOmenDen.Shared.Components.Samples/TheOmenDen.Shared.Components.Samples.csproj +++ b/TheOmenDen.Shared.Components.Samples/TheOmenDen.Shared.Components.Samples.csproj @@ -15,13 +15,13 @@ - - - - - - - + + + + + + + @@ -39,7 +39,7 @@ - + diff --git a/TheOmenDen.Shared.Components/TheOmenDen.Shared.Components.csproj b/TheOmenDen.Shared.Components/TheOmenDen.Shared.Components.csproj index 2580763..ac0cf46 100644 --- a/TheOmenDen.Shared.Components/TheOmenDen.Shared.Components.csproj +++ b/TheOmenDen.Shared.Components/TheOmenDen.Shared.Components.csproj @@ -25,13 +25,13 @@ - - - - - - - + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/TheOmenDen.Shared.Components/assets/package-lock.json b/TheOmenDen.Shared.Components/assets/package-lock.json index 1a2c88e..cdc6cf1 100644 --- a/TheOmenDen.Shared.Components/assets/package-lock.json +++ b/TheOmenDen.Shared.Components/assets/package-lock.json @@ -6,7 +6,7 @@ "": { "license": "MIT", "dependencies": { - "@microsoft/dotnet-js-interop": "^7.0.7", + "@microsoft/dotnet-js-interop": "^8.0.0", "@types/grecaptcha": "^3.0.4" }, "devDependencies": { @@ -391,9 +391,9 @@ } }, "node_modules/@microsoft/dotnet-js-interop": { - "version": "7.0.7", - "resolved": "https://registry.npmjs.org/@microsoft/dotnet-js-interop/-/dotnet-js-interop-7.0.7.tgz", - "integrity": "sha512-jJWLbHSuAS0iDpYntKDPWHkuDHHYZdz9Wn5S/SELjTWXjUzkPyx0ijcRwmNPXw3PJNUaciltxFnyuZYsmE7tKg==" + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@microsoft/dotnet-js-interop/-/dotnet-js-interop-8.0.0.tgz", + "integrity": "sha512-REgH1LzhP68m3i8B80KLyKLRIOhLbWjwGl60HyVQEqN2eDeFUlgRfjifMa+Udl/NpIIafjqslMAouV8BUzHm8Q==" }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", diff --git a/TheOmenDen.Shared.Components/assets/package.json b/TheOmenDen.Shared.Components/assets/package.json index 46af29a..a0db431 100644 --- a/TheOmenDen.Shared.Components/assets/package.json +++ b/TheOmenDen.Shared.Components/assets/package.json @@ -9,7 +9,7 @@ "author": "Alu - The Omen Den", "license": "MIT", "dependencies": { - "@microsoft/dotnet-js-interop": "^7.0.7", + "@microsoft/dotnet-js-interop": "^8.0.0", "@types/grecaptcha": "^3.0.4" }, "devDependencies": {