Skip to content

Commit

Permalink
Libraries update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcominerva committed Aug 1, 2023
1 parent 1909df3 commit a08eea0
Show file tree
Hide file tree
Showing 7 changed files with 1,816 additions and 3,111 deletions.
2 changes: 1 addition & 1 deletion src/SearchGpt.BusinessLayer/SearchGpt.BusinessLayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Azure.Search.Documents" Version="11.4.0" />
<PackageReference Include="ChatGptNet" Version="2.1.9" />
<PackageReference Include="ChatGptNet" Version="2.2.11" />
<PackageReference Include="OperationResultTools" Version="1.0.12" />
<PackageReference Include="TinyHelpers" Version="2.0.35" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SearchGpt/libman.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"destination": "wwwroot/lib/alpinejs"
},
{
"library": "marked@5.1.1",
"library": "marked@6.0.0",
"destination": "wwwroot/lib/marked"
}
]
Expand Down
Loading

0 comments on commit a08eea0

Please sign in to comment.