Skip to content

Commit

Permalink
fix(deps): downgrade playwright
Browse files Browse the repository at this point in the history
error in vercel CI: undefined symbol: cupsUserAgent
  • Loading branch information
kxxt committed Nov 8, 2024
1 parent 05c0ab4 commit 6e47e84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"husky": ">=9",
"lint-staged": ">=15",
"node-gyp": "^10.2.0",
"playwright": "^1.48.2",
"playwright": "1.37.1",
"prettier": "^3.3.3",
"sass": "^1.80.6",
"typescript": "^5.6.3",
Expand Down
43 changes: 10 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10046,16 +10046,6 @@ __metadata:
languageName: node
linkType: hard

"fsevents@npm:2.3.2":
version: 2.3.2
resolution: "fsevents@npm:2.3.2"
dependencies:
node-gyp: "npm:latest"
checksum: be78a3efa3e181cda3cf7a4637cb527bcebb0bd0ea0440105a3bb45b86f9245b307dc10a2507e8f4498a7d4ec349d1910f4d73e4d4495b16103106e07eee735b
conditions: os=darwin
languageName: node
linkType: hard

"fsevents@npm:~2.3.2":
version: 2.3.3
resolution: "fsevents@npm:2.3.3"
Expand All @@ -10066,15 +10056,6 @@ __metadata:
languageName: node
linkType: hard

"fsevents@patch:fsevents@npm%3A2.3.2#optional!builtin<compat/fsevents>":
version: 2.3.2
resolution: "fsevents@patch:fsevents@npm%3A2.3.2#optional!builtin<compat/fsevents>::version=2.3.2&hash=df0bf1"
dependencies:
node-gyp: "npm:latest"
conditions: os=darwin
languageName: node
linkType: hard

"fsevents@patch:fsevents@npm%3A~2.3.2#optional!builtin<compat/fsevents>":
version: 2.3.3
resolution: "fsevents@patch:fsevents@npm%3A2.3.3#optional!builtin<compat/fsevents>::version=2.3.3&hash=df0bf1"
Expand Down Expand Up @@ -13477,7 +13458,7 @@ __metadata:
lodash: "npm:^4.17.21"
material-design-color: "npm:^2.3.2"
node-gyp: "npm:^10.2.0"
playwright: "npm:^1.48.2"
playwright: "npm:1.37.1"
prettier: "npm:^3.3.3"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
Expand Down Expand Up @@ -17212,27 +17193,23 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.48.2":
version: 1.48.2
resolution: "playwright-core@npm:1.48.2"
"playwright-core@npm:1.37.1":
version: 1.37.1
resolution: "playwright-core@npm:1.37.1"
bin:
playwright-core: cli.js
checksum: 511da53d9df01fec5e5798915c68e7d1574890a504d1aae05430bf538d0080efa8db86e3dafdcd450f084ce7622f6bbede23ca52e798bfc4c3b3ea8da52a51f5
checksum: 3eddeb05569a2aa54375bcc4955fe2e497865481cd523cdaa095d7695b1ea48f3f34438cc652e4a9096e1d7b2c47e29776713a4730c171f6186805866a0aa53b
languageName: node
linkType: hard

"playwright@npm:^1.48.2":
version: 1.48.2
resolution: "playwright@npm:1.48.2"
"playwright@npm:1.37.1":
version: 1.37.1
resolution: "playwright@npm:1.37.1"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.48.2"
dependenciesMeta:
fsevents:
optional: true
playwright-core: "npm:1.37.1"
bin:
playwright: cli.js
checksum: ecde4ee4767556868b24d7700f3502692a3cb14c8ef127052b51b48833ffcce80942954fb188a9b72505122b48b1b625d1bb486721e1c4f2e980215328ba1ad5
checksum: 9c67940219b2eed31f5e4058224a35a99d17e68a42e618a29248077a73ae449ee2eb9500541c2a5ce8ee3c622158535d2064a80af88aacdb6d2faa70c8a97eb6
languageName: node
linkType: hard

Expand Down

0 comments on commit 6e47e84

Please sign in to comment.