Skip to content

Commit

Permalink
update package.json deps breaking deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Jan 30, 2024
1 parent 8cc9b42 commit aef4d8b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
{
"private": true,
"name": "adobe-developer-app-builder",
"version": "1.0.0",
"version": "1.1.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/AdobeDocs/adobe-developer-app-builder"
},
"dependencies": {
"@adobe/gatsby-theme-aio": "4.10.4",
"@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 aef4d8b

Please sign in to comment.