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

+1-1
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

+2-2
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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
},

packages/gatsby-plugin-flow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"gatsby-plugin-utils": "^4.0.0-next.3"
3636
},
3737
"peerDependencies": {
38-
"gatsby": "^5.0.0-alpha-v5"
38+
"gatsby": "^5.0.0-next"
3939
},
4040
"engines": {
4141
"node": ">=18.0.0"

packages/gatsby-plugin-fullstory/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"cross-env": "^7.0.3"
3434
},
3535
"peerDependencies": {
36-
"gatsby": "^5.0.0-alpha-v5",
36+
"gatsby": "^5.0.0-next",
3737
"react": "^18.0.0 || ^0.0.0",
3838
"react-dom": "^18.0.0 || ^0.0.0"
3939
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"license": "MIT",
3636
"main": "index.js",
3737
"peerDependencies": {
38-
"gatsby": "^5.0.0-alpha-v5",
38+
"gatsby": "^5.0.0-next",
3939
"webpack": "*"
4040
},
4141
"repository": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"main": "index.js",
2929
"peerDependencies": {
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-google-gtag/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "MIT",
2727
"main": "index.js",
2828
"peerDependencies": {
29-
"gatsby": "^5.0.0-alpha-v5",
29+
"gatsby": "^5.0.0-next",
3030
"react": "^18.0.0 || ^0.0.0",
3131
"react-dom": "^18.0.0 || ^0.0.0"
3232
},

packages/gatsby-plugin-google-tagmanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"main": "index.js",
2929
"peerDependencies": {
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-image/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
},
6868
"peerDependencies": {
6969
"@babel/core": "^7.12.3",
70-
"gatsby": "^5.0.0-alpha-v5",
71-
"gatsby-plugin-sharp": "^4.0.0-next",
72-
"gatsby-source-filesystem": "^4.0.0-next",
70+
"gatsby": "^5.0.0-next",
71+
"gatsby-plugin-sharp": "^5.0.0-next",
72+
"gatsby-source-filesystem": "^5.0.0-next",
7373
"react": "^18.0.0 || ^0.0.0",
7474
"react-dom": "^18.0.0 || ^0.0.0"
7575
},

packages/gatsby-plugin-jss/package.json

+1-1
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
"react": "^18.0.0 || ^0.0.0",
3030
"react-dom": "^18.0.0 || ^0.0.0"
3131
},

packages/gatsby-plugin-layout/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"cross-env": "^7.0.3"
3434
},
3535
"peerDependencies": {
36-
"gatsby": "^5.0.0-alpha-v5"
36+
"gatsby": "^5.0.0-next"
3737
},
3838
"engines": {
3939
"node": ">=18.0.0"

packages/gatsby-plugin-less/package.json

+1-1
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-lodash/package.json

+1-1
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-manifest/package.json

+1-1
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
},
3737
"repository": {
3838
"type": "git",

packages/gatsby-plugin-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"peerDependencies": {
2323
"@mdx-js/react": "^2.0.0",
24-
"gatsby": "^5.0.0-alpha-v5",
25-
"gatsby-source-filesystem": "^4.0.0-next",
24+
"gatsby": "^5.0.0-next",
25+
"gatsby-source-filesystem": "^5.0.0-next",
2626
"react": "^18.0.0 || ^0.0.0",
2727
"react-dom": "^18.0.0 || ^0.0.0"
2828
},

packages/gatsby-plugin-netlify-cms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"license": "MIT",
3737
"main": "index.js",
3838
"peerDependencies": {
39-
"gatsby": "^5.0.0-alpha-v5",
39+
"gatsby": "^5.0.0-next",
4040
"netlify-cms-app": "^2.9.0",
4141
"react": "^18.0.0 || ^0.0.0",
4242
"react-dom": "^18.0.0 || ^0.0.0",

packages/gatsby-plugin-no-sourcemaps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/runtime": "^7.15.4"
2525
},
2626
"peerDependencies": {
27-
"gatsby": "^5.0.0-alpha-v5"
27+
"gatsby": "^5.0.0-next"
2828
},
2929
"engines": {
3030
"node": ">=18.0.0"

packages/gatsby-plugin-nprogress/package.json

+1-1
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-offline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"license": "MIT",
3636
"main": "index.js",
3737
"peerDependencies": {
38-
"gatsby": "^5.0.0-alpha-v5",
38+
"gatsby": "^5.0.0-next",
3939
"react": "^18.0.0 || ^0.0.0",
4040
"react-dom": "^18.0.0 || ^0.0.0"
4141
},

packages/gatsby-plugin-page-creator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"cross-env": "^7.0.3"
4545
},
4646
"peerDependencies": {
47-
"gatsby": "^5.0.0-alpha-v5"
47+
"gatsby": "^5.0.0-next"
4848
},
4949
"engines": {
5050
"node": ">=18.0.0"

packages/gatsby-plugin-postcss/package.json

+1-1
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
"postcss": "^8.0.5"
3030
},
3131
"repository": {

packages/gatsby-plugin-preact/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": "^5.0.0-alpha-v5",
32+
"gatsby": "^5.0.0-next",
3333
"preact": "^10.3.4",
3434
"preact-render-to-string": "^5.1.8"
3535
},

packages/gatsby-plugin-preload-fonts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
],
3838
"license": "ISC",
3939
"peerDependencies": {
40-
"gatsby": "^5.0.0-alpha-v5"
40+
"gatsby": "^5.0.0-next"
4141
},
4242
"repository": {
4343
"type": "git",

packages/gatsby-plugin-react-css-modules/package.json

+1-1
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
},
3737
"repository": {
3838
"type": "git",

packages/gatsby-plugin-react-helmet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"license": "MIT",
3636
"main": "index.js",
3737
"peerDependencies": {
38-
"gatsby": "^5.0.0-alpha-v5",
38+
"gatsby": "^5.0.0-next",
3939
"react-helmet": "^5.1.3 || ^6.0.0"
4040
},
4141
"repository": {

packages/gatsby-plugin-sass/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": "^5.0.0-alpha-v5",
32+
"gatsby": "^5.0.0-next",
3333
"sass": "^1.30.0"
3434
},
3535
"repository": {

packages/gatsby-plugin-schema-snapshot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@babel/runtime": "^7.15.4"
2121
},
2222
"peerDependencies": {
23-
"gatsby": "^5.0.0-alpha-v5"
23+
"gatsby": "^5.0.0-next"
2424
}
2525
}

