Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency tsdparser to v1.0.0-alpha.15 (#8)
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 Sep 21, 2023
1 parent 565535c commit 6738575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<!--Source Generator Dependencies-->
<ItemGroup>
<PackageReference Include="TSDParser" Version="1.0.0-alpha.14" GeneratePathProperty="true" PrivateAssets="all" />
<PackageReference Include="TSDParser" Version="1.0.0-alpha.15" GeneratePathProperty="true" PrivateAssets="all" />
<None Include="$(PKGTSDParser)\lib\netstandard2.0\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />

<PackageReference Include="Jering.Javascript.NodeJS" Version="7.0.0" GeneratePathProperty="true" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/BlazorInteropGenerator/BlazorInteropGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
<PackageReference Include="TSDParser" Version="1.0.0-alpha.14" />
<PackageReference Include="TSDParser" Version="1.0.0-alpha.15" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6738575

Please sign in to comment.