Skip to content

Commit

Permalink
Bump playwright from 1.44.1 to 1.45.0
Browse files Browse the repository at this point in the history
Bumps [playwright](https://github.com/microsoft/playwright) from 1.44.1 to 1.45.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.44.1...v1.45.0)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 97895ba commit 93e9c42
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 14 deletions.
51 changes: 40 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0",
"@types/react": "^18.3.3",
"playwright": "^1.40.1",
"playwright": "^1.45.0",
"preact": "^10.7.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand All @@ -27,6 +27,6 @@
"@astrojs/tailwind": "^1.0.1",
"@playwright/test": "^1.40.1",
"astro": "^4.11.3",
"playwright": "^1.40.1"
"playwright": "^1.45.0"
}
}
16 changes: 15 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3341,7 +3341,12 @@ playwright-core@1.41.1:
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.41.1.tgz"
integrity sha512-/KPO5DzXSMlxSX77wy+HihKGOunh3hqndhqeo/nMxfigiKzogn8kfL0ZBDu0L1RKgan5XHCPmn6zXd2NUJgjhg==

playwright@1.41.1, playwright@^1.40.1:
playwright-core@1.45.0:
version "1.45.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.45.0.tgz#5741a670b7c9060ce06852c0051d84736fb94edc"
integrity sha512-lZmHlFQ0VYSpAs43dRq1/nJ9G/6SiTI7VPqidld9TDefL9tX87bTKExWZZUF5PeRyqtXqd8fQi2qmfIedkwsNQ==

playwright@1.41.1:
version "1.41.1"
resolved "https://registry.npmjs.org/playwright/-/playwright-1.41.1.tgz"
integrity sha512-gdZAWG97oUnbBdRL3GuBvX3nDDmUOuqzV/D24dytqlKt+eI5KbwusluZRGljx1YoJKZ2NRPaeWiFTeGZO7SosQ==
Expand All @@ -3350,6 +3355,15 @@ playwright@1.41.1, playwright@^1.40.1:
optionalDependencies:
fsevents "2.3.2"

playwright@^1.45.0:
version "1.45.0"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.45.0.tgz#400c709c64438690f13705cb9c88ef93089c5c27"
integrity sha512-4z3ac3plDfYzGB6r0Q3LF8POPR20Z8D0aXcxbJvmfMgSSq1hkcgvFRXJk9rUq5H/MJ0Ktal869hhOdI/zUTeLA==
dependencies:
playwright-core "1.45.0"
optionalDependencies:
fsevents "2.3.2"

postcss-import@^15.1.0:
version "15.1.0"
resolved "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz"
Expand Down

0 comments on commit 93e9c42

Please sign in to comment.