chore(deps): bump gatsby-image to 2.2.20

This commit is contained in:
Jean-Philippe Sirois
2019-09-23 17:42:58 -04:00
parent 7f46398771
commit aed6a470a3
2 changed files with 16 additions and 6 deletions
+15 -5
View File
@@ -8587,13 +8587,23 @@
}
},
"gatsby-image": {
"version": "2.2.8",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.8.tgz",
"integrity": "sha512-R0hc37xf03Bqi51TlRHuu6KB5sFiXzHx0tQotml8TeFXu1k5yvV13D8fHhlHCZQq5zJe4KHx0rGfAprzb4s1fA==",
"version": "2.2.20",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.20.tgz",
"integrity": "sha512-bf2YnqJLYmUnXkXjVF20I6x09rOJS3UrFKoWLvmsZUvYSunGjFda0SvE05nTFCc/7PGvlGhua/NZMNtXb5glmA==",
"requires": {
"@babel/runtime": "^7.0.0",
"@babel/runtime": "^7.6.0",
"object-fit-images": "^3.2.4",
"prop-types": "^15.6.1"
"prop-types": "^15.7.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.6.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz",
"integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==",
"requires": {
"regenerator-runtime": "^0.13.2"
}
}
}
},
"gatsby-link": {
+1 -1
View File
@@ -30,7 +30,7 @@
"dependencies": {
"@reach/router": "^1.2.1",
"gatsby": "^2.15.21",
"gatsby-image": "^2.2.8",
"gatsby-image": "^2.2.20",
"gatsby-plugin-layout": "^1.1.2",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-mdx": "^1.0.22",