We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35a09e commit 65a6c99Copy full SHA for 65a6c99
package.json
@@ -12,11 +12,15 @@
12
"url": "https://github.com/icaraps"
13
},
14
"dependencies": {
15
- "@adobe/gatsby-theme-aio": "^4.9.12",
+ "@adobe/gatsby-theme-aio": "^4.11.0",
16
"gatsby": "4.22.0",
17
"react": "^17.0.2",
18
"react-dom": "^17.0.2"
19
20
+ "resolutions": {
21
+ "sharp": "0.33.0",
22
+ "gatsby-sharp": "1.12.0"
23
+ },
24
"scripts": {
25
"start": "gatsby build && gatsby serve",
26
"start:prefix": "gatsby build --prefix-paths && gatsby serve --prefix-paths",
0 commit comments