Skip to content

Commit

Permalink
Merge pull request #19 from trossr32/module/v1.1.0
Browse files Browse the repository at this point in the history
Module/v1.1.0
  • Loading branch information
trossr32 authored Mar 17, 2024
2 parents 2ae6643 + d490d44 commit a941023
Show file tree
Hide file tree
Showing 7 changed files with 374 additions and 288 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/outdated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@ on:

env:
SOLUTION_PATH: 'src/JsonToPowershellClass.sln'
PROJECT_DIR: 'src/JsonToPowershellClass.Blazor'
PROJECT_DIR: 'src/JsonToPowershellClass.Blazor'
EXCLUDE_PACKAGES: 'Microsoft.VisualStudio.Azure.Containers.Tools.Targets'

jobs:
outdated-packages-check:
runs-on: ubuntu-latest

steps:
- uses: trossr32/outdated-packages-action@v1.1.0
- uses: trossr32/outdated-packages-action@v1.6.0
with:
use-dotnet-outdated: true
dotnet-solution-path: ${{ env.SOLUTION_PATH }}
dotnet-solution-or-project-path: ${{ env.SOLUTION_PATH }}
dotnet-exclude-packages: ${{ env.EXCLUDE_PACKAGES }}
use-npm-outdated: true
npm-project-directory: ${{ env.PROJECT_DIR }}
2 changes: 1 addition & 1 deletion src/CodeMirror6/CodeMirror6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
<Exec Command="cd NodeLib &amp;&amp; npx rollup --config" />
</Target>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.3" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<NpmLastInstall>node_modules/.last-install</NpmLastInstall>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Flurl.Http" Version="4.0.0" />
<PackageReference Include="Flurl.Http" Version="4.0.2" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="2.1.1" />
<PackageReference Include="SoloX.BlazorJsBlob" Version="1.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CodeMirror6\CodeMirror6.csproj" />
Expand Down
Loading

0 comments on commit a941023

Please sign in to comment.