Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gigazelle committed Jan 18, 2024
1 parent 25bcb8a commit 2573b68
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 195 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/gigazelle"
},
"dependencies": {
"@adobe/gatsby-theme-aio": "^4.10.7",
"@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
Loading

0 comments on commit 2573b68

Please sign in to comment.