Skip to content

Commit

Permalink
Upgraded dependencies (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
SommerEngineering authored Jan 1, 2025
1 parent 2131bf1 commit 2192775
Show file tree
Hide file tree
Showing 5 changed files with 384 additions and 131 deletions.
2 changes: 1 addition & 1 deletion app/MindWork AI Studio/MindWork AI Studio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<ItemGroup>
<PackageReference Include="CodeBeam.MudBlazor.Extensions" Version="7.1.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.71" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.72" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="9.0.0" />
<PackageReference Include="MudBlazor" Version="7.15.0" />
<PackageReference Include="MudBlazor.Markdown" Version="7.14.0" />
Expand Down
6 changes: 3 additions & 3 deletions app/MindWork AI Studio/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"HtmlAgilityPack": {
"type": "Direct",
"requested": "[1.11.71, )",
"resolved": "1.11.71",
"contentHash": "HlEThQBnob4/29DIiyrPSYlGXXSZUtOH7571PRev+yu8FW8n5pdxqHyun+PMm17cp3ovCrxFhXedC+1HUSdRMA=="
"requested": "[1.11.72, )",
"resolved": "1.11.72",
"contentHash": "RNLgXxTFdIGFI+o5l8c2aJ2L5StIRn9Uv8HKR76p7QP4ZUL26wzpWUCWh08xWUdkL2kocl+Xhv6VUu0rA1npVg=="
},
"Microsoft.Extensions.FileProviders.Embedded": {
"type": "Direct",
Expand Down
3 changes: 2 additions & 1 deletion app/MindWork AI Studio/wwwroot/changelog/v0.9.23.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
- Improved the creation of the "the bias of the day" workspace; create that workspace only when the bias of the day feature is used.
- Improved the save operation of settings by using a temporary file to avoid data loss in rare cases.
- Fixed layout issues when selecting `other` items (e.g., programming languages).
- Fixed a bug about the bias of the day workspace when the workspace component was hidden.
- Fixed a bug about the bias of the day workspace when the workspace component was hidden.
- Upgraded dependencies to the latest versions.
Loading

0 comments on commit 2192775

Please sign in to comment.