update: game core flow pages

This commit is contained in:
Vick Scarlet
2026-08-12 02:38:37 +08:00
parent 5d50a4ea37
commit cd339c2103
34 changed files with 890 additions and 768 deletions
+5 -4
View File
@@ -26,14 +26,15 @@
},
"devDependencies": {
"@types/bun": "1.3.14",
"@typescript-eslint/eslint-plugin": "^8.66.0",
"@typescript-eslint/parser": "^8.66.0",
"@typescript-eslint/eslint-plugin": "^8.67.0",
"@typescript-eslint/parser": "^8.67.0",
"@typescript/native": "npm:typescript@^7.0.2",
"eslint": "^10.8.0",
"eslint": "^10.8.1",
"typescript": "npm:@typescript/typescript6@^6.0.2"
},
"workspaces": [
"packages/*",
"apps/*"
"apps/*",
"thirdparty/*"
]
}