-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
important: update sharp to latest and remove resolution override from…
… package.json and Dockerfile
- Loading branch information
Showing
3 changed files
with
154 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,6 @@ FROM base AS build | |
COPY package.json yarn.lock ./ | ||
RUN yarn install --frozen-lockfile | ||
|
||
# override sharp 0.32.6 with 0.33.3, fails without this | ||
RUN yarn remove sharp | ||
RUN yarn add --ignore-engines [email protected] | ||
|
||
COPY . . | ||
|
||
ARG ARG_SITE_URL_ARM64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ | |
"react-grid-gallery": "^1.0.1", | ||
"react-image-lightbox": "^5.1.4", | ||
"reading-time": "^1.5.0", | ||
"sharp": "0.32.6", | ||
"sharp": "0.33.5", | ||
"tailwind-clip-path": "^1.0.0", | ||
"tailwind-merge": "^2.5.5", | ||
"zod": "^3.23.4" | ||
|
@@ -85,9 +85,6 @@ | |
"tailwindcss": "^3.4.15", | ||
"typescript": "^5.7.2" | ||
}, | ||
"resolutions": { | ||
"sharp": "0.32.6" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=v22.9.0" | ||
|
Oops, something went wrong.