Skip to content

Commit

Permalink
Added resolutions to latest for sharp and gatsby-sharp to fix deploy …
Browse files Browse the repository at this point in the history
…errors
  • Loading branch information
dmitrymatio committed Dec 14, 2023
1 parent e35a09e commit 65a6c99
Show file tree
Hide file tree
Showing 2 changed files with 366 additions and 198 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@
"url": "https://github.com/icaraps"
},
"dependencies": {
"@adobe/gatsby-theme-aio": "^4.9.12",
"@adobe/gatsby-theme-aio": "^4.11.0",
"gatsby": "4.22.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"resolutions": {
"sharp": "0.33.0",
"gatsby-sharp": "1.12.0"
},
"scripts": {
"start": "gatsby build && gatsby serve",
"start:prefix": "gatsby build --prefix-paths && gatsby serve --prefix-paths",
Expand Down

0 comments on commit 65a6c99

Please sign in to comment.