mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
chore(deps): bump gatsby-plugin-layout to 1.6.0
This commit is contained in:
Generated
+14
-4
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user