Skip to content

Commit

Permalink
build(deps): update dependency polyfill to 7.2.0 (#233)
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 31, 2024
1 parent bf88a57 commit d6aec74
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="7.1.2" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="7.2.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": "[7.1.2, )",
"resolved": "7.1.2",
"contentHash": "tVRVgvJDfxJf0uzX/EODGsQ1IKqwfgmjoR8KW1iDKcUp/mnrKVT2Hw2y9ZuBWiq8q8HgOSSfSy/c7cPirxMCDQ=="
"requested": "[7.2.0, )",
"resolved": "7.2.0",
"contentHash": "gxFG5ZlTrsyOG73Jak3Y/6TRj8jpGV00BZKigzKCyAmA7lPQc0ctANOnChfli4HvGZh4fkbazbO5sx0FIa0T9g=="
},
"Raiqub.Generators.T4CodeWriter.Sources": {
"type": "Direct",
Expand Down

0 comments on commit d6aec74

Please sign in to comment.