Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Dec 4, 2023
1 parent 280f5e3 commit 4f977e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/BabyTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Auth0.AuthenticationApi" Version="7.24.0" />
<PackageReference Include="Auth0.ManagementApi" Version="7.24.0" />
<PackageReference Include="Auth0.AuthenticationApi" Version="7.25.0" />
<PackageReference Include="Auth0.ManagementApi" Version="7.25.0" />
<PackageReference Include="Auth0Net.DependencyInjection" Version="3.0.0" />
<PackageReference Include="IdentityModel.AspNetCore" Version="4.3.0" />
<PackageReference Include="linq2db" Version="5.3.2" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.0" />
<PackageReference Include="Mjml.Net" Version="3.3.0" />
<PackageReference Include="Mjml.Net" Version="3.4.0" />
<PackageReference Include="NodaTime" Version="3.1.9" />
<PackageReference Include="Npm" Version="3.5.2" />
<PackageReference Include="Razor.Templating.Core" Version="1.9.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"bootstrap": "5.3.2",
"jquery": "3.7.1",
"chart.js": "4.4.0",
"chart.js": "4.4.1",
"chartjs-plugin-datalabels": "2.2.0",
"flatpickr": "4.6.13",
"magnific-popup": "1.1.0",
Expand Down

0 comments on commit 4f977e6

Please sign in to comment.