Skip to content

Commit f626876

Browse files
authored
chore: Update Playwright to v1.37.1 (#1467)
- No longer need both the `playwright` and `@playwright/test` packages, just need `@playwright/test`
1 parent f686891 commit f626876

3 files changed

Lines changed: 36 additions & 57 deletions

File tree

package-lock.json

Lines changed: 34 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@deephaven/tsconfig": "file:../tsconfig",
7272
"@deephaven/utils": "file:../utils",
7373
"@fortawesome/fontawesome-common-types": "^6.1.1",
74-
"@playwright/test": "^1.30.0",
74+
"@playwright/test": "^1.37.1",
7575
"@testing-library/jest-dom": "^5.16.4",
7676
"@testing-library/react": "^12.1.3",
7777
"@testing-library/react-hooks": "^8.0.1",
@@ -125,7 +125,6 @@
125125
"karma-jasmine": "~0.1.5",
126126
"lerna": "^7.1.4",
127127
"npm-run-all": "^4.1.5",
128-
"playwright": "^1.30.0",
129128
"prettier": "3.0.0",
130129
"react": "^17.0.2",
131130
"react-dom": "^17.0.2",

tests/docker-scripts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
# Dockerfile for updating the snapshots.
33
# Expects to be run from the root of the web-client-ui repo
4-
FROM mcr.microsoft.com/playwright:v1.30.0-jammy AS playwright
4+
FROM mcr.microsoft.com/playwright:v1.37.1-jammy AS playwright
55
WORKDIR /work/
66

77
# Update packages list and install some build tools

0 commit comments

Comments
 (0)