Skip to content

Commit

Permalink
feat(admin): team info edit
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Jun 30, 2023
1 parent 6108dbd commit 839a09b
Show file tree
Hide file tree
Showing 13 changed files with 424 additions and 98 deletions.
2 changes: 1 addition & 1 deletion src/GZCTF.Test/CTFServer.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.8" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.8" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"form-data": "~4.0.0",
"lodash": "^4.17.21",
"prettier": "~2.8.8",
"rollup": "^3.25.3",
"rollup": "^3.26.0",
"swagger-typescript-api": "^12.0.4",
"tslib": "^2.6.0",
"typescript": "5.1.3",
"typescript": "5.1.6",
"vite": "^4.3.9",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-prismjs": "^0.0.8",
Expand Down
74 changes: 37 additions & 37 deletions src/GZCTF/ClientApp/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 839a09b

Please sign in to comment.