Skip to content

Commit 0a3e922

Browse files
authored
chore: update peerdeps to latest major versions (#29857)
1 parent a92b276 commit 0a3e922

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

packages/gatsby-plugin-gatsby-cloud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"main": "index.js",
3131
"peerDependencies": {
32-
"gatsby": "^3.0.0"
32+
"gatsby": "^3.0.0-next.0"
3333
},
3434
"repository": {
3535
"type": "git",

packages/gatsby-plugin-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"license": "MIT",
4848
"main": "index.js",
4949
"peerDependencies": {
50-
"gatsby": ">2.0.15"
50+
"gatsby": "^3.0.0-next.0"
5151
},
5252
"repository": {
5353
"type": "git",

packages/gatsby-remark-embed-snippet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"peerDependencies": {
2929
"gatsby": "^3.0.0-next.0",
30-
"gatsby-remark-prismjs": "^3.0.0"
30+
"gatsby-remark-prismjs": "^3.0.0-next.0"
3131
},
3232
"license": "MIT",
3333
"main": "index.js",

packages/gatsby-remark-images/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"main": "index.js",
4242
"peerDependencies": {
4343
"gatsby": "^3.0.0-next.0",
44-
"gatsby-plugin-sharp": "^2.0.0-beta.5"
44+
"gatsby-plugin-sharp": "^3.0.0-next.0"
4545
},
4646
"repository": {
4747
"type": "git",

packages/gatsby-source-contentful/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"license": "MIT",
4646
"peerDependencies": {
4747
"gatsby": "^3.0.0-next.0",
48-
"gatsby-plugin-sharp": "^2.6.14",
48+
"gatsby-plugin-sharp": "^3.0.0-next.0",
4949
"sharp": "^0.26.0"
5050
},
5151
"repository": {

packages/gatsby-source-wordpress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"license": "MIT",
7474
"peerDependencies": {
7575
"gatsby": "^3.0.0-next.0",
76-
"gatsby-plugin-sharp": "^2.6.8",
77-
"gatsby-transformer-sharp": "^2.5.10"
76+
"gatsby-plugin-sharp": "^3.0.0-next.0",
77+
"gatsby-transformer-sharp": "^3.0.0-next.0"
7878
},
7979
"repository": {
8080
"type": "git",

packages/gatsby-transformer-javascript-frontmatter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"license": "MIT",
2525
"peerDependencies": {
2626
"gatsby": "^3.0.0-next.0",
27-
"gatsby-source-filesystem": "^2.0.3"
27+
"gatsby-source-filesystem": "^3.0.0-next.0"
2828
},
2929
"repository": {
3030
"type": "git",

packages/gatsby-transformer-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"license": "MIT",
3434
"peerDependencies": {
3535
"gatsby": "^3.0.0-next.0",
36-
"gatsby-plugin-sharp": "^2.0.0-beta.3"
36+
"gatsby-plugin-sharp": "^3.0.0-next.0"
3737
},
3838
"repository": {
3939
"type": "git",

packages/gatsby-transformer-sqip/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"peerDependencies": {
2626
"gatsby": "^3.0.0-next.0",
27-
"gatsby-source-contentful": "^2.0.0",
28-
"gatsby-transformer-sharp": "^2.0.0"
27+
"gatsby-source-contentful": "^5.0.0-next.0",
28+
"gatsby-transformer-sharp": "^3.0.0-next.0"
2929
},
3030
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sqip#readme",
3131
"keywords": [

0 commit comments

Comments
 (0)