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

This commit is contained in:
Jean-Philippe Sirois
2020-05-11 02:06:13 -04:00
parent 031c55061f
commit 4b9718453d
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -10978,11 +10978,21 @@
}
},
"gatsby-plugin-layout": {
"version": "1.1.23",
"resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.23.tgz",
"integrity": "sha512-2nmV0o64EKUR3YqslWv+1ZhvT139NwCPHLN46uyek7ofzWyBtl2bXpnQ1d2LoYeljgEDrPIWpuIS0EzKCJG4nA==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.3.1.tgz",
"integrity": "sha512-bfZ31+Fm+pHMtsLBQ3oFa2dwiS8b2fo3xagxY8IK3R2GAqH7dSo/cepAELGrabpYtE4YyfVZ77nsMLyGzZyOng==",
"requires": {
"@babel/runtime": "^7.7.6"
"@babel/runtime": "^7.9.6"
},
"dependencies": {
"@babel/runtime": {
"version": "7.9.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz",
"integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"gatsby-plugin-manifest": {
+1 -1
View File
@@ -31,7 +31,7 @@
"@reach/router": "^1.3.3",
"classnames": "^2.2.6",
"gatsby": "^2.21.21",
"gatsby-plugin-layout": "^1.1.23",
"gatsby-plugin-layout": "^1.3.1",
"gatsby-plugin-manifest": "^2.2.45",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.23",