Skip to content

Commit

Permalink
build(deps): update dependency polyfill to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 3a040f2 commit 24cdacd
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="5.6.0" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="6.12.0" PrivateAssets="all" />
<PackageReference Include="Raiqub.Generators.T4CodeWriter.Sources" Version="1.0.52">
<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": "[5.6.0, )",
"resolved": "5.6.0",
"contentHash": "eb6mkftrXasI7B1AflSaB48f1U/aLJuHfwlfuEUHc07hnSkNUbkQKhzwnSBrfKuNG1vfTTtFzqHLGBsUS0oI9A=="
"requested": "[6.12.0, )",
"resolved": "6.12.0",
"contentHash": "KLAqsRkPIlwDPqZrQDRerRmSGrH2Kvk+xUzZcWsGiUrZkmRl9B0ZvqYvxCM37jGLgsPbH/BTnLTm0woyu6JgDA=="
},
"Raiqub.Generators.T4CodeWriter.Sources": {
"type": "Direct",
Expand Down

0 comments on commit 24cdacd

Please sign in to comment.