Skip to content

Commit

Permalink
build(deps): update dependency polyfill to v7 (#220)
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 Oct 19, 2024
1 parent 0f8652e commit 23db200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.3.1" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="6.14.0" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="7.0.0" PrivateAssets="all" />
<PackageReference Include="Raiqub.Generators.T4CodeWriter.Sources" Version="1.0.64">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; native; contentfiles; analyzers</IncludeAssets>
Expand Down
6 changes: 3 additions & 3 deletions gen/EnumUtilities.Generators/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
},
"Polyfill": {
"type": "Direct",
"requested": "[6.14.0, )",
"resolved": "6.14.0",
"contentHash": "1T7/RLcZIIhQeOPdmrfcQDfoQhyvqJK/9EdeRF6mPngkdPzJf6gb4nlOLrQiikaK2PaUAgXNkMLARoH1aYC3Ow=="
"requested": "[7.0.0, )",
"resolved": "7.0.0",
"contentHash": "vtkwedOYouWP8WyE9ws6fAGxpmXRJyGnWw5PAiRAWR2ru4pNshu4IeXQz9Qf3ixMs95/atU/GfojTKB4GeuEtw=="
},
"Raiqub.Generators.T4CodeWriter.Sources": {
"type": "Direct",
Expand Down

0 comments on commit 23db200

Please sign in to comment.