mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
chore(deps): bump gatsby-image to 2.2.33
This commit is contained in:
Generated
+14
-4
@@ -9784,13 +9784,23 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-image": {
|
"gatsby-image": {
|
||||||
"version": "2.2.29",
|
"version": "2.2.33",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.29.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.33.tgz",
|
||||||
"integrity": "sha512-QpF5EBE6N0E13FyencBTmYopFEqb30MYlY7eFNvN7dAOSa6Nl218ey92xYo8b0L8uCPcAaD/uTiNK4WPXxc6DA==",
|
"integrity": "sha512-Mt8l7DXeXuqIwiYefcvOK1awzs4ofE5y3qW1Pmk/IA8AFTNqwDBsu2ZqxxCfbGoyUXVuXNvDArq1QGMJel7eqQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.6.3",
|
"@babel/runtime": "^7.7.2",
|
||||||
"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.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz",
|
||||||
|
"integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==",
|
||||||
|
"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.1",
|
"gatsby": "^2.18.1",
|
||||||
"gatsby-image": "^2.2.29",
|
"gatsby-image": "^2.2.33",
|
||||||
"gatsby-plugin-layout": "^1.1.13",
|
"gatsby-plugin-layout": "^1.1.13",
|
||||||
"gatsby-plugin-manifest": "^2.2.23",
|
"gatsby-plugin-manifest": "^2.2.23",
|
||||||
"gatsby-plugin-mdx": "^1.0.53",
|
"gatsby-plugin-mdx": "^1.0.53",
|
||||||
|
|||||||
Reference in New Issue
Block a user