Skip to content

Commit

Permalink
Merge pull request #19 from dolittle/upgrade-grpc-tools
Browse files Browse the repository at this point in the history
Upgrade grpc tools
  • Loading branch information
jakhog authored Oct 19, 2021
2 parents 61085ed + 85ff131 commit c5dfee2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Source/JavaScript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"dependencies": {
"commander": "7.2.0",
"execa": "5.0.0",
"grpc-tools": "1.11.1",
"grpc_tools_node_protoc_ts": "5.1.3"
"grpc-tools": "1.11.2",
"grpc_tools_node_protoc_ts": "5.3.2"
},
"devDependencies": {
"@tsconfig/node12": "1.0.7",
Expand Down
4 changes: 2 additions & 2 deletions Source/MSBuild/Dolittle.Protobuf.MSBuild.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Protobuf_NoWarnMissingExpected>true</Protobuf_NoWarnMissingExpected>
</PropertyGroup>

<Import Project="$(NuGetPackageRoot)grpc.tools/2.35.0/build/Grpc.Tools.props"/>
<Import Project="$(NuGetPackageRoot)grpc.tools/2.35.0/build/Grpc.Tools.targets"/>
<Import Project="$(NuGetPackageRoot)grpc.tools/2.41.0/build/Grpc.Tools.props"/>
<Import Project="$(NuGetPackageRoot)grpc.tools/2.41.0/build/Grpc.Tools.targets"/>

<ItemGroup>
<Protobuf Include="$(DolittleProtoProject)/**/*.proto"
Expand Down
8 changes: 4 additions & 4 deletions Source/MSBuild/Protobuf.MSBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.14.0" />
<PackageReference Include="Google.Protobuf.Tools" Version="3.14.0" />
<PackageReference Include="Grpc" Version="2.35.0" />
<PackageReference Include="Grpc.Tools" Version="2.35.0" />
<PackageReference Include="Google.Protobuf" Version="3.18.1" />
<PackageReference Include="Google.Protobuf.Tools" Version="3.18.1" />
<PackageReference Include="Grpc" Version="2.41.0" />
<PackageReference Include="Grpc.Tools" Version="2.41.0" />
</ItemGroup>

</Project>

0 comments on commit c5dfee2

Please sign in to comment.