Skip to content

Commit

Permalink
chore: add mutate for challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Apr 23, 2024
1 parent c086075 commit b032efc
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 106 deletions.
8 changes: 4 additions & 4 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-google-recaptcha-v3": "^1.10.1",
"react-i18next": "^14.1.0",
"react-i18next": "^14.1.1",
"react-pdf": "^7.7.1",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-router": "^6.23.0",
"react-router-dom": "^6.23.0",
"swr": "2.2.5"
},
"devDependencies": {
Expand All @@ -70,7 +70,7 @@
"form-data": "~4.0.0",
"lodash": "^4.17.21",
"prettier": "~3.2.5",
"rollup": "^4.16.2",
"rollup": "^4.16.4",
"swagger-typescript-api": "^13.0.3",
"tslib": "^2.6.2",
"typescript": "5.4.5",
Expand Down
184 changes: 92 additions & 92 deletions src/GZCTF/ClientApp/pnpm-lock.yaml

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

0 comments on commit b032efc

Please sign in to comment.