Skip to content

Commit

Permalink
fix(admin): record user info when create succeeded
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Dec 3, 2024
1 parent 1b9f21d commit b041fb2
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 199 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<PackageVersion Include="Microsoft.Extensions.Options" Version="9.0.0" />
<PackageVersion Include="Serilog.Sinks.Grafana.Loki" Version="8.3.0" />
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.6" />
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.4.0" />
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.5.0" />
<PackageVersion Include="PacketDotNet" Version="1.4.7" />
<PackageVersion Include="SharpPcap" Version="6.3.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" />
Expand Down
14 changes: 7 additions & 7 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-google-recaptcha-v3": "^1.10.1",
"react-i18next": "^15.1.3",
"react-pdf": "^9.1.1",
"react-router": "^7.0.1",
"react-router": "^7.0.2",
"swr": "^2.2.5"
},
"devDependencies": {
Expand All @@ -68,19 +68,19 @@
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitejs/plugin-react": "^4.3.4",
"axios": "^1.7.8",
"babel-plugin-prismjs": "^2.1.0",
"eslint": "^9.16.0",
"eslint-plugin-oxlint": "^0.13.2",
"eslint-plugin-oxlint": "^0.14.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"form-data": "~4.0.1",
"globals": "^15.12.0",
"globals": "^15.13.0",
"lodash": "^4.17.21",
"oxlint": "^0.13.2",
"oxlint": "^0.14.0",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
Expand All @@ -90,7 +90,7 @@
"swagger-typescript-api": "^13.0.23",
"tslib": "^2.8.1",
"typescript": "5.7.2",
"vite": "^6.0.1",
"vite": "^6.0.2",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-optimize-css-modules": "^1.1.0",
"vite-plugin-pages": "^0.32.4",
Expand Down
Loading

0 comments on commit b041fb2

Please sign in to comment.