chore: update package dependencies and Playwright config

Update root, API, and web package.json files with latest dependencies.
Refresh pnpm-lock.yaml and update Playwright configuration.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Ho Ngoc Hai
2026-04-11 01:40:59 +07:00
parent da10ac64c6
commit 4372a9ee12
5 changed files with 389 additions and 128 deletions

View File

@@ -12,7 +12,13 @@
"@prisma/engines",
"esbuild",
"prisma"
]
],
"overrides": {
"axios": ">=1.15.0",
"lodash": ">=4.18.0",
"@hono/node-server": ">=1.19.13",
"@tootallnate/once": ">=3.0.1"
}
},
"scripts": {
"dev": "turbo run dev",