Skip to content

Commit

Permalink
feat: config cache & client message
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Apr 8, 2024
1 parent 91691e0 commit c177083
Show file tree
Hide file tree
Showing 13 changed files with 608 additions and 496 deletions.
22 changes: 11 additions & 11 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"genapi": "swagger-typescript-api -p template/swagger.json -t template -o src --module-name-first-tag --sort-routes"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@emotion/react": "^11.11.4",
"@mantine/carousel": "^6.0.21",
"@mantine/core": "^6.0.21",
Expand All @@ -22,7 +22,7 @@
"@mantine/hooks": "^6.0.21",
"@mantine/modals": "^6.0.21",
"@mantine/notifications": "^6.0.21",
"@marsidev/react-turnstile": "^0.5.3",
"@marsidev/react-turnstile": "^0.5.4",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^8.0.0",
Expand Down Expand Up @@ -56,25 +56,25 @@
"@nabla/vite-plugin-eslint": "^2.0.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/katex": "^0.16.7",
"@types/node": "20.12.2",
"@types/node": "20.12.5",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.6.8",
"babel-plugin-prismjs": "^2.1.0",
"eslint": "^8.57.0",
"eslint": "^8.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"form-data": "~4.0.0",
"lodash": "^4.17.21",
"prettier": "~3.2.5",
"rollup": "^4.13.2",
"rollup": "^4.14.1",
"swagger-typescript-api": "^13.0.3",
"tslib": "^2.6.2",
"typescript": "5.4.3",
"vite": "^5.2.7",
"typescript": "5.4.4",
"vite": "^5.2.8",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-prismjs": "^0.0.11",
"vite-plugin-webfont-dl": "^3.9.2",
Expand Down

0 comments on commit c177083

Please sign in to comment.