Skip to content

Commit 776f29a

Browse files
authored
Merge pull request #2455 from kleros/fix/broken-canvas-optional-dep
fix: broken-canvas-optional-dep
2 parents 6365842 + bcc5b8d commit 776f29a

2 files changed

Lines changed: 126 additions & 129 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
"@graphprotocol/graph-cli/glob": "^11.1.0",
8484
"@graphprotocol/graph-cli/immutable": "^5.1.5",
8585
"@graphprotocol/graph-cli/undici": "^7.24.0",
86-
"picomatch": "^4.0.4"
86+
"picomatch": "^4.0.4",
87+
"react-pdf": "npm:9.2.1"
8788
},
8889
"scripts": {
8990
"check-prerequisites": "scripts/check-prerequisites.sh",

0 commit comments

Comments
 (0)