chore: bump @playwright/test to ^1.57.0; drop unused root dotenv

The root devDependencies still pinned an older Playwright (1.48.2)
plus a stray `dotenv` that nothing in the e2e suite or root scripts
actually requires (verified via grep across tests/). Updates the
Playwright version to match the current upstream stable and removes
the unused dotenv to keep the root install lean.

Originated from a local stash that picked up these changes; landing
them as a small dedicated commit so they don't blend into the auth
fix that follows.
This commit is contained in:
Paul Nothaft
2026-05-02 22:56:04 +02:00
parent ac040fbef8
commit 7b2f75e6ae
2 changed files with 13 additions and 28 deletions
+1 -2
View File
@@ -8,8 +8,7 @@
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"dotenv": "^17.3.1",
"@playwright/test": "^1.57.0",
"puppeteer": "^24.17.0"
},
"overrides": {