mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 16:06:13 +02:00
chore(deps): bump gatsby-plugin-layout to 1.3.1
This commit is contained in:
Generated
+14
-4
@@ -10978,11 +10978,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-plugin-layout": {
|
"gatsby-plugin-layout": {
|
||||||
"version": "1.1.23",
|
"version": "1.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.1.23.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.3.1.tgz",
|
||||||
"integrity": "sha512-2nmV0o64EKUR3YqslWv+1ZhvT139NwCPHLN46uyek7ofzWyBtl2bXpnQ1d2LoYeljgEDrPIWpuIS0EzKCJG4nA==",
|
"integrity": "sha512-bfZ31+Fm+pHMtsLBQ3oFa2dwiS8b2fo3xagxY8IK3R2GAqH7dSo/cepAELGrabpYtE4YyfVZ77nsMLyGzZyOng==",
|
||||||
"requires": {
|
"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": {
|
"gatsby-plugin-manifest": {
|
||||||
|
|||||||
+1
-1
@@ -31,7 +31,7 @@
|
|||||||
"@reach/router": "^1.3.3",
|
"@reach/router": "^1.3.3",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"gatsby": "^2.21.21",
|
"gatsby": "^2.21.21",
|
||||||
"gatsby-plugin-layout": "^1.1.23",
|
"gatsby-plugin-layout": "^1.3.1",
|
||||||
"gatsby-plugin-manifest": "^2.2.45",
|
"gatsby-plugin-manifest": "^2.2.45",
|
||||||
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
|
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
|
||||||
"gatsby-plugin-react-helmet": "^3.1.23",
|
"gatsby-plugin-react-helmet": "^3.1.23",
|
||||||
|
|||||||
Reference in New Issue
Block a user