Skip to content

Commit

Permalink
chore(deps): update sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 1, 2022
1 parent 160bbf0 commit 651b84f
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 556 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-manifest/package.json
Expand Up @@ -11,7 +11,7 @@
"gatsby-core-utils": "^3.16.0-next.0",
"gatsby-plugin-utils": "^3.10.0-next.1",
"semver": "^7.3.7",
"sharp": "^0.30.3"
"sharp": "^0.30.6"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
Expand Up @@ -23,13 +23,13 @@
"probe-image-size": "^7.2.3",
"progress": "^2.0.3",
"semver": "^7.3.7",
"sharp": "^0.30.3",
"sharp": "^0.30.6",
"svgo": "1.3.2"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@types/sharp": "^0.30.0",
"@types/sharp": "^0.30.2",
"babel-preset-gatsby-package": "^2.16.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^2.16.0-next.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images-contentful/package.json
Expand Up @@ -22,7 +22,7 @@
"is-relative-url": "^3.0.0",
"lodash": "^4.17.21",
"semver": "^7.3.7",
"sharp": "^0.30.3",
"sharp": "^0.30.6",
"unist-util-select": "^3.0.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-sharp/package.json
Expand Up @@ -14,8 +14,8 @@
"types": "dist/index.d.ts",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-sharp#readme",
"dependencies": {
"@types/sharp": "^0.30.0",
"sharp": "^0.30.3"
"@types/sharp": "^0.30.2",
"sharp": "^0.30.6"
},
"devDependencies": {
"@babel/cli": "^7.15.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-shopify/package.json
Expand Up @@ -28,13 +28,13 @@
"gatsby-plugin-utils": "^3.10.0-next.1",
"gatsby-source-filesystem": "^4.16.0-next.0",
"node-fetch": "^2.6.7",
"sharp": "^0.30.3",
"sharp": "^0.30.6",
"shift-left": "^0.1.5"
},
"devDependencies": {
"@types/node": "^14.17.34",
"@types/node-fetch": "^2.5.12",
"@types/sharp": "^0.30.0",
"@types/sharp": "^0.30.2",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^2.16.0-next.1",
"msw": "^0.38.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Expand Up @@ -41,7 +41,7 @@
"read-chunk": "^3.2.0",
"replaceall": "^0.1.6",
"semver": "^7.3.7",
"sharp": "^0.30.3",
"sharp": "^0.30.6",
"valid-url": "^1.0.9"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sharp/package.json
Expand Up @@ -15,12 +15,12 @@
"gatsby-plugin-utils": "^3.10.0-next.1",
"probe-image-size": "^7.2.3",
"semver": "^7.3.7",
"sharp": "^0.30.3"
"sharp": "^0.30.6"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@types/sharp": "^0.30.0",
"@types/sharp": "^0.30.2",
"babel-preset-gatsby-package": "^2.16.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Expand Up @@ -185,7 +185,7 @@
"@types/reach__router": "^1.3.5",
"@types/react-dom": "^17.0.9",
"@types/semver": "^7.3.9",
"@types/sharp": "^0.30.0",
"@types/sharp": "^0.30.2",
"@types/signal-exit": "^3.0.0",
"@types/string-similarity": "^4.0.0",
"@types/tmp": "^0.2.0",
Expand Down
620 changes: 76 additions & 544 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 651b84f

Please sign in to comment.