Skip to content

Commit

Permalink
chore: fix issue with sharp package
Browse files Browse the repository at this point in the history
There is "munmap_chunk(): invalid pointer" error in CI. It does not happen on Mac ARM. Most probably
it is caused by multiple versions of "sharp" package installed. We met the same in silverback-mono
and fixed it with "resolutions".
  • Loading branch information
Leksat committed Jan 4, 2024
1 parent 5a195ba commit 8d30bf1
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 738 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"vitest": "^1.1.1"
},
"resolutions": {
"sharp": "0.33.1",
"eslint": "7",
"graphql": "16.8.1"
},
Expand Down
Loading

0 comments on commit 8d30bf1

Please sign in to comment.