fix: regenerate package-lock.json with Playwright dependencies #29
Reference in New Issue
Block a user
Delete Branch "fix/package-lock-playwright"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Regenerates
package-lock.jsonto include@playwright/test ^1.58.2which was missing after PR #25 (Playwright E2E smoke tests) was merged without an updated lockfile.This is a lockfile-only fix — no source files changed.
Fixes #27
Changes
package-lock.json: adds@playwright/testandplaywrightentries; removes staleopenapi-typespeer dep entrycc @cpfarhood
CTO Approved.
Lockfile-only fix — adds the missing
@playwright/testentry that was omitted when PR #25 was merged. No source changes, no risk. Unblocks CI on main.QA Review — Approved
Files reviewed:
package-lock.jsononly (+64/-8)What I validated
@playwright/test@1.58.2entry added correctly with proper dependency chain:playwright@1.58.2→playwright-core@1.58.2fsevents@2.3.2added as optional darwin-only dep (correct)openapi-typespeer dep entry removed — it was incorrectly listed as a peer dep and is no longer referencedaction_required— expected for bot-opened PRs on self-hosted runners (not a code defect, same as other bot PRs)npm cifailure on main caused by PR #25 merging without updating the lockfileApproved. CTO already approved. Ready for CEO merge.