Skip to content

Commit

Permalink
chore: bump playwright version (#4602)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmFly authored Oct 13, 2023
1 parent 2270176 commit 2e1e486
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@magic-works/i18n-codegen": "^0.5.0",
"@nx/vite": "16.10.0",
"@perfsee/sdk": "^1.9.0",
"@playwright/test": "^1.38.1",
"@playwright/test": "^1.39.0",
"@taplo/cli": "^0.5.2",
"@testing-library/react": "^14.0.0",
"@toeverything/infra": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion tests/affine-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.38.1"
"@playwright/test": "^1.39.0"
},
"version": "0.10.0-canary.0"
}
2 changes: 1 addition & 1 deletion tests/affine-desktop-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.38.1",
"@playwright/test": "^1.39.0",
"@types/fs-extra": "^11.0.2",
"fs-extra": "^11.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions tests/affine-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.38.1",
"@playwright/test": "^1.39.0",
"@types/fs-extra": "^11.0.2",
"fs-extra": "^11.1.1",
"playwright": "^1.38.1"
"playwright": "^1.39.0"
},
"version": "0.10.0-canary.0"
}
2 changes: 1 addition & 1 deletion tests/affine-legacy/0.7.0-canary.18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@blocksuite/blocks": "0.0.0-20230926212737-6d4b1569-nightly",
"@blocksuite/global": "0.0.0-20230926212737-6d4b1569-nightly",
"@blocksuite/store": "0.0.0-20230926212737-6d4b1569-nightly",
"@playwright/test": "^1.38.1",
"@playwright/test": "^1.39.0",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
"serve": "^14.2.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/affine-legacy/0.8.0-canary.7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@blocksuite/blocks": "0.0.0-20230926212737-6d4b1569-nightly",
"@blocksuite/global": "0.0.0-20230926212737-6d4b1569-nightly",
"@blocksuite/store": "0.0.0-20230926212737-6d4b1569-nightly",
"@playwright/test": "^1.38.1",
"@playwright/test": "^1.39.0",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
"serve": "^14.2.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/affine-legacy/0.8.4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@blocksuite/blocks": "0.0.0-20230926212737-6d4b1569-nightly",
"@blocksuite/global": "0.0.0-20230926212737-6d4b1569-nightly",
"@blocksuite/store": "0.0.0-20230926212737-6d4b1569-nightly",
"@playwright/test": "^1.38.1",
"@playwright/test": "^1.39.0",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
"serve": "^14.2.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/affine-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.38.1"
"@playwright/test": "^1.39.0"
},
"version": "0.10.0-canary.0"
}
2 changes: 1 addition & 1 deletion tests/affine-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@blocksuite/blocks": "0.0.0-20230926212737-6d4b1569-nightly",
"@blocksuite/global": "0.0.0-20230926212737-6d4b1569-nightly",
"@blocksuite/store": "0.0.0-20230926212737-6d4b1569-nightly",
"@playwright/test": "^1.38.1"
"@playwright/test": "^1.39.0"
},
"version": "0.9.0-canary.13"
}
2 changes: 1 addition & 1 deletion tests/affine-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.38.1"
"@playwright/test": "^1.39.0"
},
"version": "0.10.0-canary.0"
}
2 changes: 1 addition & 1 deletion tests/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@node-rs/argon2": "^1.5.2",
"@playwright/test": "^1.38.1",
"@playwright/test": "^1.39.0",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1"
},
Expand Down
60 changes: 42 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ __metadata:
"@blocksuite/blocks": 0.0.0-20230926212737-6d4b1569-nightly
"@blocksuite/global": 0.0.0-20230926212737-6d4b1569-nightly
"@blocksuite/store": 0.0.0-20230926212737-6d4b1569-nightly
"@playwright/test": ^1.38.1
"@playwright/test": ^1.39.0
express: ^4.18.2
http-proxy-middleware: ^3.0.0-beta.1
serve: ^14.2.1
Expand All @@ -46,7 +46,7 @@ __metadata:
"@blocksuite/blocks": 0.0.0-20230926212737-6d4b1569-nightly
"@blocksuite/global": 0.0.0-20230926212737-6d4b1569-nightly
"@blocksuite/store": 0.0.0-20230926212737-6d4b1569-nightly
"@playwright/test": ^1.38.1
"@playwright/test": ^1.39.0
express: ^4.18.2
http-proxy-middleware: ^3.0.0-beta.1
serve: ^14.2.1
Expand All @@ -63,7 +63,7 @@ __metadata:
"@blocksuite/blocks": 0.0.0-20230926212737-6d4b1569-nightly
"@blocksuite/global": 0.0.0-20230926212737-6d4b1569-nightly
"@blocksuite/store": 0.0.0-20230926212737-6d4b1569-nightly
"@playwright/test": ^1.38.1
"@playwright/test": ^1.39.0
express: ^4.18.2
http-proxy-middleware: ^3.0.0-beta.1
serve: ^14.2.1
Expand All @@ -76,7 +76,7 @@ __metadata:
dependencies:
"@affine-test/fixtures": "workspace:*"
"@affine-test/kit": "workspace:*"
"@playwright/test": ^1.38.1
"@playwright/test": ^1.39.0
languageName: unknown
linkType: soft