packages/gatsby-plugin-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"license": "MIT",
4242
"main": "index.js",
4343
"peerDependencies": {
44-
"gatsby": "^5.0.0-alpha-v5"
44+
"gatsby": "^5.0.0-next"
4545
},
4646
"repository": {
4747
"type": "git",

packages/gatsby-plugin-sitemap/package.json

+1-1
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
"react": "^18.0.0 || ^0.0.0",
3535
"react-dom": "^18.0.0 || ^0.0.0"
3636
},

packages/gatsby-plugin-styled-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"main": "index.js",
2626
"peerDependencies": {
2727
"babel-plugin-styled-components": ">1.5.0",
28-
"gatsby": "^5.0.0-alpha-v5",
28+
"gatsby": "^5.0.0-next",
2929
"react": "^18.0.0 || ^0.0.0",
3030
"react-dom": "^18.0.0 || ^0.0.0",
3131
"styled-components": ">=2.0.0"

packages/gatsby-plugin-styled-jsx/package.json

+1-1
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
"styled-jsx": "^3.0.2"
2929
},
3030
"repository": {

packages/gatsby-plugin-styletron/package.json

+1-1
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
"react": "^18.0.0 || ^0.0.0",
3030
"styletron-engine-atomic": "^1.4.8",
3131
"styletron-react": "^5.2.7 || ^6.0.0"

packages/gatsby-plugin-stylus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "MIT",
2727
"main": "./gatsby-node.js",
2828
"peerDependencies": {
29-
"gatsby": "^5.0.0-alpha-v5"
29+
"gatsby": "^5.0.0-next"
3030
},
3131
"repository": {
3232
"type": "git",

packages/gatsby-plugin-subfont/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cross-env": "^7.0.3"
3535
},
3636
"peerDependencies": {
37-
"gatsby": "^5.0.0-alpha-v5"
37+
"gatsby": "^5.0.0-next"
3838
},
3939
"engines": {
4040
"node": ">=18.0.0"

packages/gatsby-plugin-twitter/package.json

+1-1
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",

0 commit comments

Comments
 (0)