Skip to content

Commit

Permalink
chore: update peerdeps to latest major versions (#29857) (#29867)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0a3e922)

Co-authored-by: Ward Peeters <ward@coding-tech.com>
  • Loading branch information
GatsbyJS Bot and wardpeet committed Mar 1, 2021
1 parent 8639f7b commit cb3b1ca
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-gatsby-cloud/package.json
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": "^3.0.0"
"gatsby": "^3.0.0-next.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Expand Up @@ -47,7 +47,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": ">2.0.15"
"gatsby": "^3.0.0-next.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-embed-snippet/package.json
Expand Up @@ -27,7 +27,7 @@
],
"peerDependencies": {
"gatsby": "^3.0.0-next.0",
"gatsby-remark-prismjs": "^3.0.0"
"gatsby-remark-prismjs": "^3.0.0-next.0"
},
"license": "MIT",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/package.json
Expand Up @@ -41,7 +41,7 @@
"main": "index.js",
"peerDependencies": {
"gatsby": "^3.0.0-next.0",
"gatsby-plugin-sharp": "^2.0.0-beta.5"
"gatsby-plugin-sharp": "^3.0.0-next.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
Expand Up @@ -46,7 +46,7 @@
"license": "MIT",
"peerDependencies": {
"gatsby": "^3.0.0-next.0",
"gatsby-plugin-sharp": "^2.6.14",
"gatsby-plugin-sharp": "^3.0.0-next.0",
"sharp": "^0.26.0"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Expand Up @@ -73,8 +73,8 @@
"license": "MIT",
"peerDependencies": {
"gatsby": "^3.0.0-next.0",
"gatsby-plugin-sharp": "^2.6.8",
"gatsby-transformer-sharp": "^2.5.10"
"gatsby-plugin-sharp": "^3.0.0-next.0",
"gatsby-transformer-sharp": "^3.0.0-next.0"
},
"repository": {
"type": "git",
Expand Down
Expand Up @@ -24,7 +24,7 @@
"license": "MIT",
"peerDependencies": {
"gatsby": "^3.0.0-next.0",
"gatsby-source-filesystem": "^2.0.3"
"gatsby-source-filesystem": "^3.0.0-next.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Expand Up @@ -33,7 +33,7 @@
"license": "MIT",
"peerDependencies": {
"gatsby": "^3.0.0-next.0",
"gatsby-plugin-sharp": "^2.0.0-beta.3"
"gatsby-plugin-sharp": "^3.0.0-next.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
Expand Up @@ -24,8 +24,8 @@
},
"peerDependencies": {
"gatsby": "^3.0.0-next.0",
"gatsby-source-contentful": "^2.0.0",
"gatsby-transformer-sharp": "^2.0.0"
"gatsby-source-contentful": "^5.0.0-next.0",
"gatsby-transformer-sharp": "^3.0.0-next.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sqip#readme",
"keywords": [
Expand Down

0 comments on commit cb3b1ca

Please sign in to comment.