Skip to content

Commit 0997331

Browse files
committed
fix: update Playwright to version 1.49.1 and remove deprecated setup step
1 parent 5d2c8f6 commit 0997331

7 files changed

+11
-13
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
- run: npm install -g lerna
3232
- name: Install node_modules
3333
run: yarn
34-
- name: Setup Playwright Dependencies
35-
run: npx playwright install-deps && sudo apt-get install libasound2 libicu70
3634
- name: Install Playwright Browsers
3735
run: npx playwright install --with-deps chromium
3836
- run: node scripts/setVersion.js --next
-1.93 MB
Binary file not shown.
2.15 MB
Binary file not shown.
-749 KB
Binary file not shown.
796 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"nodemon": "^3.1.0",
126126
"npm-run-all": "^4.1.5",
127127
"office-ui-fabric-core": "^11.1.0",
128-
"playwright": "^1.41.2",
128+
"playwright": "^1.49.1",
129129
"prettier": "3.2.5",
130130
"react": "^17.0.1",
131131
"react-dom": "^17.0.1",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19612,12 +19612,12 @@ __metadata:
1961219612
languageName: node
1961319613
linkType: hard
1961419614

19615-
"playwright-core@npm:1.41.2":
19616-
version: 1.41.2
19617-
resolution: "playwright-core@npm:1.41.2"
19615+
"playwright-core@npm:1.49.1":
19616+
version: 1.49.1
19617+
resolution: "playwright-core@npm:1.49.1"
1961819618
bin:
1961919619
playwright-core: cli.js
19620-
checksum: 10/77ff881ebb9cc0654edd00c5ff202f5f61aee7a5318e1f12a82e30a3636de21e8b5982fae6138e5bb90115ae509c15a640cf85b10b3e2daebb2bb286da54fd4c
19620+
checksum: 10/baa39a53024ec7744708410f2b952ac3aa2e1a6d311dabfa303523712848eba142fce5c20f1b2ed2a66fbd9a415d22ea8642b0f70423360aaebd4b41c47d364e
1962119621
languageName: node
1962219622
linkType: hard
1962319623

@@ -19636,18 +19636,18 @@ __metadata:
1963619636
languageName: node
1963719637
linkType: hard
1963819638

19639-
"playwright@npm:^1.41.2":
19640-
version: 1.41.2
19641-
resolution: "playwright@npm:1.41.2"
19639+
"playwright@npm:^1.49.1":
19640+
version: 1.49.1
19641+
resolution: "playwright@npm:1.49.1"
1964219642
dependencies:
1964319643
fsevents: "npm:2.3.2"
19644-
playwright-core: "npm:1.41.2"
19644+
playwright-core: "npm:1.49.1"
1964519645
dependenciesMeta:
1964619646
fsevents:
1964719647
optional: true
1964819648
bin:
1964919649
playwright: cli.js
19650-
checksum: 10/272399f622dc2df90fbef147b9b1cfab5d7a78cc364bdfa98d2bf08faa9894346f58629fe4fef41b108ca2cb203b3970d7886b7f392cb0399c75b521478e2920
19650+
checksum: 10/49fb063f4a107b8090f66d2d351ebd51fbb66843a8f95a161fa0c0e0b5156515961e75cc10f4249f61b9d2af51f762dda505c62b096d8f61cd47d1ff73ab39d2
1965119651
languageName: node
1965219652
linkType: hard
1965319653

@@ -21440,7 +21440,7 @@ __metadata:
2144021440
nodemon: "npm:^3.1.0"
2144121441
npm-run-all: "npm:^4.1.5"
2144221442
office-ui-fabric-core: "npm:^11.1.0"
21443-
playwright: "npm:^1.41.2"
21443+
playwright: "npm:^1.49.1"
2144421444
prettier: "npm:3.2.5"
2144521445
react: "npm:^17.0.1"
2144621446
react-dom: "npm:^17.0.1"

0 commit comments

Comments
 (0)