diff --git a/package-lock.json b/package-lock.json index 6eb9858..6e76160 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,8 @@ "version": "0.1.11", "license": "Apache-2.0", "dependencies": { - "playwright": "1.60.0-alpha-1777669338000" + "playwright": "1.60.0-alpha-1777669338000", + "playwright-core": "1.60.0-alpha-1777669338000" }, "bin": { "playwright-cli": "playwright-cli.js" diff --git a/package.json b/package.json index b214ee2..290fa18 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "@types/node": "^25.2.1" }, "dependencies": { - "playwright": "1.60.0-alpha-1777669338000" + "playwright": "1.60.0-alpha-1777669338000", + "playwright-core": "1.60.0-alpha-1777669338000" }, "bin": { "playwright-cli": "playwright-cli.js"