Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @playwright/test to v1.49.1 #11836

Merged
merged 1 commit into from
Dec 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@babel/runtime-corejs3": "7.25.7",
"@faker-js/faker": "8.4.1",
"@npmcli/arborist": "7.5.4",
"@playwright/test": "1.47.2",
"@playwright/test": "1.49.1",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ogimage-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-dom": "19.0.0-rc-f2df5694-20240916"
},
"devDependencies": {
"@playwright/test": "1.47.2",
"@playwright/test": "1.49.1",
"@redwoodjs/framework-tools": "workspace:*",
"ts-toolbelt": "9.6.0",
"tsx": "4.19.2",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6626,14 +6626,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.47.2":
version: 1.47.2
resolution: "@playwright/test@npm:1.47.2"
"@playwright/test@npm:1.49.1":
version: 1.49.1
resolution: "@playwright/test@npm:1.49.1"
dependencies:
playwright: "npm:1.47.2"
playwright: "npm:1.49.1"
bin:
playwright: cli.js
checksum: 10c0/1b2b003fc5465608683835f287d5dba6fabe9a3339667579de33032f3527c5ada3894d021724167ecb1b172a7efa6155958deee9872b2b3e940c3337edd06b4b
checksum: 10c0/2fca0bb7b334f7a23c7c5dfa5dbe37b47794c56f39b747c8d74a2f95c339e7902a296f2f1dd32c47bdd723cfa92cee05219f1a5876725dc89a1871b9137a286d
languageName: node
linkType: hard

Expand Down Expand Up @@ -8689,7 +8689,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/ogimage-gen@workspace:packages/ogimage-gen"
dependencies:
"@playwright/test": "npm:1.47.2"
"@playwright/test": "npm:1.49.1"
"@redwoodjs/framework-tools": "workspace:*"
"@redwoodjs/internal": "workspace:*"
"@redwoodjs/project-config": "workspace:*"
Expand Down Expand Up @@ -25286,27 +25286,27 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.47.2":
version: 1.47.2
resolution: "playwright-core@npm:1.47.2"
"playwright-core@npm:1.49.1":
version: 1.49.1
resolution: "playwright-core@npm:1.49.1"
bin:
playwright-core: cli.js
checksum: 10c0/3426adf4448da71dc103e38484f711df93fad8620d825e470593629012db6772663ccdc7ccefcdb787fa0ee26dd81e84fdce8abd0bad01a4c4b0d13ff8837d3b
checksum: 10c0/990b619c75715cd98b2c10c1180a126e3a454b247063b8352bc67792fe01183ec07f31d30c8714c3768cefed12886d1d64ac06da701f2baafc2cad9b439e3919
languageName: node
linkType: hard

"playwright@npm:1.47.2":
version: 1.47.2
resolution: "playwright@npm:1.47.2"
"playwright@npm:1.49.1":
version: 1.49.1
resolution: "playwright@npm:1.49.1"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.47.2"
playwright-core: "npm:1.49.1"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 10c0/6477a6e8d7329375f0ac9dcdf5599e564987e413d0c57b2135bc91ea95acb877245395d6cc37034c12a7c0bafa609d24c78113dd49e9ced793ea2886f9133131
checksum: 10c0/2368762c898920d4a0a5788b153dead45f9c36c3f5cf4d2af5228d0b8ea65823e3bbe998877950a2b9bb23a211e4633996f854c6188769dc81a25543ac818ab5
languageName: node
linkType: hard

Expand Down Expand Up @@ -27067,7 +27067,7 @@ __metadata:
"@babel/runtime-corejs3": "npm:7.25.7"
"@faker-js/faker": "npm:8.4.1"
"@npmcli/arborist": "npm:7.5.4"
"@playwright/test": "npm:1.47.2"
"@playwright/test": "npm:1.49.1"
"@testing-library/jest-dom": "npm:6.5.0"
"@testing-library/react": "npm:14.3.1"
"@testing-library/user-event": "npm:14.5.2"
Expand Down
Loading