Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/Microsoft.Extensions.Config…
Browse files Browse the repository at this point in the history
…uration-9.0.2
  • Loading branch information
fingers10 authored Feb 25, 2025
2 parents b993e18 + 63658ef commit 1873aab
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion BaseComponents/BaseComponents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.2" />
<PackageReference Include="Toolbelt.Blazor.HeadElement" Version="7.3.1" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions BlazorDemoComponents/BlazorDemoComponents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.11.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="9.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="9.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.2" />
<PackageReference Include="SkiaSharp.Views.Blazor" Version="3.116.1" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions CommonComponents/CommonComponents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<ItemGroup>
<PackageReference Include="Blazor-Analytics" Version="3.12.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="9.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="9.0.2" />
<!-- <PackageReference Include="SmartComponents.LocalEmbeddings" Version="0.1.0-preview10148" /> -->
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="6.0.0" />
<PackageReference Include="Toolbelt.Blazor.HeadElement" Version="7.3.1" />
Expand Down
126 changes: 63 additions & 63 deletions CommonComponents/package-lock.json

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

2 changes: 1 addition & 1 deletion CommonComponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Abdul Rahman",
"license": "CC0-1.0 License",
"dependencies": {
"@tailwindcss/cli": "4.0.6",
"@tailwindcss/cli": "4.0.8",
"@tailwindcss/typography": "^0.5.16",
"bulma": "1.0.3",
"charts.css": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions UITests/UITests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<ItemGroup>
<PackageReference Include="bunit" Version="1.38.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion Web/Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- <PackageReference Include="HarfBuzzSharp.NativeAssets.Linux" Version="7.3.0.1" /> -->
<!-- <PackageReference Include="HarfBuzzSharp.NativeAssets.WebAssembly" Version="7.3.0.1" /> -->
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="9.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="9.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="9.0.2" />
Expand Down

0 comments on commit 1873aab

Please sign in to comment.