File tree Expand file tree Collapse file tree 3 files changed +569
-412
lines changed Expand file tree Collapse file tree 3 files changed +569
-412
lines changed Original file line number Diff line number Diff line change 7
7
publish = " .next"
8
8
9
9
# Default build command.
10
- command = " yarn add sharp --ignore-engines && yarn build"
10
+ command = " yarn build"
11
11
12
12
[build .environment ]
13
13
NEXT_FORCE_EDGE_IMAGES =" true"
Original file line number Diff line number Diff line change 67
67
"@storybook/addon-essentials" : " 8.1.10" ,
68
68
"@storybook/addon-interactions" : " 8.1.10" ,
69
69
"@storybook/addon-links" : " 8.1.10" ,
70
- "@storybook/nextjs" : " 8.1.10" ,
70
+ "@storybook/nextjs" : " ^ 8.1.10" ,
71
71
"@storybook/react" : " 8.1.10" ,
72
72
"@storybook/test" : " 8.1.10" ,
73
73
"@svgr/webpack" : " ^8.1.0" ,
98
98
"unist-util-visit" : " ^5.0.0"
99
99
},
100
100
"resolutions" : {
101
- "jackspeak" : " 2.1.1"
101
+ "jackspeak" : " 2.1.1" ,
102
+ "sharp" : " 0.32.6"
102
103
}
103
104
}
You can’t perform that action at this time.
0 commit comments