Skip to content

Commit

Permalink
Merge pull request #688 from akunzai/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
akunzai authored Nov 22, 2024
2 parents f2fd8d3 + af910ff commit 875c8cb
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/keycloak/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://www.keycloak.org/server/containers
ARG KEYCLOAK_VERSION=26.0.5
ARG KEYCLOAK_VERSION=26.0.6

# https://github.com/keycloak/keycloak/tree/main/quarkus/container
# https://quay.io/repository/keycloak/keycloak?tab=tags
Expand Down
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.2.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.2.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
<PackageVersion Include="Microsoft.Owin.Host.SystemWeb" Version="4.2.2" />
<PackageVersion Include="Microsoft.Owin.Security.Cookies" Version="4.2.2" />
<PackageVersion Include="Microsoft.Owin.Security.OpenIdConnect" Version="4.2.2" />
<PackageVersion Include="Microsoft.Owin.Testing" Version="4.2.2" />
<PackageVersion Include="Microsoft.TestPlatform.ObjectModel" Version="17.11.1" />
<PackageVersion Include="Microsoft.TestPlatform.ObjectModel" Version="17.12.0" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="MSBuild.Microsoft.VisualStudio.Web.targets" Version="14.0.0.3" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="NLog.Owin.Logging" Version="4.0.0" />
<PackageVersion Include="NLog.Web" Version="5.3.14" />
<PackageVersion Include="NLog.Web" Version="5.3.15" />
<PackageVersion Include="RichardSzalay.MockHttp" Version="7.0.0" />
<PackageVersion Include="StackExchange.Redis" Version="2.8.16" />
<PackageVersion Include="Sustainsys.Saml2.AspNetCore2" Version="2.10.0" />
Expand Down
8 changes: 4 additions & 4 deletions samples/AspNetCoreReactSample/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"type": "module",
"private": true,
"packageManager": "pnpm@9.13.0",
"packageManager": "pnpm@9.14.2",
"scripts": {
"prestart": "node aspnetcore-https && node aspnetcore-react",
"start": "vite",
Expand All @@ -18,16 +18,16 @@
"react-router-bootstrap": "^0.26.3",
"rimraf": "^6.0.1",
"typescript": "~5.6.3",
"typescript-eslint": "^8.14.0",
"typescript-eslint": "^8.15.0",
"web-vitals": "^4.2.4",
"wouter": "^3.3.5"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"vite": "^5.4.11"
}
}
Loading

0 comments on commit 875c8cb

Please sign in to comment.