Bump gatsby-plugin-image from 1.8.0 to 1.9.0 in /packages/website
Bumps [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-image/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@1.9.0/packages/gatsby-plugin-image) --- updated-dependencies: - dependency-name: gatsby-plugin-image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8183130806
commit
5d08f45c45
|
@ -21,7 +21,7 @@
|
|||
"gatsby": "^3.9.0",
|
||||
"gatsby-background-image": "^1.5.3",
|
||||
"gatsby-image": "^3.9.0",
|
||||
"gatsby-plugin-image": "^1.8.0",
|
||||
"gatsby-plugin-image": "^1.9.0",
|
||||
"gatsby-plugin-manifest": "^3.9.0",
|
||||
"gatsby-plugin-matomo": "^0.10.0",
|
||||
"gatsby-plugin-offline": "^4.9.0",
|
||||
|
@ -11841,20 +11841,20 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-image": {
|
||||
"version": "1.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.8.0.tgz",
|
||||
"integrity": "sha512-nE7VAjhoKlAEtiBmDYo7PFsr4InyrKaHg47ou2b3PG++JiZQRkeVYDq1qeBPmbjh0DA93KMVOheIlc1NuVZvAQ==",
|
||||
"version": "1.9.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.9.0.tgz",
|
||||
"integrity": "sha512-MxqXsgMpAfzm2HhySlv1enojy15BkAhm96tiVPkSO7BMiufm6eS9VvIu+eJ4cthCdJztOcYlzTlWNCI+whEUPg==",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.14.0",
|
||||
"@babel/parser": "^7.14.0",
|
||||
"@babel/traverse": "^7.14.0",
|
||||
"babel-jsx-utils": "^1.1.0",
|
||||
"babel-plugin-remove-graphql-queries": "^3.8.0",
|
||||
"babel-plugin-remove-graphql-queries": "^3.9.0",
|
||||
"camelcase": "^5.3.1",
|
||||
"chokidar": "^3.5.1",
|
||||
"common-tags": "^1.8.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gatsby-core-utils": "^2.8.0",
|
||||
"gatsby-core-utils": "^2.9.0",
|
||||
"objectFitPolyfill": "^2.3.0",
|
||||
"prop-types": "^15.7.2"
|
||||
},
|
||||
|
@ -37392,20 +37392,20 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-image": {
|
||||
"version": "1.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.8.0.tgz",
|
||||
"integrity": "sha512-nE7VAjhoKlAEtiBmDYo7PFsr4InyrKaHg47ou2b3PG++JiZQRkeVYDq1qeBPmbjh0DA93KMVOheIlc1NuVZvAQ==",
|
||||
"version": "1.9.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-1.9.0.tgz",
|
||||
"integrity": "sha512-MxqXsgMpAfzm2HhySlv1enojy15BkAhm96tiVPkSO7BMiufm6eS9VvIu+eJ4cthCdJztOcYlzTlWNCI+whEUPg==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.14.0",
|
||||
"@babel/parser": "^7.14.0",
|
||||
"@babel/traverse": "^7.14.0",
|
||||
"babel-jsx-utils": "^1.1.0",
|
||||
"babel-plugin-remove-graphql-queries": "^3.8.0",
|
||||
"babel-plugin-remove-graphql-queries": "^3.9.0",
|
||||
"camelcase": "^5.3.1",
|
||||
"chokidar": "^3.5.1",
|
||||
"common-tags": "^1.8.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gatsby-core-utils": "^2.8.0",
|
||||
"gatsby-core-utils": "^2.9.0",
|
||||
"objectFitPolyfill": "^2.3.0",
|
||||
"prop-types": "^15.7.2"
|
||||
},
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"gatsby": "^3.9.0",
|
||||
"gatsby-background-image": "^1.5.3",
|
||||
"gatsby-image": "^3.9.0",
|
||||
"gatsby-plugin-image": "^1.8.0",
|
||||
"gatsby-plugin-image": "^1.9.0",
|
||||
"gatsby-plugin-manifest": "^3.9.0",
|
||||
"gatsby-plugin-matomo": "^0.10.0",
|
||||
"gatsby-plugin-offline": "^4.9.0",
|
||||
|
|
Reference in New Issue