Skip to content

Commit

Permalink
fix: update Playwright to fix E2E tests (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
pybuche committed Sep 6, 2022
1 parent c34d085 commit 29ee964
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -113,7 +113,7 @@
"@ivangabriele/prettier-config": "3.1.0",
"@ivangabriele/tsconfig-next": "1.2.2",
"@jest/globals": "28.1.0",
"@playwright/test": "1.22.2",
"@playwright/test": "1.23.4",
"@swc/core": "1.2.198",
"@swc/jest": "0.2.21",
"@testing-library/react-hooks": "8.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -2922,13 +2922,13 @@
resolved "https://registry.yarnpkg.com/@panva/hkdf/-/hkdf-1.0.2.tgz#bab0f09d09de9fd83628220d496627681bc440d6"
integrity sha512-MSAs9t3Go7GUkMhpKC44T58DJ5KGk2vBo+h1cqQeqlMfdGkxaVB78ZWpv9gYi/g2fa4sopag9gJsNvS8XGgWJA==

"@playwright/test@1.22.2":
version "1.22.2"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.22.2.tgz#b848f25f8918140c2d0bae8e9227a40198f2dd4a"
integrity sha512-cCl96BEBGPtptFz7C2FOSN3PrTnJ3rPpENe+gYCMx4GNNDlN4tmo2D89y13feGKTMMAIVrXfSQ/UmaQKLy1XLA==
"@playwright/test@1.23.4":
version "1.23.4"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.23.4.tgz#d742ed34fc3eb09e29c2e652c2a646ba1e3c6b08"
integrity sha512-iIsoMJDS/lyuhw82FtcV/B3PXikgVD3hNe5hyvOpRM0uRr1OIpN3LgPeRbBjhzBWmyf6RgRg5fqK5sVcpA03yA==
dependencies:
"@types/node" "*"
playwright-core "1.22.2"
playwright-core "1.23.4"

"@prisma/client@3.15.1":
version "3.15.1"
Expand Down Expand Up @@ -9056,10 +9056,10 @@ pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"

playwright-core@1.22.2:
version "1.22.2"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.22.2.tgz#ed2963d79d71c2a18d5a6fd25b60b9f0a344661a"
integrity sha512-w/hc/Ld0RM4pmsNeE6aL/fPNWw8BWit2tg+TfqJ3+p59c6s3B6C8mXvXrIPmfQEobkcFDc+4KirNzOQ+uBSP1Q==
playwright-core@1.23.4:
version "1.23.4"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.23.4.tgz#e8a45e549faf6bfad24a0e9998e451979514d41e"
integrity sha512-h5V2yw7d8xIwotjyNrkLF13nV9RiiZLHdXeHo+nVJIYGVlZ8U2qV0pMxNJKNTvfQVT0N8/A4CW6/4EW2cOcTiA==

posix-character-classes@^0.1.0:
version "0.1.1"
Expand Down

0 comments on commit 29ee964

Please sign in to comment.