Skip to content

Commit

Permalink
align playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Dec 17, 2024
1 parent 4017b1f commit f57c642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
4 changes: 2 additions & 2 deletions ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"test:update": "playwright test --update-snapshots"
},
"devDependencies": {
"@playwright/test": "^1.37.0",
"rimraf": "^5.0.5"
},
"dependencies": {
"@jupyterlab/galata": "~5.3.3"
"@jupyterlab/galata": "~5.3.3",
"@playwright/test": "^1.48.0"
}
}
37 changes: 1 addition & 36 deletions ui-tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ __metadata:
resolution: "@jupyterlite/pyodide-kernel-ui-tests@workspace:."
dependencies:
"@jupyterlab/galata": ~5.3.3
"@playwright/test": ^1.37.0
"@playwright/test": ^1.48.0
rimraf: ^5.0.5
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1451,17 +1451,6 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:^1.37.0":
version: 1.45.2
resolution: "@playwright/test@npm:1.45.2"
dependencies:
playwright: 1.45.2
bin:
playwright: cli.js
checksum: 7f916fde237e6f5a5461571da026a959f8730dccfad6b4ee01ed6566089c750b8079c3a9930c45875faf67a7418195a8b11e0cdb6134405805065f6c7ee347de
languageName: node
linkType: hard

"@playwright/test@npm:^1.48.0":
version: 1.49.1
resolution: "@playwright/test@npm:1.49.1"
Expand Down Expand Up @@ -3189,15 +3178,6 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.45.2":
version: 1.45.2
resolution: "playwright-core@npm:1.45.2"
bin:
playwright-core: cli.js
checksum: 536423bfb320ad045b638498748df5681585dadda8bae1eff8995c70fcd6695761caf3c331c1e807e323e2af431bb15b0216142c5315d28f110b129f6e800b30
languageName: node
linkType: hard

"playwright-core@npm:1.49.1":
version: 1.49.1
resolution: "playwright-core@npm:1.49.1"
Expand All @@ -3207,21 +3187,6 @@ __metadata:
languageName: node
linkType: hard

"playwright@npm:1.45.2":
version: 1.45.2
resolution: "playwright@npm:1.45.2"
dependencies:
fsevents: 2.3.2
playwright-core: 1.45.2
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: ff37a27f85220363fcc6876389f58ea43f95946a1c26a8153b5f831e3a6693772e4ff45290e32dc193b4f64bc5053dbae3305432eaf5bd4a7dc6782e9b7b8e4a
languageName: node
linkType: hard

"playwright@npm:1.49.1":
version: 1.49.1
resolution: "playwright@npm:1.49.1"
Expand Down

0 comments on commit f57c642

Please sign in to comment.