Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ludojmj committed Jun 11, 2023
1 parent 962f946 commit d337610
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 80 deletions.
5 changes: 3 additions & 2 deletions Server.UnitTest/Server.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="3.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
<PackageReference Include="coverlet.msbuild" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
Expand Down
8 changes: 4 additions & 4 deletions Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<None Include="App_Data/**;wwwroot/**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<PackageReference Include="IdentityModel" Version="6.0.0" />
<PackageReference Include="IdentityModel" Version="6.1.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.14" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.14" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.14" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.16" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.16" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.16" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

Expand Down
172 changes: 105 additions & 67 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"preview": "vite preview"
},
"devDependencies": {
"@axa-fr/vanilla-oidc": "^6.16.14",
"@sveltejs/vite-plugin-svelte": "^2.0.4",
"axios": "^1.3.5",
"@axa-fr/vanilla-oidc": "^6.19.2",
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"axios": "^1.4.0",
"bootstrap": "^5.2.3",
"sass": "^1.61.0",
"svelte": "^3.58.0",
"sass": "^1.63.3",
"svelte": "^3.59.1",
"svelte-navigator": "^3.2.2",
"vite": "^4.2.1"
"vite": "^4.3.9"
}
}
Loading

0 comments on commit d337610

Please sign in to comment.