Skip to content

Commit

Permalink
Update hotchocolate monorepo to v12.12.0 (#1188)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 5, 2022
1 parent e204f6c commit 94c8216
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"commands": ["nukeeper"]
},
"strawberryshake.tools": {
"version": "12.11.1",
"version": "12.12.0",
"commands": ["dotnet-graphql"]
}
}
Expand Down
18 changes: 9 additions & 9 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
<PackageVersion Include="Grpc.AspNetCore" Version="2.46.0" />
<PackageVersion Include="Humanizer.Core" Version="2.14.1" />
<PackageVersion Include="Hellang.Middleware.ProblemDetails" Version="6.4.2" />
<PackageVersion Include="HotChocolate" Version="12.11.1" />
<PackageVersion Include="HotChocolate.Abstractions" Version="12.11.1" />
<PackageVersion Include="HotChocolate.AspNetCore" Version="12.11.1" />
<PackageVersion Include="HotChocolate.Data" Version="12.11.1" />
<PackageVersion Include="HotChocolate.Data.AutoMapper" Version="12.11.1" />
<PackageVersion Include="HotChocolate.Types.NodaTime" Version="12.11.1" />
<PackageVersion Include="HotChocolate.Data.EntityFramework" Version="12.11.1" />
<PackageVersion Include="StrawberryShake.Transport.Http" Version="12.11.1" />
<PackageVersion Include="StrawberryShake.CodeGeneration.CSharp.Analyzers" Version="12.11.1" />
<PackageVersion Include="HotChocolate" Version="12.12.0" />
<PackageVersion Include="HotChocolate.Abstractions" Version="12.12.0" />
<PackageVersion Include="HotChocolate.AspNetCore" Version="12.12.0" />
<PackageVersion Include="HotChocolate.Data" Version="12.12.0" />
<PackageVersion Include="HotChocolate.Data.AutoMapper" Version="12.12.0" />
<PackageVersion Include="HotChocolate.Types.NodaTime" Version="12.12.0" />
<PackageVersion Include="HotChocolate.Data.EntityFramework" Version="12.12.0" />
<PackageVersion Include="StrawberryShake.Transport.Http" Version="12.12.0" />
<PackageVersion Include="StrawberryShake.CodeGeneration.CSharp.Analyzers" Version="12.12.0" />
<PackageVersion Include="MediatR" Version="10.0.1" />
<PackageVersion Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.6" />
Expand Down

0 comments on commit 94c8216

Please sign in to comment.