Skip to content

Commit

Permalink
fix: override puppeteer version and fix screenshots (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Nov 26, 2024
1 parent 3552c88 commit dddfb24
Show file tree
Hide file tree
Showing 15 changed files with 99 additions and 390 deletions.
479 changes: 90 additions & 389 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@octokit/rest": "^18.0.0",
"@patternfly/documentation-framework": "^6.0.0-alpha.121",
"@patternfly/documentation-framework": "^6.0.6",
"@patternfly/patternfly": "^6.0.0",
"@patternfly/react-icons": "^6.0.0",
"@swc/core": "1.3.96",
Expand Down Expand Up @@ -85,6 +85,10 @@
"wait-on": "^7.2.0",
"whatwg-fetch": "^3.6.20"
},
"overrides": {
"puppeteer": "^23.6.1",
"puppeteer-cluster": "^0.24.0"
},
"dependencies": {
"dompurify": "^3.2.0",
"react-dropzone": "^14.2.3"
Expand Down
4 changes: 4 additions & 0 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,9 @@
"victory-cursor-container": "^37.1.1",
"victory-tooltip": "^37.1.1",
"victory-bar": "^37.1.1"
},
"overrides": {
"puppeteer": "^23.6.1",
"puppeteer-cluster": "^0.24.0"
}
}
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dddfb24

Please sign in to comment.