Skip to content

Commit 20b2749

Browse files
committed
fix(game): flush scoreboard after transaction commit
1 parent 07d5799 commit 20b2749

File tree

3 files changed

+167
-160
lines changed

3 files changed

+167
-160
lines changed

src/GZCTF/ClientApp/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
"@babel/eslint-parser": "^7.26.8",
5959
"@eslint/compat": "^1.2.7",
6060
"@eslint/eslintrc": "^3.3.0",
61-
"@eslint/js": "^9.21.0",
61+
"@eslint/js": "^9.22.0",
6262
"@nabla/vite-plugin-eslint": "^2.0.5",
6363
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
6464
"@types/chroma-js": "^3.1.1",
6565
"@types/katex": "^0.16.7",
66-
"@types/node": "^22.13.9",
66+
"@types/node": "^22.13.10",
6767
"@types/prismjs": "^1.26.5",
6868
"@types/react": "^19.0.10",
6969
"@types/react-dom": "^19.0.4",
@@ -72,7 +72,7 @@
7272
"@vitejs/plugin-react": "^4.3.4",
7373
"axios": "^1.8.2",
7474
"babel-plugin-prismjs": "^2.1.0",
75-
"eslint": "^9.21.0",
75+
"eslint": "^9.22.0",
7676
"eslint-plugin-oxlint": "^0.15.13",
7777
"eslint-plugin-react": "^7.37.4",
7878
"eslint-plugin-react-hooks": "5.2.0",
@@ -85,7 +85,7 @@
8585
"postcss-simple-vars": "^7.0.1",
8686
"prettier": "~3.5.3",
8787
"prettier-plugin-sort-json": "^4.1.1",
88-
"rollup": "^4.34.9",
88+
"rollup": "^4.35.0",
8989
"swagger-typescript-api": "^13.0.23",
9090
"tslib": "^2.8.1",
9191
"typescript": "5.8.2",

0 commit comments

Comments
 (0)