recaptcha-solver
recaptcha-solver copied to clipboard
deps: update playwright-core to 1.45.0
It seems that the function types have changed in playwright-core 1.45.0, so I updated the dependencies.
/path/to/repo/node_modules/ts-node/src/index.ts:859
return new TSError(diagnosticText, diagnosticCodes, diagnostics);
^
TSError: ⨯ Unable to compile TypeScript:
src/Util/ReCAPTCHA.ts:23:19 - error TS2345: Argument of type 'import("/path/to/repo/node_modules/playwright-core/types/types").Page' is not assignable to parameter of type 'import("/path/to/repo/node_modules/recaptcha-solver/node_modules/playwright-core/types/types").Page'.
23 if (await solve(page)) {
⚠️ No Changeset found
Latest commit: d4abd7c6489efee96d2021f317c633a8df8f3064
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR