Update Playwright to `^1.49.1` (#12746)

pull/12293/merge
Mark Dalgleish 1 week ago committed by GitHub
parent 579821f886
commit c5b2641335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored

@ -11,6 +11,7 @@ node_modules/
/tutorial/dist
/playground-local/
/integration/playwright-report
/integration/test-results
# v5 build files
/packages/*/cjs/

@ -8,7 +8,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@playwright/test": "^1.33.0",
"@playwright/test": "^1.49.1",
"@react-router/dev": "workspace:*",
"@react-router/express": "workspace:*",
"@react-router/node": "workspace:*",

@ -58,7 +58,7 @@
"@octokit/graphql": "^4.8.0",
"@octokit/plugin-paginate-rest": "^2.21.3",
"@octokit/rest": "^18.12.0",
"@playwright/test": "^1.33.0",
"@playwright/test": "^1.49.1",
"@remix-run/changelog-github": "^0.0.5",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "^13.4.0",

@ -65,8 +65,8 @@ importers:
specifier: ^18.12.0
version: 18.12.0
'@playwright/test':
specifier: ^1.33.0
version: 1.42.1
specifier: ^1.49.1
version: 1.49.1
'@remix-run/changelog-github':
specifier: ^0.0.5
version: 0.0.5
@ -236,8 +236,8 @@ importers:
integration:
dependencies:
'@playwright/test':
specifier: ^1.33.0
version: 1.42.1
specifier: ^1.49.1
version: 1.49.1
'@react-router/dev':
specifier: workspace:*
version: link:../packages/react-router-dev
@ -3006,9 +3006,9 @@ packages:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
'@playwright/test@1.42.1':
resolution: {integrity: sha512-Gq9rmS54mjBL/7/MvBaNOBwbfnh7beHvS6oS4srqXFcQHpQCV1+c8JXWE8VLPyRDhgS3H8x8A7hztqI9VnwrAQ==}
engines: {node: '>=16'}
'@playwright/test@1.49.1':
resolution: {integrity: sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==}
engines: {node: '>=18'}
hasBin: true
'@remix-run/changelog-github@0.0.5':
@ -6597,14 +6597,14 @@ packages:
pkg-types@1.0.3:
resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==}
playwright-core@1.42.1:
resolution: {integrity: sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==}
engines: {node: '>=16'}
playwright-core@1.49.1:
resolution: {integrity: sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==}
engines: {node: '>=18'}
hasBin: true
playwright@1.42.1:
resolution: {integrity: sha512-PgwB03s2DZBcNRoW+1w9E+VkLBxweib6KTXM0M3tkiT4jVxKSi6PmVJ591J+0u10LUrgxB7dLRbiJqO5s2QPMg==}
engines: {node: '>=16'}
playwright@1.49.1:
resolution: {integrity: sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==}
engines: {node: '>=18'}
hasBin: true
possible-typed-array-names@1.0.0:
@ -10018,9 +10018,9 @@ snapshots:
'@pkgjs/parseargs@0.11.0':
optional: true
'@playwright/test@1.42.1':
'@playwright/test@1.49.1':
dependencies:
playwright: 1.42.1
playwright: 1.49.1
'@remix-run/changelog-github@0.0.5':
dependencies:
@ -14818,11 +14818,11 @@ snapshots:
mlly: 1.6.1
pathe: 1.1.2
playwright-core@1.42.1: {}
playwright-core@1.49.1: {}
playwright@1.42.1:
playwright@1.49.1:
dependencies:
playwright-core: 1.42.1
playwright-core: 1.49.1
optionalDependencies:
fsevents: 2.3.2

Loading…
Cancel
Save