Skip to content

Commit

Permalink
fix: add missing dependencies (#28759)
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz authored Jan 19, 2022
1 parent 42ed5ef commit d20c97b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"semver": "^7.3.5",
"sharp": "^0.29.3",
"svgo": "1.3.2",
"uuid": "3.4.0"
"uuid": "3.4.0",
"debug": "^4.3.1"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
Expand Down
3 changes: 2 additions & 1 deletion packages/gatsby-react-router-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4"
"@babel/runtime": "^7.15.4",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
Expand Down

0 comments on commit d20c97b

Please sign in to comment.