Skip to content

Commit

Permalink
Update dependency Cake.Npm to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent fdc6225 commit 4aa8982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/frosting/build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Frosting" Version="4.0.0" />
<PackageReference Include="Cake.Npm" Version="4.0.0" />
<PackageReference Include="Cake.Npm" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="Cake.ESLint">
Expand Down
2 changes: 1 addition & 1 deletion demo/script/build.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#addin nuget:?package=Cake.Npm&version=4.0.0
#addin nuget:?package=Cake.Npm&version=5.0.0
#r "..\..\src\Cake.ESLint\bin\Debug\net8.0\Cake.ESLint.dll"

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 4aa8982

Please sign in to comment.