Skip to content

Commit 79d5c50

Browse files
committed
Update playwright
1 parent 0956627 commit 79d5c50

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

site/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"i18next": "21.9.1",
5858
"js-untar": "2.0.0",
5959
"just-debounce-it": "3.1.1",
60+
"playwright": "^1.29.2",
6061
"react": "18.2.0",
6162
"react-chartjs-2": "4.3.1",
6263
"react-color": "2.19.3",
@@ -81,7 +82,7 @@
8182
"yup": "0.32.11"
8283
},
8384
"devDependencies": {
84-
"@playwright/test": "1.26.1",
85+
"@playwright/test": "1.29.2",
8586
"@storybook/addon-actions": "6.5.9",
8687
"@storybook/addon-essentials": "6.5.12",
8788
"@storybook/addon-links": "6.5.9",

site/yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1921,13 +1921,13 @@
19211921
tiny-glob "^0.2.9"
19221922
tslib "^2.4.0"
19231923

1924-
"@playwright/test@1.26.1":
1925-
version "1.26.1"
1926-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.26.1.tgz#73ada4e70f618bca69ba7509c4ba65b5a41c4b10"
1927-
integrity sha512-bNxyZASVt2adSZ9gbD7NCydzcb5JaI0OR9hc7s+nmPeH604gwp0zp17NNpwXY4c8nvuBGQQ9oGDx72LE+cUWvw==
1924+
"@playwright/test@1.29.2":
1925+
version "1.29.2"
1926+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.29.2.tgz#c48184721d0f0b7627a886e2ec42f1efb2be339d"
1927+
integrity sha512-+3/GPwOgcoF0xLz/opTnahel1/y42PdcgZ4hs+BZGIUjtmEFSXGg+nFoaH3NSmuc7a6GSFwXDJ5L7VXpqzigNg==
19281928
dependencies:
19291929
"@types/node" "*"
1930-
playwright-core "1.26.1"
1930+
playwright-core "1.29.2"
19311931

19321932
"@pmmmwh/react-refresh-webpack-plugin@^0.5.3":
19331933
version "0.5.9"
@@ -11326,10 +11326,17 @@ pkg-dir@^5.0.0:
1132611326
dependencies:
1132711327
find-up "^5.0.0"
1132811328

11329-
playwright-core@1.26.1:
11330-
version "1.26.1"
11331-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.26.1.tgz#a162f476488312dcf12638d97685144de6ada512"
11332-
integrity sha512-hzFchhhxnEiPc4qVPs9q2ZR+5eKNifY2hQDHtg1HnTTUuphYCBP8ZRb2si+B1TR7BHirgXaPi48LIye5SgrLAA==
11329+
playwright-core@1.29.2:
11330+
version "1.29.2"
11331+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.29.2.tgz#2e8347e7e8522409f22b244e600e703b64022406"
11332+
integrity sha512-94QXm4PMgFoHAhlCuoWyaBYKb92yOcGVHdQLoxQ7Wjlc7Flg4aC/jbFW7xMR52OfXMVkWicue4WXE7QEegbIRA==
11333+
11334+
playwright@^1.29.2:
11335+
version "1.29.2"
11336+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.29.2.tgz#d6a0a3e8e44f023f7956ed19ffa8af915a042769"
11337+
integrity sha512-hKBYJUtdmYzcjdhYDkP9WGtORwwZBBKAW8+Lz7sr0ZMxtJr04ASXVzH5eBWtDkdb0c3LLFsehfPBTRfvlfKJOA==
11338+
dependencies:
11339+
playwright-core "1.29.2"
1133311340

1133411341
pluralize@^8.0.0:
1133511342
version "8.0.0"

0 commit comments

Comments
 (0)