Skip to content

Commit a1a74d9

Browse files
weishi-imbueclaude
andcommitted
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

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@imbue-ai/detent": "^1.4.0",
6262
"@napi-rs/keyring": "^1.2.0",
6363
"commander": "^12.0.0",
64-
"playwright": "^1.60.0",
64+
"playwright": "~1.60.0",
6565
"zod": "^3.22.0"
6666
},
6767
"devDependencies": {

0 commit comments

Comments
 (0)