mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 23:43:57 +02:00
chore(deps): bump gatsby-image to 2.2.36
This commit is contained in:
Generated
+14
-4
@@ -10159,13 +10159,23 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-image": {
|
"gatsby-image": {
|
||||||
"version": "2.2.33",
|
"version": "2.2.36",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.33.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.36.tgz",
|
||||||
"integrity": "sha512-Mt8l7DXeXuqIwiYefcvOK1awzs4ofE5y3qW1Pmk/IA8AFTNqwDBsu2ZqxxCfbGoyUXVuXNvDArq1QGMJel7eqQ==",
|
"integrity": "sha512-a5a/+busxSnKUWdZuWvCrMybLpHS6czK2Ltrt2Xa6ZIkGL/bZU4KR6t5ku8iO91Q0u32ss81WA2JwUCcctVDdA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.7.2",
|
"@babel/runtime": "^7.7.6",
|
||||||
"object-fit-images": "^3.2.4",
|
"object-fit-images": "^3.2.4",
|
||||||
"prop-types": "^15.7.2"
|
"prop-types": "^15.7.2"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/runtime": {
|
||||||
|
"version": "7.7.6",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.6.tgz",
|
||||||
|
"integrity": "sha512-BWAJxpNVa0QlE5gZdWjSxXtemZyZ9RmrmVozxt3NUXeZhVIJ5ANyqmMc0JDrivBZyxUuQvFxlvH4OWWOogGfUw==",
|
||||||
|
"requires": {
|
||||||
|
"regenerator-runtime": "^0.13.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-link": {
|
"gatsby-link": {
|
||||||
|
|||||||
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@reach/router": "^1.2.1",
|
"@reach/router": "^1.2.1",
|
||||||
"gatsby": "^2.18.12",
|
"gatsby": "^2.18.12",
|
||||||
"gatsby-image": "^2.2.33",
|
"gatsby-image": "^2.2.36",
|
||||||
"gatsby-plugin-layout": "^1.1.15",
|
"gatsby-plugin-layout": "^1.1.15",
|
||||||
"gatsby-plugin-manifest": "^2.2.29",
|
"gatsby-plugin-manifest": "^2.2.29",
|
||||||
"gatsby-plugin-mdx": "^1.0.57",
|
"gatsby-plugin-mdx": "^1.0.57",
|
||||||
|
|||||||
Reference in New Issue
Block a user