Commit a1a74d9
deps: pin playwright to ~1.60.0 to guard internal-subpath imports
playwrightLoader.ts imports playwright-core private internals
(lib/coreBundle), which carry no semver guarantee and were restructured
in the 1.59->1.60 minor bump. A caret range lets a fresh
`npm install -g latchkey` resolve a future minor that moves them again,
silently reintroducing ERR_PACKAGE_PATH_NOT_EXPORTED. Tilde allows only
1.60.x patches; minor playwright upgrades become deliberate, re-verified
changes.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent e25be39 commit a1a74d9
2 files changed
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments