Skip to content

Commit b624442

Browse files
LekoArtspieh
andauthored
chore: Update peerDeps (#36965)
* change gatsby peerDep from alpha to next * update more peerDeps * fix * Update package.json Co-authored-by: Michal Piechowiak <[email protected]>
1 parent b2ab092 commit b624442

File tree

89 files changed

+104
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+104
-104
lines changed

packages/babel-plugin-remove-graphql-queries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"peerDependencies": {
2323
"@babel/core": "^7.0.0",
24-
"gatsby": "^5.0.0-alpha-v5"
24+
"gatsby": "^5.0.0-next"
2525
},
2626
"license": "MIT",
2727
"main": "index.js",

packages/gatsby-cypress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"integration"
3131
],
3232
"peerDependencies": {
33-
"cypress": "^3.1.0",
34-
"gatsby": "^5.0.0-alpha-v5"
33+
"cypress": "^9.0.0 || ^10.0.0",
34+
"gatsby": "^5.0.0-next"
3535
},
3636
"scripts": {
3737
"build": "babel src --out-dir . --ignore \"**/__tests__\"",

packages/gatsby-plugin-benchmark-reporting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"node-fetch": "^2.6.7"
2626
},
2727
"peerDependencies": {
28-
"gatsby": "^3.0.0 || ^4.0.0"
28+
"gatsby": "^5.0.0-next"
2929
},
3030
"scripts": {
3131
"build": "babel src --out-dir . --ignore \"**/__tests__\"",

packages/gatsby-plugin-canonical-urls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "MIT",
2424
"main": "index.js",
2525
"peerDependencies": {
26-
"gatsby": "^5.0.0-alpha-v5"
26+
"gatsby": "^5.0.0-next"
2727
},
2828
"repository": {
2929
"type": "git",

packages/gatsby-plugin-catch-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"license": "MIT",
2525
"main": "index.js",
2626
"peerDependencies": {
27-
"gatsby": "^5.0.0-alpha-v5"
27+
"gatsby": "^5.0.0-next"
2828
},
2929
"repository": {
3030
"type": "git",

packages/gatsby-plugin-coffeescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"license": "MIT",
3131
"main": "index.js",
3232
"peerDependencies": {
33-
"gatsby": "^5.0.0-alpha-v5"
33+
"gatsby": "^5.0.0-next"
3434
},
3535
"repository": {
3636
"type": "git",

packages/gatsby-plugin-cxs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"main": "index.js",
2828
"peerDependencies": {
2929
"cxs": ">=5.0.0",
30-
"gatsby": "^5.0.0-alpha-v5",
30+
"gatsby": "^5.0.0-next",
3131
"react": "^18.0.0 || ^0.0.0",
3232
"react-dom": "^18.0.0 || ^0.0.0"
3333
},

packages/gatsby-plugin-emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"peerDependencies": {
2020
"@babel/core": "^7.11.6",
2121
"@emotion/react": "^11.0.0",
22-
"gatsby": "^5.0.0-alpha-v5"
22+
"gatsby": "^5.0.0-next"
2323
},
2424
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion#readme",
2525
"keywords": [

packages/gatsby-plugin-facebook-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"license": "MIT",
2626
"main": "index.js",
2727
"peerDependencies": {
28-
"gatsby": "^5.0.0-alpha-v5"
28+
"gatsby": "^5.0.0-next"
2929
},
3030
"repository": {
3131
"type": "git",

packages/gatsby-plugin-feed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"license": "MIT",
3333
"main": "index.js",
3434
"peerDependencies": {
35-
"gatsby": "^5.0.0-alpha-v5",
35+
"gatsby": "^5.0.0-next",
3636
"react": "^18.0.0 || ^0.0.0",
3737
"react-dom": "^18.0.0 || ^0.0.0"
3838
},

0 commit comments

Comments
 (0)