Skip to content

Commit

Permalink
chore(deps): update dependency @types/sharp to ^0.31.1 (#37562)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 1, 2023
1 parent 9889611 commit e86d87c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@types/sharp": "^0.31.0",
"@types/sharp": "^0.31.1",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^3.6.0-next.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"types": "dist/index.d.ts",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-sharp#readme",
"dependencies": {
"@types/sharp": "^0.31.0",
"@types/sharp": "^0.31.1",
"sharp": "^0.31.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-shopify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@types/node": "^14.18.36",
"@types/node-fetch": "^2.6.2",
"@types/sharp": "^0.31.0",
"@types/sharp": "^0.31.1",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^3.6.0-next.1",
"msw": "^0.49.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@types/sharp": "^0.31.0",
"@types/sharp": "^0.31.1",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"@types/reach__router": "^1.3.11",
"@types/react-dom": "^18.0.10",
"@types/semver": "^7.3.13",
"@types/sharp": "^0.31.0",
"@types/sharp": "^0.31.1",
"@types/signal-exit": "^3.0.1",
"@types/string-similarity": "^4.0.0",
"@types/tmp": "^0.2.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4698,10 +4698,10 @@
dependencies:
"@types/node" "*"

"@types/sharp@^0.31.0":
version "0.31.0"
resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.31.0.tgz#c4af03a7e1d126f0d428a265e126fabd86ab6d0f"
integrity sha512-nwivOU101fYInCwdDcH/0/Ru6yIRXOpORx25ynEOc6/IakuCmjOAGpaO5VfUl4QkDtUC6hj+Z2eCQvgXOioknw==
"@types/sharp@^0.31.1":
version "0.31.1"
resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.31.1.tgz#db768461455dbcf9ff11d69277fd70564483c4df"
integrity sha512-5nWwamN9ZFHXaYEincMSuza8nNfOof8nmO+mcI+Agx1uMUk4/pQnNIcix+9rLPXzKrm1pS34+6WRDbDV0Jn7ag==
dependencies:
"@types/node" "*"

Expand Down

0 comments on commit e86d87c

Please sign in to comment.