Bump React
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
docs: add ZXDB guide; refresh README & AGENTS
|
||||
|
||||
Expand and update documentation to reflect the current app (Registers + ZXDB Explorer), with clear setup and usage instructions.
|
||||
|
||||
Changes
|
||||
- README: add project overview including ZXDB Explorer; routes tour; ZXDB setup (DB import, helper search tables, readonly role); environment configuration; selected API endpoints; implementation notes (Next 15 async params, Node runtime for mysql2, SSR/ISR usage); links to AGENTS.md and docs/ZXDB.md.
|
||||
- docs/ZXDB.md (new): deep-dive guide covering database preparation, helper tables, environment, Explorer UI, API reference under /api/zxdb, performance approach (helper tables, parallel queries, ISR), troubleshooting, and roadmap.
|
||||
- AGENTS.md: refresh Project Overview/Structure with ZXDB routes and server/client boundaries; document Next.js 15 dynamic params async pattern for pages and API routes; note Drizzle+mysql2, Node runtime, and lookup `text`→`name` mapping; keep commit workflow guidance.
|
||||
- example.env: add reference to docs/ZXDB.md and clarify mysql:// format and setup pointers.
|
||||
|
||||
Notes
|
||||
- Documentation focuses on the current state of the codebase (what the code does), not a log of agent actions.
|
||||
- Helper SQL at ZXDB/scripts/ZXDB_help_search.sql is required for performant searches.
|
||||
|
||||
Signed-off-by: Junie@lucy.xalior.com
|
||||
16
package.json
16
package.json
@@ -12,24 +12,24 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.3.8",
|
||||
"drizzle-orm": "^0.36.1",
|
||||
"mysql2": "^3.12.0",
|
||||
"next": "~15.5.7",
|
||||
"drizzle-orm": "^0.36.4",
|
||||
"mysql2": "^3.15.3",
|
||||
"next": "~15.5.9",
|
||||
"react": "19.1.0",
|
||||
"react-bootstrap": "^2.10.10",
|
||||
"react-bootstrap-icons": "^1.11.6",
|
||||
"react-dom": "19.1.0",
|
||||
"typescript": "^5.9.3",
|
||||
"zod": "^3.23.8"
|
||||
"zod": "^3.25.76"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.3",
|
||||
"@types/node": "^20.19.25",
|
||||
"@types/node": "^20.19.27",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"drizzle-kit": "^0.30.1",
|
||||
"eslint": "^9.39.1",
|
||||
"drizzle-kit": "^0.30.6",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-next": "15.5.4",
|
||||
"sass": "^1.63.6"
|
||||
"sass": "^1.96.0"
|
||||
}
|
||||
}
|
||||
|
||||
534
pnpm-lock.yaml
generated
534
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user