Skip to content

Commit

Permalink
Merge pull request #194 from AdobeDocs/develop
Browse files Browse the repository at this point in the history
Fixed the code snippet issue.
  • Loading branch information
adityaganotra authored Jan 3, 2024
2 parents e3e91a6 + b00a107 commit c40e730
Show file tree
Hide file tree
Showing 16 changed files with 1,200 additions and 55 deletions.
578 changes: 551 additions & 27 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@
"url": "https://github.com/icaraps"
},
"dependencies": {
"@adobe/gatsby-theme-aio": "4.9.7",
"@adobe/gatsby-theme-aio": "^4.11.0",
"gatsby": "4.22.0",
"lottie-web": "^5.9.4",
"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 c40e730

Please sign in to comment.