Skip to content

Commit 65a6c99

Browse files
committed
Added resolutions to latest for sharp and gatsby-sharp to fix deploy errors
1 parent e35a09e commit 65a6c99

File tree

2 files changed

+366
-198
lines changed

2 files changed

+366
-198
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@
1212
"url": "https://github.com/icaraps"
1313
},
1414
"dependencies": {
15-
"@adobe/gatsby-theme-aio": "^4.9.12",
15+
"@adobe/gatsby-theme-aio": "^4.11.0",
1616
"gatsby": "4.22.0",
1717
"react": "^17.0.2",
1818
"react-dom": "^17.0.2"
1919
},
20+
"resolutions": {
21+
"sharp": "0.33.0",
22+
"gatsby-sharp": "1.12.0"
23+
},
2024
"scripts": {
2125
"start": "gatsby build && gatsby serve",
2226
"start:prefix": "gatsby build --prefix-paths && gatsby serve --prefix-paths",

0 commit comments

Comments
 (0)