chore(deps): bump gatsby-plugin-layout to 1.1.8

This commit is contained in:
Jean-Philippe Sirois
2019-09-23 17:43:38 -04:00
parent aed6a470a3
commit b68e683bcc
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -8755,11 +8755,21 @@
}
},
"gatsby-plugin-layout": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.2.tgz",
"integrity": "sha512-nXtF5SJbx+qcSQBXLnpq3YeaPN0LEbkkH3HOJcoFfynzY0cKH4o09+IO3WGxoV/XLBjcxc3OxZFwBqQaeL6Keg==",
"version": "1.1.8",
"resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.8.tgz",
"integrity": "sha512-NbCjp3ONr+NcUrXGv/70ax82ZXpQqMLzI5A8n0T0f6FOXUqigpmuUWH2LnK+Fe9Kpl3n3renBLbtM/3R2LQlig==",
"requires": {
"@babel/runtime": "^7.0.0"
"@babel/runtime": "^7.6.0"
},
"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-plugin-manifest": {
+1 -1
View File
@@ -31,7 +31,7 @@
"@reach/router": "^1.2.1",
"gatsby": "^2.15.21",
"gatsby-image": "^2.2.20",
"gatsby-plugin-layout": "^1.1.2",
"gatsby-plugin-layout": "^1.1.8",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-mdx": "^1.0.22",
"gatsby-plugin-offline": "^2.2.4",