Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 4657243 commit 84dd1d2
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
20 changes: 10 additions & 10 deletions LiftLog.Cypress/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions LiftLog.Maui/LiftLog.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.82" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.82" />
<PackageReference Include="Sentry.Maui" Version="4.10.2" />
<PackageReference Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" Include="Xamarin.AndroidX.Annotation" Version="1.8.1.1" />
<PackageReference Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" Include="Xamarin.AndroidX.Annotation" Version="1.8.2" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand All @@ -127,7 +127,7 @@
<Version>7.0.0.1</Version>
</PackageReference>
<PackageReference Include="Xamarin.AndroidX.Fragment.Ktx">
<Version>1.8.2.1</Version>
<Version>1.8.3</Version>
</PackageReference>
<PackageReference Include="Xamarin.GooglePlayServices.Base" Version="118.5.0.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion LiftLog.Ui/LiftLog.Ui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="TaskTupleAwaiter" Version="2.1.0" />
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.5.3">
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.6.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion LiftLog.Web/LiftLog.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8"/>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.8" PrivateAssets="all"/>
<PackageReference Include="RealGoodApps.BlazorJavascript.Interop" Version="1.1.0"/>
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.5.3">
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.6.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
40 changes: 20 additions & 20 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"browser-sync": "3.0.2",
"chokidar": "3.6.0",
"concurrently": "9.0.0",
"postcss": "8.4.43",
"postcss": "8.4.45",
"prettier": "3.3.3",
"pug": "3.0.3",
"sass": "1.77.8",
"sass": "1.78.0",
"shelljs": "0.8.5",
"upath": "2.0.1"
}
Expand Down

0 comments on commit 84dd1d2

Please sign in to comment.