Skip to content

Commit

Permalink
Merge pull request #122 from Dog-Face-Development/dependabot/npm_and_…
Browse files Browse the repository at this point in the history
…yarn/playwright/test-1.45.0

Bump @playwright/test from 1.44.1 to 1.45.0
  • Loading branch information
willtheorangeguy authored Jul 1, 2024
2 parents 97895ba + 509c70d commit 3509838
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@astrojs/preact": "^3.5.0",
"@astrojs/react": "^0.1.0",
"@astrojs/tailwind": "^1.0.1",
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.45.0",
"astro": "^4.11.3",
"playwright": "^1.40.1"
}
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -895,12 +895,12 @@
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@playwright/test@^1.40.1":
version "1.41.1"
resolved "https://registry.npmjs.org/@playwright/test/-/test-1.41.1.tgz"
integrity sha512-9g8EWTjiQ9yFBXc6HjCWe41msLpxEX0KhmfmPl9RPLJdfzL4F0lg2BdJ91O9azFdl11y1pmpwdjBiSxvqc+btw==
"@playwright/test@^1.45.0":
version "1.45.0"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.45.0.tgz#790a66165a46466c0d7099dd260881802f5aba7e"
integrity sha512-TVYsfMlGAaxeUllNkywbwek67Ncf8FRGn8ZlRdO291OL3NjG9oMbfVhyP82HQF0CZLMrYsvesqoUekxdWuF9Qw==
dependencies:
playwright "1.41.1"
playwright "1.45.0"

"@preact/preset-vite@^2.8.2":
version "2.8.3"
Expand Down Expand Up @@ -3336,17 +3336,17 @@ pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"

playwright-core@1.41.1:
version "1.41.1"
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.41.1.tgz"
integrity sha512-/KPO5DzXSMlxSX77wy+HihKGOunh3hqndhqeo/nMxfigiKzogn8kfL0ZBDu0L1RKgan5XHCPmn6zXd2NUJgjhg==
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, playwright@^1.40.1:
version "1.41.1"
resolved "https://registry.npmjs.org/playwright/-/playwright-1.41.1.tgz"
integrity sha512-gdZAWG97oUnbBdRL3GuBvX3nDDmUOuqzV/D24dytqlKt+eI5KbwusluZRGljx1YoJKZ2NRPaeWiFTeGZO7SosQ==
playwright@1.45.0, playwright@^1.40.1:
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.41.1"
playwright-core "1.45.0"
optionalDependencies:
fsevents "2.3.2"

Expand Down

0 comments on commit 3509838

Please sign in to comment.