Skip to content

Commit

Permalink
deps: update
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Nov 21, 2022
1 parent debb7a8 commit 6e250d0
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 163 deletions.
2 changes: 1 addition & 1 deletion GZCTF.Test/CTFServer.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsPackable>false</IsPackable>
<CollectCoverage>true</CollectCoverage>
<Configurations>Debug;Release;GenAPI</Configurations>
<ReleaseVersion>0.11.2</ReleaseVersion>
<ReleaseVersion>0.12.9</ReleaseVersion>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion GZCTF.sln
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ Global
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.11.2
version = 0.12.9
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion GZCTF/CTFServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="7.0.0" />
<PackageReference Include="MemoryPack" Version="1.7.6" />
<PackageReference Include="MemoryPack" Version="1.8.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.0" />
</ItemGroup>
Expand Down
22 changes: 11 additions & 11 deletions GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"dependencies": {
"@babel/core": "^7.20.2",
"@emotion/react": "^11.10.5",
"@mantine/carousel": "^5.8.0",
"@mantine/core": "^5.8.0",
"@mantine/dates": "^5.8.0",
"@mantine/dropzone": "^5.8.0",
"@mantine/form": "^5.8.0",
"@mantine/hooks": "^5.8.0",
"@mantine/modals": "^5.8.0",
"@mantine/notifications": "^5.8.0",
"@mantine/carousel": "^5.8.2",
"@mantine/core": "^5.8.2",
"@mantine/dates": "^5.8.2",
"@mantine/dropzone": "^5.8.2",
"@mantine/form": "^5.8.2",
"@mantine/hooks": "^5.8.2",
"@mantine/modals": "^5.8.2",
"@mantine/notifications": "^5.8.2",
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^7.0.0",
Expand All @@ -30,16 +30,16 @@
"embla-carousel-autoplay": "^7.0.5",
"embla-carousel-react": "^7.0.5",
"katex": "^0.16.3",
"marked": "^4.2.2",
"marked": "^4.2.3",
"pdfjs-dist": "2.16.105",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pdf": "^6.1.0",
"react-pdf": "^6.1.1",
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3",
"swr": "^1.3.0",
"vite-tsconfig-paths": "^3.5.2"
"vite-tsconfig-paths": "^3.6.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
Expand Down
Loading

0 comments on commit 6e250d0

Please sign in to comment.