Expand All @@ -86,7 +86,7 @@ __metadata:
dependencies:
"@affine-test/fixtures": "workspace:*"
"@affine-test/kit": "workspace:*"
"@playwright/test": ^1.38.1
"@playwright/test": ^1.39.0
"@types/fs-extra": ^11.0.2
fs-extra: ^11.1.1
languageName: unknown
Expand All @@ -98,10 +98,10 @@ __metadata:
dependencies:
"@affine-test/fixtures": "workspace:*"
"@affine-test/kit": "workspace:*"
"@playwright/test": ^1.38.1
"@playwright/test": ^1.39.0
"@types/fs-extra": ^11.0.2
fs-extra: ^11.1.1
playwright: ^1.38.1
playwright: ^1.39.0
languageName: unknown
linkType: soft

Expand All @@ -111,7 +111,7 @@ __metadata:
dependencies:
"@affine-test/fixtures": "workspace:*"
"@affine-test/kit": "workspace:*"
"@playwright/test": ^1.38.1
"@playwright/test": ^1.39.0
languageName: unknown
linkType: soft

Expand All @@ -125,7 +125,7 @@ __metadata:
"@blocksuite/blocks": 0.0.0-20230926212737-6d4b1569-nightly
"@blocksuite/global": 0.0.0-20230926212737-6d4b1569-nightly
"@blocksuite/store": 0.0.0-20230926212737-6d4b1569-nightly
"@playwright/test": ^1.38.1
"@playwright/test": ^1.39.0
languageName: unknown
linkType: soft

Expand All @@ -135,7 +135,7 @@ __metadata:
dependencies:
"@affine-test/fixtures": "workspace:*"
"@affine-test/kit": "workspace:*"
"@playwright/test": ^1.38.1
"@playwright/test": ^1.39.0
languageName: unknown
linkType: soft

Expand All @@ -150,7 +150,7 @@ __metadata:
resolution: "@affine-test/kit@workspace:tests/kit"
dependencies:
"@node-rs/argon2": ^1.5.2
"@playwright/test": ^1.38.1
"@playwright/test": ^1.39.0
express: ^4.18.2
http-proxy-middleware: ^3.0.0-beta.1
peerDependencies:
Expand Down Expand Up @@ -534,7 +534,7 @@ __metadata:
"@magic-works/i18n-codegen": ^0.5.0
"@nx/vite": 16.10.0
"@perfsee/sdk": ^1.9.0
"@playwright/test": ^1.38.1
"@playwright/test": ^1.39.0
"@taplo/cli": ^0.5.2
"@testing-library/react": ^14.0.0
"@toeverything/infra": "workspace:*"
Expand Down Expand Up @@ -8639,14 +8639,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:^1.38.1":
version: 1.38.1
resolution: "@playwright/test@npm:1.38.1"
"@playwright/test@npm:^1.39.0":
version: 1.39.0
resolution: "@playwright/test@npm:1.39.0"
dependencies:
playwright: 1.38.1
playwright: 1.39.0
bin:
playwright: cli.js
checksum: c5ec0b23261fe1ef163b6234f69263bc10e7e5a3fb676c7773ffc70b87459a7ab225f57c03b9de649475771638a04c2e00d9b2739304a4dcf5d3edf20a7a4a82
checksum: e93e58fc1af4239f239b890374f066c9a758e2492d25e2c1a532f3f00782ab8e7706956a07540fd14882c74e75f5de36273621adce9b79afb8e36e6c15f1d539
languageName: node
linkType: hard

Expand Down Expand Up @@ -28086,7 +28086,31 @@ __metadata:
languageName: node
linkType: hard

"playwright@npm:1.38.1, playwright@npm:^1.14.0, playwright@npm:^1.38.1":
"playwright-core@npm:1.39.0":
version: 1.39.0
resolution: "playwright-core@npm:1.39.0"
bin:
playwright-core: cli.js
checksum: 556e78dee4f9890facf2af8249972e0d6e01a5ae98737b0f6b0166c660a95ffee4cb79350335b1ef96430a0ef01d3669daae9099fa46c8d403d11c623988238b
languageName: node
linkType: hard

"playwright@npm:1.39.0, playwright@npm:^1.39.0":
version: 1.39.0
resolution: "playwright@npm:1.39.0"
dependencies:
fsevents: 2.3.2
playwright-core: 1.39.0
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 96d8ca5aa25465c1c5d554d0d6071981d55e22477800ff8f5d47a53ca75193d60ece2df538a01b7165b3277dd5493c67603a5acda713029df7fbd95ce2417bc9
languageName: node
linkType: hard

"playwright@npm:^1.14.0":
version: 1.38.1
resolution: "playwright@npm:1.38.1"
dependencies:
Expand Down

0 comments on commit 2e1e486

Please sign in to comment.