Skip to content

Commit 38c89ba

Browse files
committed
Use oldest playwright that supports Ubuntu 24 and ignore its ts errors
1 parent 5ea364b commit 38c89ba

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/haddock3-download/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react-dom": "^17.0.0"
1919
},
2020
"devDependencies": {
21-
"@playwright/test": "^1.58.2",
21+
"@playwright/test": "^1.45.0",
2222
"@types/adm-zip": "^0.5.0",
2323
"@types/node": "16",
2424
"@types/react": "^17.0.0",

apps/haddock3-download/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"useDefineForClassFields": true,
55
"lib": ["DOM", "DOM.Iterable", "ESNext"],
66
"allowJs": false,
7-
"skipLibCheck": false,
7+
"skipLibCheck": true,
88
"esModuleInterop": false,
99
"allowSyntheticDefaultImports": true,
1010
"strict": true,

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,7 @@ __metadata:
22562256
resolution: "@i-vresse/haddock3-config-builder-download@workspace:apps/haddock3-download"
22572257
dependencies:
22582258
"@i-vresse/wb-core": "workspace:^"
2259-
"@playwright/test": ^1.58.2
2259+
"@playwright/test": ^1.45.0
22602260
"@types/adm-zip": ^0.5.0
22612261
"@types/node": 16
22622262
"@types/react": ^17.0.0
@@ -2761,7 +2761,7 @@ __metadata:
27612761
languageName: node
27622762
linkType: hard
27632763

2764-
"@playwright/test@npm:^1.58.2":
2764+
"@playwright/test@npm:^1.45.0":
27652765
version: 1.58.2
27662766
resolution: "@playwright/test@npm:1.58.2"
27672767
dependencies:

0 commit comments

Comments
 (0)