Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fretje committed Aug 21, 2023
1 parent 00990e4 commit 893adc0
Show file tree
Hide file tree
Showing 33 changed files with 2,563 additions and 2,639 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Roslynator.Analyzers" Version="4.2.0">
<PackageReference Include="Roslynator.Analyzers" Version="4.4.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.5.22">
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.7.30">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
8 changes: 4 additions & 4 deletions src/Admin/Admin.Application/Admin.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fluxor.Blazor.Web" Version="5.7.0" />
<PackageReference Include="Fluxor.Blazor.Web" Version="5.9.0" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Mapster" Version="7.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.10" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Localization" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.3" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.10" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="7.0.0" />
</ItemGroup>
Expand Down
225 changes: 113 additions & 112 deletions src/Admin/Admin.Application/packages.lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/Admin/Admin.Host/Admin.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.3" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.10" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
</ItemGroup>

<ItemGroup>
Expand Down
231 changes: 116 additions & 115 deletions src/Admin/Admin.Host/packages.lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions src/Admin/Admin.Infrastructure/Admin.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Blazored.LocalStorage" Version="4.3.0" />
<PackageReference Include="Fluxor.Persist" Version="2.4.0" />
<PackageReference Include="Blazored.LocalStorage" Version="4.4.0" />
<PackageReference Include="Fluxor.Persist" Version="2.5.3" />
<PackageReference Include="MediatR.Courier" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="7.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.3" />
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="7.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="7.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.10" />
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="7.0.10" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="7.0.3" />
<PackageReference Include="MudBlazor" Version="6.1.9" />
<PackageReference Include="NSwag.MSBuild" Version="13.18.2">
<PackageReference Include="Microsoft.Extensions.Localization" Version="7.0.10" />
<PackageReference Include="MudBlazor" Version="6.9.0" />
<PackageReference Include="NSwag.MSBuild" Version="13.20.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
10 changes: 5 additions & 5 deletions src/Admin/Admin.Infrastructure/Theme/CustomTheme.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class CustomTheme : MudTheme
{
public CustomTheme()
{
Palette = new Palette()
Palette = new()
{
Primary = "#F26963",
Secondary = "#eaaf1a",
Expand All @@ -28,7 +28,7 @@ public CustomTheme()
OverlayDark = "hsl(0deg 0% 0% / 75%)"
};

PaletteDark = new Palette()
PaletteDark = new()
{
Primary = "#F26963",
Black = "#27272f",
Expand All @@ -55,13 +55,13 @@ public CustomTheme()
TextDisabled = "#ffffff38",
};

LayoutProperties = new LayoutProperties()
LayoutProperties = new()
{
DefaultBorderRadius = "5px"
};

Typography = CustomTypography.HeroTypography;
Shadows = new Shadow();
ZIndex = new ZIndex() { Drawer = 1300 };
Shadows = new();
ZIndex = new() { Drawer = 1300 };
}
}
Loading

0 comments on commit 893adc0

Please sign in to comment.