Skip to content

Commit

Permalink
Merge pull request #188 from ycu-engine/dependabot/npm_and_yarn/gatsb…
Browse files Browse the repository at this point in the history
…y-plugin-image-1.1.0

Bump gatsby-plugin-image from 1.0.1 to 1.1.0
  • Loading branch information
YutaUra authored Mar 17, 2021
2 parents c0f1f4f + 967ed18 commit 7f93134
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-google-gtag": "^3.0.0",
"gatsby-plugin-graphql-codegen": "^2.7.1",
"gatsby-plugin-image": "^1.0.1",
"gatsby-plugin-image": "^1.1.0",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-mdx": "^2.0.1",
"gatsby-plugin-postcss": "^4.0.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3543,10 +3543,10 @@ babel-plugin-polyfill-regenerator@^0.1.2:
dependencies:
"@babel/helper-define-polyfill-provider" "^0.1.5"

babel-plugin-remove-graphql-queries@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.0.0.tgz#b5c4e5e29b3bd2110b55a36d5b9076da15b5805e"
integrity sha512-eKyztf9FDm4U+aEojPXKlYbE0VM4L2fxU+xHAn21lx13ZR7jT+N5qQNeZk+wR7I/NzwFBy1nuHFui4oXa/Kr0A==
babel-plugin-remove-graphql-queries@^3.0.0, babel-plugin-remove-graphql-queries@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.1.0.tgz#03e80d40da51c0240e0e9296e7788c25cca284c0"
integrity sha512-SRQLdxRg74aO8YWi/asxE31qn9bzPzSk28mJ6tHoT7U3Y2VPWhTVCLRXALLlRZEYFyLI4RJKSMT6LdKzN9a79Q==

babel-plugin-syntax-jsx@^6.18.0:
version "6.18.0"
Expand Down Expand Up @@ -7057,20 +7057,20 @@ gatsby-plugin-graphql-codegen@^2.7.1:
fs-extra "^7.0.1"
lodash.debounce "^4.0.8"

gatsby-plugin-image@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-1.0.1.tgz#b2b46ec7b2203c05b3511e1440100bcd3d2af68a"
integrity sha512-Aa8CV+bt5kboHDWPaZZ9OWDDnlZp7Ut+cx5nMfoXAq5fPgAFtausiLzyBfsYcikjZxgYIc4VBXaUJoi0I7sjTA==
gatsby-plugin-image@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-1.1.0.tgz#cf7538385ad9c80418529024ad35e2c1f7a919ac"
integrity sha512-r/nsdznnFp8Rz/gLuCKnbHl8cPHdQW6mYh3PVGXgdF9cI6CiJd9kYSs6zCFtrsl+FxMcW3VDY7h4F/1OTwh9kQ==
dependencies:
"@babel/parser" "^7.12.5"
"@babel/traverse" "^7.12.5"
babel-jsx-utils "^1.0.1"
babel-plugin-remove-graphql-queries "^3.0.0"
babel-plugin-remove-graphql-queries "^3.1.0"
camelcase "^5.3.1"
chokidar "^3.5.1"
common-tags "^1.8.0"
fs-extra "^8.1.0"
gatsby-core-utils "^2.0.0"
gatsby-core-utils "^2.1.0"
objectFitPolyfill "^2.3.0"
prop-types "^15.7.2"

Expand Down

0 comments on commit 7f93134

Please sign in to comment.