Update to playwright v1.2.0
osmenia opened this issue · 2 comments
osmenia commented
Hi Team,
when can we expect update playwright-aws-lambda on version playwright v1.2.0?
tnx a lot!
austinkelleher commented
Hey there @osmenia. playwright-aws-lambda
does not have a direct dependency on playwright-core
. playwright-core
is a peerDependency
. https://github.com/JupiterOne/playwright-aws-lambda/blob/master/package.json#L28
You can just upgrade the version of playwright-core
inside of your project to use any version of playwright-core
within the specific semver listed in playwright-aws-lambda
(^1
).
Let me know if you have any other questions.
austinkelleher commented
I'm going to go ahead and close this out, but please feel free to re-open the issue or open another issue if you have any additional questions! Thanks for reaching out.