Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryba1986 committed Apr 14, 2024
1 parent c31e4b5 commit dd602a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/Phoenix.Api.Shared/Phoenix.Api.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.4" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.0" />
</ItemGroup>

Expand Down
18 changes: 9 additions & 9 deletions src/Phoenix.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"date-fns": "^3.3.1",
"bootstrap": "^5.3.3",
"date-fns": "^3.6.0",
"devextreme": "23.1-stable",
"devextreme-vue": "23.1-stable",
"jwt-decode": "^4.0.0",
"linq-to-typescript": "^11.1.0",
"pinia": "^2.1.7",
"vue": "^3.4.19",
"vue-i18n": "^9.9.1",
"vue-router": "^4.2.5"
"vue": "^3.4.21",
"vue-i18n": "^9.12.0",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"sass": "^1.71.0",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vue-tsc": "^2.0.4"
"sass": "^1.75.0",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vue-tsc": "^2.0.13"
}
}

0 comments on commit dd602a3

Please sign in to comment.