Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Oct 11, 2023
1 parent a897403 commit 9daf072
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 117 deletions.
4 changes: 2 additions & 2 deletions src/GZCTF.Test/GZCTF.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.12" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.12" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
Expand Down
8 changes: 4 additions & 4 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@marsidev/react-turnstile": "^0.3.1",
"@mdi/js": "^7.3.67",
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^7.0.11",
"@microsoft/signalr": "^7.0.12",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
Expand All @@ -51,10 +51,10 @@
"@nabla/vite-plugin-eslint": "^1.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/katex": "^0.16.3",
"@types/node": "20.8.3",
"@types/node": "20.8.4",
"@types/prismjs": "^1.26.1",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react": "^4.1.0",
Expand Down
Loading

0 comments on commit 9daf072

Please sign in to comment.