Skip to content

Commit 844bc44

Browse files
authored
deps: fix install on Node 22.14+ by updating canvas et al (#132)
- a `napi-build-utils` bug caused a bug in `prebuild-install` which causes `canvas` to fail to fetch prebuilds (and CI to partially fail) during installation of `canvas` on Node 22.14+ - update the patch in the lockfile - while at it, bump `canvas` too to a newer version with less deps
1 parent a24396c commit 844bc44

File tree

2 files changed

+28
-88
lines changed

2 files changed

+28
-88
lines changed

package-lock.json

+27-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@testing-library/react": "^16.1.0",
100100
"@types/prop-types": "^15.7.3",
101101
"@types/react": "^19.0.2",
102-
"canvas": "^3.0.0",
102+
"canvas": "^3.1.0",
103103
"concurrently": "^9.1.2",
104104
"jest": "^29.7.0",
105105
"jest-config": "^29.7.0",

0 commit comments

Comments
 (0)