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

This commit is contained in:
Jean-Philippe Sirois
2020-12-03 13:44:44 -05:00
parent 226474c363
commit 7f8f4f5b6b
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -13787,11 +13787,21 @@
}
},
"gatsby-plugin-layout": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.3.2.tgz",
"integrity": "sha512-/oc7iJLBjXOs3r3deBUN3YfPZwajvB+18sXjXE25dj7kWHn5qJkCHlLwgfbveLVSuLUxC8ftT31xYMuWc3X3KQ==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.6.0.tgz",
"integrity": "sha512-KuMKXNJWF5dbfrW72u+chbmhpyamjl8JlxOo8jSXucbGLqZqBxFsAPnmvRW8TqDKqYjnU1uB1qPtO7vTD2rZDA==",
"requires": {
"@babel/runtime": "^7.9.6"
"@babel/runtime": "^7.12.5"
},
"dependencies": {
"@babel/runtime": {
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"gatsby-plugin-manifest": {
+1 -1
View File
@@ -36,7 +36,7 @@
"@reach/router": "^1.3.4",
"classnames": "^2.2.6",
"gatsby": "^2.28.0",
"gatsby-plugin-layout": "^1.3.2",
"gatsby-plugin-layout": "^1.6.0",
"gatsby-plugin-manifest": "^2.4.9",
"gatsby-plugin-mdx": "^1.2.16",
"gatsby-plugin-polished": "^1.0.4",