Skip to content

Commit

Permalink
[deploy] updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanloerwald committed Mar 8, 2024
1 parent 587c303 commit adab880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WebCompiler/WebCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<AssemblyName>Excubo.WebCompiler</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoprefixerHost" Version="3.0.33" />
<PackageReference Include="AutoprefixerHost" Version="3.0.34" />
<PackageReference Include="DartSassHost" Version="1.0.11" />
<PackageReference Include="JavaScriptEngineSwitcher.V8" Version="3.23.2" />
<PackageReference Include="JavaScriptEngineSwitcher.V8" Version="3.24.1" />
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x86" Version="7.4.4" />
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-x64" Version="7.4.4" />
<PackageReference Include="Microsoft.ClearScript.V8.Native.win-arm64" Version="7.4.4" />
Expand Down
2 changes: 1 addition & 1 deletion WebCompiler/package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!--PackageId, Version-->
<PropertyGroup>
<PackageId>Excubo.WebCompiler</PackageId>
<VersionPrefix>3.8.0</VersionPrefix>
<VersionPrefix>3.8.2</VersionPrefix>
<!--<VersionSuffix>preview.1</VersionSuffix>-->
</PropertyGroup>
<!--Self Include-->
Expand Down

0 comments on commit adab880

Please sign in to comment.