Upgraded MudBlazor to version 8.9.0

This commit is contained in:
Thorsten Sommer 2025-07-02 13:33:27 +02:00
parent 5c5056424a
commit 5d70e985d9
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
6 changed files with 6 additions and 6 deletions

View File

@ -50,7 +50,7 @@
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="8.2.3" />
<PackageReference Include="HtmlAgilityPack" Version="1.12.1" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.6" />
<PackageReference Include="MudBlazor" Version="8.8.0" />
<PackageReference Include="MudBlazor" Version="8.9.0" />
<PackageReference Include="MudBlazor.Markdown" Version="8.7.0" />
<PackageReference Include="ReverseMarkdown" Version="4.7.0" />
<PackageReference Include="LuaCSharp" Version="0.4.2" />

View File

@ -45,9 +45,9 @@
},
"MudBlazor": {
"type": "Direct",
"requested": "[8.8.0, )",
"resolved": "8.8.0",
"contentHash": "9LTen4AUh+GjXqKcrBoUxCZEEgnKx3a+82k2F7K849rfpGs/fQ1pha0sw2upMzGFIsCRfI+w8bkgZZspJCxbpQ==",
"requested": "[8.9.0, )",
"resolved": "8.9.0",
"contentHash": "KdjXMXiSvl6uNr+S2YDhGI1aX/TULMQejQSniMlp6QTss35NKFrJyrMAmN082HNvOObuKdnTtLpntJ7rM5Op/A==",
"dependencies": {
"Microsoft.AspNetCore.Components": "9.0.1",
"Microsoft.AspNetCore.Components.Web": "9.0.1",

View File

@ -7,6 +7,6 @@
- Changed the timestamp display to use the local datetime format for the chats and assistants.
- Fixed a bug when editing data sources that caused the selected retrieval process of an ERI data source to not load correctly.
- Upgraded to Rust 1.88.0.
- Upgraded MudBlazor to version 8.8.0.
- Upgraded MudBlazor to version 8.9.0.
- Upgraded Pdfium to version 137.0.7215.0.
- Upgraded other dependencies to the latest versions.

File diff suppressed because one or more lines are too long