Skip to content

Commit c177083

Browse files
committed
feat: config cache & client message
1 parent 91691e0 commit c177083

File tree

13 files changed

+608
-496
lines changed

13 files changed

+608
-496
lines changed

src/GZCTF/ClientApp/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"genapi": "swagger-typescript-api -p template/swagger.json -t template -o src --module-name-first-tag --sort-routes"
1313
},
1414
"dependencies": {
15-
"@babel/core": "^7.24.3",
15+
"@babel/core": "^7.24.4",
1616
"@emotion/react": "^11.11.4",
1717
"@mantine/carousel": "^6.0.21",
1818
"@mantine/core": "^6.0.21",
@@ -22,7 +22,7 @@
2222
"@mantine/hooks": "^6.0.21",
2323
"@mantine/modals": "^6.0.21",
2424
"@mantine/notifications": "^6.0.21",
25-
"@marsidev/react-turnstile": "^0.5.3",
25+
"@marsidev/react-turnstile": "^0.5.4",
2626
"@mdi/js": "^7.4.47",
2727
"@mdi/react": "^1.6.1",
2828
"@microsoft/signalr": "^8.0.0",
@@ -56,25 +56,25 @@
5656
"@nabla/vite-plugin-eslint": "^2.0.2",
5757
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
5858
"@types/katex": "^0.16.7",
59-
"@types/node": "20.12.2",
59+
"@types/node": "20.12.5",
6060
"@types/prismjs": "^1.26.3",
61-
"@types/react": "^18.2.73",
62-
"@types/react-dom": "^18.2.23",
63-
"@typescript-eslint/eslint-plugin": "^7.4.0",
64-
"@typescript-eslint/parser": "^7.4.0",
61+
"@types/react": "^18.2.74",
62+
"@types/react-dom": "^18.2.24",
63+
"@typescript-eslint/eslint-plugin": "^7.5.0",
64+
"@typescript-eslint/parser": "^7.5.0",
6565
"@vitejs/plugin-react": "^4.2.1",
6666
"axios": "^1.6.8",
6767
"babel-plugin-prismjs": "^2.1.0",
68-
"eslint": "^8.57.0",
68+
"eslint": "^8.0.0",
6969
"eslint-plugin-react-hooks": "^4.6.0",
7070
"form-data": "~4.0.0",
7171
"lodash": "^4.17.21",
7272
"prettier": "~3.2.5",
73-
"rollup": "^4.13.2",
73+
"rollup": "^4.14.1",
7474
"swagger-typescript-api": "^13.0.3",
7575
"tslib": "^2.6.2",
76-
"typescript": "5.4.3",
77-
"vite": "^5.2.7",
76+
"typescript": "5.4.4",
77+
"vite": "^5.2.8",
7878
"vite-plugin-pages": "^0.32.1",
7979
"vite-plugin-prismjs": "^0.0.11",
8080
"vite-plugin-webfont-dl": "^3.9.2",

0 commit comments

Comments
 (0)