Skip to content

Commit

Permalink
Update All packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent a3f07f8 commit 9c86dbc
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CliWrap" Version="3.6.4" />
<PackageReference Include="CliWrap" Version="3.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
<PackageReference Include="RestEase" Version="1.6.4" />
<PackageReference Include="RestEase.SourceGenerator" Version="1.6.4">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<!-- Take a private dependency on with (PrivateAssets=all) Consumers of this generator will not reference it.
Set GeneratePathProperty=true so we can reference the binaries -->
<PackageReference Include="System.Text.Json" Version="8.0.5" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" GeneratePathProperty="true">
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" GeneratePathProperty="true">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
28 changes: 14 additions & 14 deletions Lombiq.HelpfulLibraries.Tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"fs": "0.0.2",
"glob": "5.0.15",
"path-posix": "1.0.0",
"merge-stream": "1.0.0",
"gulp-if": "2.0.0",
"gulp": "3.9.0",
"gulp-newer": "0.5.1",
"gulp-plumber": "1.0.1",
"gulp-sourcemaps": "1.6.0",
"gulp-less": "3.0.3",
"gulp-autoprefixer": "2.2.0",
"gulp-minify-css": "1.2.1",
"gulp-typescript": "2.9.2",
"gulp-uglify": "1.4.1",
"gulp-rename": "1.2.2",
"gulp-concat": "2.6.0",
"gulp-header": "1.7.1"
"merge-stream": "1.0.1",
"gulp-if": "2.0.2",
"gulp": "3.9.1",
"gulp-newer": "0.5.2",
"gulp-plumber": "1.2.1",
"gulp-sourcemaps": "1.12.1",
"gulp-less": "3.5.0",
"gulp-autoprefixer": "2.3.1",
"gulp-minify-css": "1.2.4",
"gulp-typescript": "2.14.1",
"gulp-uglify": "1.5.4",
"gulp-rename": "1.4.0",
"gulp-concat": "2.6.1",
"gulp-header": "1.8.12"
},
"dependencies": { }
}

0 comments on commit 9c86dbc

Please sign in to comment.