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 ^1.48.0 #697

Merged
merged 1 commit into from
Oct 8, 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 @@ -9,7 +9,7 @@
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@playwright/test": "^1.47.2",
"@playwright/test": "^1.48.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2043,14 +2043,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.48.0":
version: 1.48.0
resolution: "@playwright/test@npm:1.48.0"
dependencies:
playwright: "npm:1.47.2"
playwright: "npm:1.48.0"
bin:
playwright: cli.js
checksum: 10c0/1b2b003fc5465608683835f287d5dba6fabe9a3339667579de33032f3527c5ada3894d021724167ecb1b172a7efa6155958deee9872b2b3e940c3337edd06b4b
checksum: 10c0/595a5db99f75d1ffce11df2980ca0dd20523a0a20dd962e4256e536dddccca0138883ae2e9c82aaa26094fb50def73062badc14c001d20fb62a3a0b2df18ebca
languageName: node
linkType: hard

Expand Down Expand Up @@ -6697,27 +6697,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.48.0":
version: 1.48.0
resolution: "playwright-core@npm:1.48.0"
bin:
playwright-core: cli.js
checksum: 10c0/3426adf4448da71dc103e38484f711df93fad8620d825e470593629012db6772663ccdc7ccefcdb787fa0ee26dd81e84fdce8abd0bad01a4c4b0d13ff8837d3b
checksum: 10c0/b5a94f02445cb2fdad95e832d13a68448875ac627700a45f8df87c6e60890390651556aae3f5d6961c3a147f9ed6408fd44541fafe0a9f15c637e2c7c404fcfc
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -7273,7 +7273,7 @@ __metadata:
"@babel/preset-env": "npm:^7.25.7"
"@babel/preset-react": "npm:^7.25.7"
"@babel/preset-typescript": "npm:^7.25.7"
"@playwright/test": "npm:^1.47.2"
"@playwright/test": "npm:^1.48.0"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-commonjs": "npm:^28.0.0"
"@rollup/plugin-node-resolve": "npm:^15.3.0"
Expand Down