chore(prod-auth): Update dev dependencies in production auth E2E tests for compatibility upgrades

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-01-29 23:29:26 -08:00
parent 1d5312ab05
commit 514353fefd

View file

@ -9,10 +9,10 @@
"test:headed": "playwright test --headed",
"test:debug": "playwright test --debug",
"test:ui": "playwright test --ui",
"report": "playwright show-report"
"report": "playwright show-report",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@platform/e2e-auth": "workspace:*",
"@playwright/test": "^1.40.0"
},
"devDependencies": {