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 42ed5ef commit d20c97bCopy full SHA for d20c97b
packages/gatsby-plugin-sharp/package.json
@@ -24,7 +24,8 @@
24
"semver": "^7.3.5",
25
"sharp": "^0.29.3",
26
"svgo": "1.3.2",
27
- "uuid": "3.4.0"
+ "uuid": "3.4.0",
28
+ "debug": "^4.3.1"
29
},
30
"devDependencies": {
31
"@babel/cli": "^7.15.4",
packages/gatsby-react-router-scroll/package.json
@@ -7,7 +7,8 @@
7
"url": "https://github.com/gatsbyjs/gatsby/issues"
8
9
"dependencies": {
10
- "@babel/runtime": "^7.15.4"
+ "@babel/runtime": "^7.15.4",
11
+ "prop-types": "^15.7.2"
12
13
14
0 commit comments