chore(deps): bump gatsby-image to 2.2.29

This commit is contained in:
Jean-Philippe Sirois
2019-10-23 11:27:07 -04:00
parent 6d952ce510
commit af947b809d
2 changed files with 5 additions and 15 deletions
+4 -14
View File
@@ -9003,23 +9003,13 @@
}
},
"gatsby-image": {
"version": "2.2.24",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.24.tgz",
"integrity": "sha512-K2ejKEe6WE7IJ1WkihFmCsKFgqjIvQkGhk/ztv2H/A+5YyQg0H+qH1RPBH5UsThMK1XRp4zx9xOTE0r00HS1sA==",
"version": "2.2.29",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.29.tgz",
"integrity": "sha512-QpF5EBE6N0E13FyencBTmYopFEqb30MYlY7eFNvN7dAOSa6Nl218ey92xYo8b0L8uCPcAaD/uTiNK4WPXxc6DA==",
"requires": {
"@babel/runtime": "^7.6.2",
"@babel/runtime": "^7.6.3",
"object-fit-images": "^3.2.4",
"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.17.2",
"gatsby-image": "^2.2.24",
"gatsby-image": "^2.2.29",
"gatsby-plugin-layout": "^1.1.10",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-mdx": "^1.0.49",