Skip to content

Commit d75419a

Browse files
authored
Merge pull request #13221 from ethereum/downgrade-sharp
Force to use sharp v0.32
2 parents c8951e2 + 22dc1ef commit d75419a

File tree

3 files changed

+569
-412
lines changed

3 files changed

+569
-412
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
publish = ".next"
88

99
# Default build command.
10-
command = "yarn add sharp --ignore-engines && yarn build"
10+
command = "yarn build"
1111

1212
[build.environment]
1313
NEXT_FORCE_EDGE_IMAGES="true"

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@storybook/addon-essentials": "8.1.10",
6868
"@storybook/addon-interactions": "8.1.10",
6969
"@storybook/addon-links": "8.1.10",
70-
"@storybook/nextjs": "8.1.10",
70+
"@storybook/nextjs": "^8.1.10",
7171
"@storybook/react": "8.1.10",
7272
"@storybook/test": "8.1.10",
7373
"@svgr/webpack": "^8.1.0",
@@ -98,6 +98,7 @@
9898
"unist-util-visit": "^5.0.0"
9999
},
100100
"resolutions": {
101-
"jackspeak": "2.1.1"
101+
"jackspeak": "2.1.1",
102+
"sharp": "0.32.6"
102103
}
103104
}

0 commit comments

Comments
 (0)