Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update deps #295

Merged
merged 1 commit into from
Apr 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Examples/Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms" Version="13.1.1" />
<PackageReference Include="Umbraco.Cms" Version="13.2.2" />
</ItemGroup>

<!-- Force Windows to use ICU. Otherwise Windows 10 2019H1+ will do it, but older Windows 10 and most, if not all, Windows Server editions will run NLS -->
Expand Down
10 changes: 5 additions & 5 deletions src/Nikcio.UHeadless.Base/Nikcio.UHeadless.Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="13.5.0" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="13.5.0" />
<PackageReference Include="HotChocolate.Data" Version="13.5.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.0" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="13.9.0" />
<PackageReference Include="HotChocolate.Data" Version="13.9.0" />
<PackageReference Include="Umbraco.Cms.Web.Common" Version="11.0.0" />
</ItemGroup>

Expand Down
307 changes: 148 additions & 159 deletions src/Nikcio.UHeadless.Base/packages.lock.json

Large diffs are not rendered by default.

307 changes: 148 additions & 159 deletions src/Nikcio.UHeadless.Content/packages.lock.json

Large diffs are not rendered by default.

307 changes: 148 additions & 159 deletions src/Nikcio.UHeadless.ContentTypes/packages.lock.json

Large diffs are not rendered by default.

307 changes: 148 additions & 159 deletions src/Nikcio.UHeadless.DataTypes/packages.lock.json

Large diffs are not rendered by default.

307 changes: 148 additions & 159 deletions src/Nikcio.UHeadless.Dictionary/packages.lock.json

Large diffs are not rendered by default.

307 changes: 148 additions & 159 deletions src/Nikcio.UHeadless.Media/packages.lock.json

Large diffs are not rendered by default.

307 changes: 148 additions & 159 deletions src/Nikcio.UHeadless.MediaTypes/packages.lock.json

Large diffs are not rendered by default.

307 changes: 148 additions & 159 deletions src/Nikcio.UHeadless.MemberTypes/packages.lock.json

Large diffs are not rendered by default.

307 changes: 148 additions & 159 deletions src/Nikcio.UHeadless.Members/packages.lock.json

Large diffs are not rendered by default.

307 changes: 148 additions & 159 deletions src/Nikcio.UHeadless/packages.lock.json

Large diffs are not rendered by default.

Loading