From b6244424fe8b724cbc23b80b2b4f5424cc2055a4 Mon Sep 17 00:00:00 2001 From: Lennart Date: Fri, 4 Nov 2022 15:24:35 +0100 Subject: [PATCH] chore: Update peerDeps (#36965) * change gatsby peerDep from alpha to next * update more peerDeps * fix * Update package.json Co-authored-by: Michal Piechowiak --- packages/babel-plugin-remove-graphql-queries/package.json | 2 +- packages/gatsby-cypress/package.json | 4 ++-- packages/gatsby-plugin-benchmark-reporting/package.json | 2 +- packages/gatsby-plugin-canonical-urls/package.json | 2 +- packages/gatsby-plugin-catch-links/package.json | 2 +- packages/gatsby-plugin-coffeescript/package.json | 2 +- packages/gatsby-plugin-cxs/package.json | 2 +- packages/gatsby-plugin-emotion/package.json | 2 +- packages/gatsby-plugin-facebook-analytics/package.json | 2 +- packages/gatsby-plugin-feed/package.json | 2 +- packages/gatsby-plugin-flow/package.json | 2 +- packages/gatsby-plugin-fullstory/package.json | 2 +- packages/gatsby-plugin-gatsby-cloud/package.json | 2 +- packages/gatsby-plugin-google-analytics/package.json | 2 +- packages/gatsby-plugin-google-gtag/package.json | 2 +- packages/gatsby-plugin-google-tagmanager/package.json | 2 +- packages/gatsby-plugin-image/package.json | 6 +++--- packages/gatsby-plugin-jss/package.json | 2 +- packages/gatsby-plugin-layout/package.json | 2 +- packages/gatsby-plugin-less/package.json | 2 +- packages/gatsby-plugin-lodash/package.json | 2 +- packages/gatsby-plugin-manifest/package.json | 2 +- packages/gatsby-plugin-mdx/package.json | 4 ++-- packages/gatsby-plugin-netlify-cms/package.json | 2 +- packages/gatsby-plugin-no-sourcemaps/package.json | 2 +- packages/gatsby-plugin-nprogress/package.json | 2 +- packages/gatsby-plugin-offline/package.json | 2 +- packages/gatsby-plugin-page-creator/package.json | 2 +- packages/gatsby-plugin-postcss/package.json | 2 +- packages/gatsby-plugin-preact/package.json | 2 +- packages/gatsby-plugin-preload-fonts/package.json | 2 +- packages/gatsby-plugin-react-css-modules/package.json | 2 +- packages/gatsby-plugin-react-helmet/package.json | 2 +- packages/gatsby-plugin-sass/package.json | 2 +- packages/gatsby-plugin-schema-snapshot/package.json | 2 +- packages/gatsby-plugin-sharp/package.json | 2 +- packages/gatsby-plugin-sitemap/package.json | 2 +- packages/gatsby-plugin-styled-components/package.json | 2 +- packages/gatsby-plugin-styled-jsx/package.json | 2 +- packages/gatsby-plugin-styletron/package.json | 2 +- packages/gatsby-plugin-stylus/package.json | 2 +- packages/gatsby-plugin-subfont/package.json | 2 +- packages/gatsby-plugin-twitter/package.json | 2 +- packages/gatsby-plugin-typescript/package.json | 2 +- packages/gatsby-plugin-typography/package.json | 2 +- packages/gatsby-plugin-utils/package.json | 2 +- packages/gatsby-remark-autolink-headers/package.json | 2 +- packages/gatsby-remark-code-repls/package.json | 2 +- packages/gatsby-remark-copy-linked-files/package.json | 2 +- packages/gatsby-remark-custom-blocks/package.json | 2 +- packages/gatsby-remark-embed-snippet/package.json | 4 ++-- packages/gatsby-remark-graphviz/package.json | 2 +- packages/gatsby-remark-images-contentful/package.json | 2 +- packages/gatsby-remark-images/package.json | 4 ++-- packages/gatsby-remark-katex/package.json | 2 +- packages/gatsby-remark-prismjs/package.json | 2 +- packages/gatsby-remark-responsive-iframe/package.json | 2 +- packages/gatsby-remark-smartypants/package.json | 2 +- packages/gatsby-source-contentful/package.json | 6 +++--- packages/gatsby-source-drupal/package.json | 2 +- packages/gatsby-source-faker/package.json | 2 +- packages/gatsby-source-filesystem/package.json | 2 +- packages/gatsby-source-graphql/package.json | 2 +- packages/gatsby-source-hacker-news/package.json | 2 +- packages/gatsby-source-lever/package.json | 2 +- packages/gatsby-source-medium/package.json | 2 +- packages/gatsby-source-mongodb/package.json | 2 +- packages/gatsby-source-npm-package-search/package.json | 2 +- packages/gatsby-source-shopify/package.json | 2 +- packages/gatsby-source-wikipedia/package.json | 2 +- packages/gatsby-source-wordpress/package.json | 8 ++++---- packages/gatsby-transformer-asciidoc/package.json | 2 +- packages/gatsby-transformer-csv/package.json | 2 +- packages/gatsby-transformer-documentationjs/package.json | 2 +- packages/gatsby-transformer-excel/package.json | 2 +- packages/gatsby-transformer-hjson/package.json | 2 +- .../package.json | 4 ++-- .../package.json | 2 +- packages/gatsby-transformer-json/package.json | 2 +- packages/gatsby-transformer-pdf/package.json | 2 +- packages/gatsby-transformer-react-docgen/package.json | 2 +- packages/gatsby-transformer-remark/package.json | 2 +- packages/gatsby-transformer-screenshot/package.json | 2 +- packages/gatsby-transformer-sharp/package.json | 4 ++-- packages/gatsby-transformer-sqip/package.json | 6 +++--- packages/gatsby-transformer-toml/package.json | 2 +- packages/gatsby-transformer-xml/package.json | 2 +- packages/gatsby-transformer-yaml/package.json | 2 +- .../src/bootstrap/load-plugins/__tests__/load-plugins.ts | 2 +- 89 files changed, 104 insertions(+), 104 deletions(-) diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index 894c692f894ff..6e127093653a6 100644 --- a/packages/babel-plugin-remove-graphql-queries/package.json +++ b/packages/babel-plugin-remove-graphql-queries/package.json @@ -21,7 +21,7 @@ }, "peerDependencies": { "@babel/core": "^7.0.0", - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "license": "MIT", "main": "index.js", diff --git a/packages/gatsby-cypress/package.json b/packages/gatsby-cypress/package.json index c60a24206849a..bf38aee3415e7 100644 --- a/packages/gatsby-cypress/package.json +++ b/packages/gatsby-cypress/package.json @@ -30,8 +30,8 @@ "integration" ], "peerDependencies": { - "cypress": "^3.1.0", - "gatsby": "^5.0.0-alpha-v5" + "cypress": "^9.0.0 || ^10.0.0", + "gatsby": "^5.0.0-next" }, "scripts": { "build": "babel src --out-dir . --ignore \"**/__tests__\"", diff --git a/packages/gatsby-plugin-benchmark-reporting/package.json b/packages/gatsby-plugin-benchmark-reporting/package.json index 1a057e1a4ca5e..88f84cbf58811 100644 --- a/packages/gatsby-plugin-benchmark-reporting/package.json +++ b/packages/gatsby-plugin-benchmark-reporting/package.json @@ -25,7 +25,7 @@ "node-fetch": "^2.6.7" }, "peerDependencies": { - "gatsby": "^3.0.0 || ^4.0.0" + "gatsby": "^5.0.0-next" }, "scripts": { "build": "babel src --out-dir . --ignore \"**/__tests__\"", diff --git a/packages/gatsby-plugin-canonical-urls/package.json b/packages/gatsby-plugin-canonical-urls/package.json index d9deae348f44a..40e9ce0e3ded3 100644 --- a/packages/gatsby-plugin-canonical-urls/package.json +++ b/packages/gatsby-plugin-canonical-urls/package.json @@ -23,7 +23,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-plugin-catch-links/package.json b/packages/gatsby-plugin-catch-links/package.json index 79be2bf8e3bc1..70d21edb399c8 100644 --- a/packages/gatsby-plugin-catch-links/package.json +++ b/packages/gatsby-plugin-catch-links/package.json @@ -24,7 +24,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-plugin-coffeescript/package.json b/packages/gatsby-plugin-coffeescript/package.json index b01e59d11f18c..572f3af916ea2 100644 --- a/packages/gatsby-plugin-coffeescript/package.json +++ b/packages/gatsby-plugin-coffeescript/package.json @@ -30,7 +30,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json index a8066c1e56cf9..f6ed181b68d49 100644 --- a/packages/gatsby-plugin-cxs/package.json +++ b/packages/gatsby-plugin-cxs/package.json @@ -27,7 +27,7 @@ "main": "index.js", "peerDependencies": { "cxs": ">=5.0.0", - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0" }, diff --git a/packages/gatsby-plugin-emotion/package.json b/packages/gatsby-plugin-emotion/package.json index 49bfa0288dd3c..b1992ce391e1e 100644 --- a/packages/gatsby-plugin-emotion/package.json +++ b/packages/gatsby-plugin-emotion/package.json @@ -19,7 +19,7 @@ "peerDependencies": { "@babel/core": "^7.11.6", "@emotion/react": "^11.0.0", - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion#readme", "keywords": [ diff --git a/packages/gatsby-plugin-facebook-analytics/package.json b/packages/gatsby-plugin-facebook-analytics/package.json index c496e2ddd158a..c63ddc9e2925b 100644 --- a/packages/gatsby-plugin-facebook-analytics/package.json +++ b/packages/gatsby-plugin-facebook-analytics/package.json @@ -25,7 +25,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index 37aa644a1122e..d52ac0ba2fde2 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -32,7 +32,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0" }, diff --git a/packages/gatsby-plugin-flow/package.json b/packages/gatsby-plugin-flow/package.json index f0d2c1cddbb24..7264d5ff63496 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -35,7 +35,7 @@ "gatsby-plugin-utils": "^4.0.0-next.3" }, "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "engines": { "node": ">=18.0.0" diff --git a/packages/gatsby-plugin-fullstory/package.json b/packages/gatsby-plugin-fullstory/package.json index 1000d6394fac9..a67475bf2987b 100644 --- a/packages/gatsby-plugin-fullstory/package.json +++ b/packages/gatsby-plugin-fullstory/package.json @@ -33,7 +33,7 @@ "cross-env": "^7.0.3" }, "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0" }, diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index 08cc237a0f3e2..df0d2a01943af 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -35,7 +35,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "webpack": "*" }, "repository": { diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index b9ea8a65c0f1c..800bf4791c66b 100644 --- a/packages/gatsby-plugin-google-analytics/package.json +++ b/packages/gatsby-plugin-google-analytics/package.json @@ -27,7 +27,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0" }, diff --git a/packages/gatsby-plugin-google-gtag/package.json b/packages/gatsby-plugin-google-gtag/package.json index bac955c209ed9..edf6bfda1349c 100644 --- a/packages/gatsby-plugin-google-gtag/package.json +++ b/packages/gatsby-plugin-google-gtag/package.json @@ -26,7 +26,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0" }, diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index a36e6bb3052cd..ad0fe475bb376 100644 --- a/packages/gatsby-plugin-google-tagmanager/package.json +++ b/packages/gatsby-plugin-google-tagmanager/package.json @@ -27,7 +27,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0" }, diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 56ec320b5a8d3..b2740fcfb0de9 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -67,9 +67,9 @@ }, "peerDependencies": { "@babel/core": "^7.12.3", - "gatsby": "^5.0.0-alpha-v5", - "gatsby-plugin-sharp": "^4.0.0-next", - "gatsby-source-filesystem": "^4.0.0-next", + "gatsby": "^5.0.0-next", + "gatsby-plugin-sharp": "^5.0.0-next", + "gatsby-source-filesystem": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0" }, diff --git a/packages/gatsby-plugin-jss/package.json b/packages/gatsby-plugin-jss/package.json index 65bbce575e5cb..aa3d0777725e3 100644 --- a/packages/gatsby-plugin-jss/package.json +++ b/packages/gatsby-plugin-jss/package.json @@ -25,7 +25,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0" }, diff --git a/packages/gatsby-plugin-layout/package.json b/packages/gatsby-plugin-layout/package.json index a3c6101114325..390a48af5a976 100644 --- a/packages/gatsby-plugin-layout/package.json +++ b/packages/gatsby-plugin-layout/package.json @@ -33,7 +33,7 @@ "cross-env": "^7.0.3" }, "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "engines": { "node": ">=18.0.0" diff --git a/packages/gatsby-plugin-less/package.json b/packages/gatsby-plugin-less/package.json index f0d717b7dde63..bd5afd1543271 100644 --- a/packages/gatsby-plugin-less/package.json +++ b/packages/gatsby-plugin-less/package.json @@ -25,7 +25,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-plugin-lodash/package.json b/packages/gatsby-plugin-lodash/package.json index ca06852d36d83..0c853353f220f 100644 --- a/packages/gatsby-plugin-lodash/package.json +++ b/packages/gatsby-plugin-lodash/package.json @@ -25,7 +25,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index a8bf2688e425b..8a388e607b5ec 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -32,7 +32,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index b86c00a9916c3..18a6e7b91466c 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -21,8 +21,8 @@ }, "peerDependencies": { "@mdx-js/react": "^2.0.0", - "gatsby": "^5.0.0-alpha-v5", - "gatsby-source-filesystem": "^4.0.0-next", + "gatsby": "^5.0.0-next", + "gatsby-source-filesystem": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0" }, diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index 234c2fcd823f5..b9e458bd240fe 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -36,7 +36,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "netlify-cms-app": "^2.9.0", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0", diff --git a/packages/gatsby-plugin-no-sourcemaps/package.json b/packages/gatsby-plugin-no-sourcemaps/package.json index f43fabddc0337..4736e425b641e 100644 --- a/packages/gatsby-plugin-no-sourcemaps/package.json +++ b/packages/gatsby-plugin-no-sourcemaps/package.json @@ -24,7 +24,7 @@ "@babel/runtime": "^7.15.4" }, "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "engines": { "node": ">=18.0.0" diff --git a/packages/gatsby-plugin-nprogress/package.json b/packages/gatsby-plugin-nprogress/package.json index 6b7245909d1d2..a9326b21c8802 100644 --- a/packages/gatsby-plugin-nprogress/package.json +++ b/packages/gatsby-plugin-nprogress/package.json @@ -24,7 +24,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index cf11ba9162786..849fc3a2310af 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -35,7 +35,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0" }, diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index c3a40f5c60863..f84a3dfbb5602 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -44,7 +44,7 @@ "cross-env": "^7.0.3" }, "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "engines": { "node": ">=18.0.0" diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json index 61ba3acda747d..4309fb9a27665 100644 --- a/packages/gatsby-plugin-postcss/package.json +++ b/packages/gatsby-plugin-postcss/package.json @@ -25,7 +25,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "postcss": "^8.0.5" }, "repository": { diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index baa9e5d8de9df..d862abfe3d721 100644 --- a/packages/gatsby-plugin-preact/package.json +++ b/packages/gatsby-plugin-preact/package.json @@ -29,7 +29,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "preact": "^10.3.4", "preact-render-to-string": "^5.1.8" }, diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index 65a1ff1244f59..2701291de16f7 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -37,7 +37,7 @@ ], "license": "ISC", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-plugin-react-css-modules/package.json b/packages/gatsby-plugin-react-css-modules/package.json index 0a06805752de3..c8fd5399da191 100644 --- a/packages/gatsby-plugin-react-css-modules/package.json +++ b/packages/gatsby-plugin-react-css-modules/package.json @@ -32,7 +32,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-plugin-react-helmet/package.json b/packages/gatsby-plugin-react-helmet/package.json index 4876dbf610257..e4c85652f44c4 100644 --- a/packages/gatsby-plugin-react-helmet/package.json +++ b/packages/gatsby-plugin-react-helmet/package.json @@ -35,7 +35,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "react-helmet": "^5.1.3 || ^6.0.0" }, "repository": { diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index d2081109c517c..f80547157b67b 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -29,7 +29,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "sass": "^1.30.0" }, "repository": { diff --git a/packages/gatsby-plugin-schema-snapshot/package.json b/packages/gatsby-plugin-schema-snapshot/package.json index 6b18241dcd922..42a52578b4cd4 100644 --- a/packages/gatsby-plugin-schema-snapshot/package.json +++ b/packages/gatsby-plugin-schema-snapshot/package.json @@ -20,6 +20,6 @@ "@babel/runtime": "^7.15.4" }, "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" } } diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 294b63f6f3c65..6fddad018b673 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -41,7 +41,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index b71032c9ff185..e910c72168bf0 100644 --- a/packages/gatsby-plugin-sitemap/package.json +++ b/packages/gatsby-plugin-sitemap/package.json @@ -30,7 +30,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0" }, diff --git a/packages/gatsby-plugin-styled-components/package.json b/packages/gatsby-plugin-styled-components/package.json index 6392e217a5870..bbe159292a934 100644 --- a/packages/gatsby-plugin-styled-components/package.json +++ b/packages/gatsby-plugin-styled-components/package.json @@ -25,7 +25,7 @@ "main": "index.js", "peerDependencies": { "babel-plugin-styled-components": ">1.5.0", - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0", "styled-components": ">=2.0.0" diff --git a/packages/gatsby-plugin-styled-jsx/package.json b/packages/gatsby-plugin-styled-jsx/package.json index 582820e8d2be6..35c1c76e07498 100644 --- a/packages/gatsby-plugin-styled-jsx/package.json +++ b/packages/gatsby-plugin-styled-jsx/package.json @@ -24,7 +24,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "styled-jsx": "^3.0.2" }, "repository": { diff --git a/packages/gatsby-plugin-styletron/package.json b/packages/gatsby-plugin-styletron/package.json index e188eb0973040..7f132439488fb 100644 --- a/packages/gatsby-plugin-styletron/package.json +++ b/packages/gatsby-plugin-styletron/package.json @@ -25,7 +25,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "styletron-engine-atomic": "^1.4.8", "styletron-react": "^5.2.7 || ^6.0.0" diff --git a/packages/gatsby-plugin-stylus/package.json b/packages/gatsby-plugin-stylus/package.json index f0440e0157973..6330075c2df16 100644 --- a/packages/gatsby-plugin-stylus/package.json +++ b/packages/gatsby-plugin-stylus/package.json @@ -26,7 +26,7 @@ "license": "MIT", "main": "./gatsby-node.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-plugin-subfont/package.json b/packages/gatsby-plugin-subfont/package.json index 0001e19c04aa0..7cd6813c58e63 100644 --- a/packages/gatsby-plugin-subfont/package.json +++ b/packages/gatsby-plugin-subfont/package.json @@ -34,7 +34,7 @@ "cross-env": "^7.0.3" }, "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "engines": { "node": ">=18.0.0" diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json index b793221492a7b..4a8cc25e9f94c 100644 --- a/packages/gatsby-plugin-twitter/package.json +++ b/packages/gatsby-plugin-twitter/package.json @@ -24,7 +24,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json index 4aac11308e6b5..be80ed2b86970 100644 --- a/packages/gatsby-plugin-typescript/package.json +++ b/packages/gatsby-plugin-typescript/package.json @@ -25,7 +25,7 @@ "cross-env": "^7.0.3" }, "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript#readme", "keywords": [ diff --git a/packages/gatsby-plugin-typography/package.json b/packages/gatsby-plugin-typography/package.json index dd189ab1ea661..116a558116036 100644 --- a/packages/gatsby-plugin-typography/package.json +++ b/packages/gatsby-plugin-typography/package.json @@ -29,7 +29,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0", "react-typography": "^0.16.1 || ^1.0.0-alpha.0", diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index da9c76212145c..af80353ba19d2 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -69,7 +69,7 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "graphql": "^16.0.0" }, "files": [ diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index 36b7b6addd096..50d9cc0e8e182 100644 --- a/packages/gatsby-remark-autolink-headers/package.json +++ b/packages/gatsby-remark-autolink-headers/package.json @@ -29,7 +29,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0" }, diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json index fd8ae24e9d3fa..cc084afdb382a 100644 --- a/packages/gatsby-remark-code-repls/package.json +++ b/packages/gatsby-remark-code-repls/package.json @@ -33,7 +33,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 1d1184874d5db..bf6f3aac1f504 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -34,7 +34,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-remark-custom-blocks/package.json b/packages/gatsby-remark-custom-blocks/package.json index 88933fafa232a..394574d787685 100644 --- a/packages/gatsby-remark-custom-blocks/package.json +++ b/packages/gatsby-remark-custom-blocks/package.json @@ -32,7 +32,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "private": false, "repository": { diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json index 1da4ca8f4bc92..6165d5da63aa9 100644 --- a/packages/gatsby-remark-embed-snippet/package.json +++ b/packages/gatsby-remark-embed-snippet/package.json @@ -26,8 +26,8 @@ "remark" ], "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", - "gatsby-remark-prismjs": "^4.0.0-next" + "gatsby": "^5.0.0-next", + "gatsby-remark-prismjs": "^7.0.0-next" }, "license": "MIT", "main": "index.js", diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index 12e754b1883e3..08978ef10336f 100644 --- a/packages/gatsby-remark-graphviz/package.json +++ b/packages/gatsby-remark-graphviz/package.json @@ -37,7 +37,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index ea84de3126bf3..8dac243c9416b 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -40,7 +40,7 @@ "author": "Khaled Garbaya ", "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "engines": { "node": ">=18.0.0" diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 9167426d70081..f9b9e6d454157 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -40,8 +40,8 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", - "gatsby-plugin-sharp": "^4.0.0-next" + "gatsby": "^5.0.0-next", + "gatsby-plugin-sharp": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json index 09cab08e15822..ad0f978b6491c 100644 --- a/packages/gatsby-remark-katex/package.json +++ b/packages/gatsby-remark-katex/package.json @@ -31,7 +31,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "katex": "^0.13.3" }, "repository": { diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index 8dab431c05f0f..601f48707a3da 100644 --- a/packages/gatsby-remark-prismjs/package.json +++ b/packages/gatsby-remark-prismjs/package.json @@ -21,7 +21,7 @@ "remark": "^13.0.0" }, "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", + "gatsby": "^5.0.0-next", "prismjs": "^1.15.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-prismjs#readme", diff --git a/packages/gatsby-remark-responsive-iframe/package.json b/packages/gatsby-remark-responsive-iframe/package.json index e13de390a36f3..384aa1e4c8191 100644 --- a/packages/gatsby-remark-responsive-iframe/package.json +++ b/packages/gatsby-remark-responsive-iframe/package.json @@ -31,7 +31,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-remark-smartypants/package.json b/packages/gatsby-remark-smartypants/package.json index c8f365849c44b..9c1da9c4aaa46 100644 --- a/packages/gatsby-remark-smartypants/package.json +++ b/packages/gatsby-remark-smartypants/package.json @@ -27,7 +27,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 0f2c326c1fad5..7037a667310ca 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -41,9 +41,9 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", - "gatsby-plugin-image": "^2.0.0-next", - "gatsby-plugin-sharp": "^4.0.0-next", + "gatsby": "^5.0.0-next", + "gatsby-plugin-image": "^3.0.0-next", + "gatsby-plugin-sharp": "^5.0.0-next", "sharp": "^0.30.1" }, "repository": { diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index a46c844bcffd5..ffc86b1c8188e 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -40,7 +40,7 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-source-faker/package.json b/packages/gatsby-source-faker/package.json index a2dcef607f625..e527a04993ed6 100644 --- a/packages/gatsby-source-faker/package.json +++ b/packages/gatsby-source-faker/package.json @@ -25,7 +25,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 0e58698eb8acb..3a38d31f383bf 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -31,7 +31,7 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index 5ba2ec8429931..3371be7ee1b3e 100644 --- a/packages/gatsby-source-graphql/package.json +++ b/packages/gatsby-source-graphql/package.json @@ -30,7 +30,7 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-source-hacker-news/package.json b/packages/gatsby-source-hacker-news/package.json index eef23b5597fbf..0589ddd1d6c8d 100644 --- a/packages/gatsby-source-hacker-news/package.json +++ b/packages/gatsby-source-hacker-news/package.json @@ -25,7 +25,7 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-source-lever/package.json b/packages/gatsby-source-lever/package.json index 1670defdcf1cd..3cfbe4f63ded1 100644 --- a/packages/gatsby-source-lever/package.json +++ b/packages/gatsby-source-lever/package.json @@ -31,7 +31,7 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-source-medium/package.json b/packages/gatsby-source-medium/package.json index deb9b3f8fe0ce..0d5afce7cd6f3 100644 --- a/packages/gatsby-source-medium/package.json +++ b/packages/gatsby-source-medium/package.json @@ -24,7 +24,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json index 0f4fc2bac3e0e..38f5352cb6bf6 100644 --- a/packages/gatsby-source-mongodb/package.json +++ b/packages/gatsby-source-mongodb/package.json @@ -30,7 +30,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-source-npm-package-search/package.json b/packages/gatsby-source-npm-package-search/package.json index 496f050be9b53..668e316729f7b 100644 --- a/packages/gatsby-source-npm-package-search/package.json +++ b/packages/gatsby-source-npm-package-search/package.json @@ -27,7 +27,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "scripts": { "build": "babel src --out-dir . --ignore \"**/__tests__\"", diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index b0de2542badb0..07d73ff3c1db0 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -44,7 +44,7 @@ "typescript": "^4.7.4" }, "peerDependencies": { - "gatsby-plugin-image": "^1.1.0 || ^2.0.0-next" + "gatsby-plugin-image": "^3.0.0-next" }, "keywords": [ "gatsby", diff --git a/packages/gatsby-source-wikipedia/package.json b/packages/gatsby-source-wikipedia/package.json index 61b81af89a34c..d511cd7125c44 100644 --- a/packages/gatsby-source-wikipedia/package.json +++ b/packages/gatsby-source-wikipedia/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wikipedia#readme", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 5aa0132f44999..f0a81882b29dc 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -73,10 +73,10 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^4.0.0-zz-next.1", - "gatsby-plugin-image": "^2.0.0-zz-next.1", - "gatsby-plugin-sharp": "^4.0.0-zz-next.1", - "gatsby-transformer-sharp": "^4.0.0-zz-next.1" + "gatsby": "^5.0.0-next", + "gatsby-plugin-image": "^3.0.0-next", + "gatsby-plugin-sharp": "^5.0.0-next", + "gatsby-transformer-sharp": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index f74455a7f1bcc..5ccf84dd820e6 100644 --- a/packages/gatsby-transformer-asciidoc/package.json +++ b/packages/gatsby-transformer-asciidoc/package.json @@ -25,7 +25,7 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-csv/package.json b/packages/gatsby-transformer-csv/package.json index 2b250a3bdc5a0..9e39884bab600 100644 --- a/packages/gatsby-transformer-csv/package.json +++ b/packages/gatsby-transformer-csv/package.json @@ -26,7 +26,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-documentationjs/package.json b/packages/gatsby-transformer-documentationjs/package.json index 31ba6abc877de..775dac695776e 100644 --- a/packages/gatsby-transformer-documentationjs/package.json +++ b/packages/gatsby-transformer-documentationjs/package.json @@ -27,7 +27,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json index faa36c5aeacf2..46b5fe3812a60 100644 --- a/packages/gatsby-transformer-excel/package.json +++ b/packages/gatsby-transformer-excel/package.json @@ -25,7 +25,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-hjson/package.json b/packages/gatsby-transformer-hjson/package.json index f49e334f3853b..2decce1136565 100644 --- a/packages/gatsby-transformer-hjson/package.json +++ b/packages/gatsby-transformer-hjson/package.json @@ -25,7 +25,7 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-javascript-frontmatter/package.json b/packages/gatsby-transformer-javascript-frontmatter/package.json index 210bdfcb988a9..9da217106eac9 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/package.json +++ b/packages/gatsby-transformer-javascript-frontmatter/package.json @@ -23,8 +23,8 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", - "gatsby-source-filesystem": "^4.0.0-next" + "gatsby": "^5.0.0-next", + "gatsby-source-filesystem": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-javascript-static-exports/package.json b/packages/gatsby-transformer-javascript-static-exports/package.json index c45c8a54960ad..757eaeb9a9ca7 100644 --- a/packages/gatsby-transformer-javascript-static-exports/package.json +++ b/packages/gatsby-transformer-javascript-static-exports/package.json @@ -26,7 +26,7 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-json/package.json b/packages/gatsby-transformer-json/package.json index 73894be556408..7941c2f8ab48f 100644 --- a/packages/gatsby-transformer-json/package.json +++ b/packages/gatsby-transformer-json/package.json @@ -24,7 +24,7 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-pdf/package.json b/packages/gatsby-transformer-pdf/package.json index 6acbad6a1ea9c..59a7970a019c9 100644 --- a/packages/gatsby-transformer-pdf/package.json +++ b/packages/gatsby-transformer-pdf/package.json @@ -26,7 +26,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index 72a7a6f6e340e..fd954abc7e949 100644 --- a/packages/gatsby-transformer-react-docgen/package.json +++ b/packages/gatsby-transformer-react-docgen/package.json @@ -31,7 +31,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index 396f3a230dc94..68ff2e02907be 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -46,7 +46,7 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index f8cf2ccffb65a..bb14380f92efd 100644 --- a/packages/gatsby-transformer-screenshot/package.json +++ b/packages/gatsby-transformer-screenshot/package.json @@ -26,7 +26,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 2164cc0545da6..8bafaa6f4bc50 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -33,8 +33,8 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", - "gatsby-plugin-sharp": "^4.0.0-next" + "gatsby": "^5.0.0-next", + "gatsby-plugin-sharp": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index fc882d79187e6..fa0dc91f578c1 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -24,9 +24,9 @@ "debug": "^4.3.4" }, "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5", - "gatsby-source-contentful": "^6.0.0-next", - "gatsby-transformer-sharp": "^4.0.0-next" + "gatsby": "^5.0.0-next", + "gatsby-source-contentful": "^8.0.0-next", + "gatsby-transformer-sharp": "^5.0.0-next" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sqip#readme", "keywords": [ diff --git a/packages/gatsby-transformer-toml/package.json b/packages/gatsby-transformer-toml/package.json index 80b7239870e39..1109cef24651c 100644 --- a/packages/gatsby-transformer-toml/package.json +++ b/packages/gatsby-transformer-toml/package.json @@ -25,7 +25,7 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-xml/package.json b/packages/gatsby-transformer-xml/package.json index 87bddc26b8d43..fdd8f5ab537fc 100644 --- a/packages/gatsby-transformer-xml/package.json +++ b/packages/gatsby-transformer-xml/package.json @@ -26,7 +26,7 @@ "license": "MIT", "main": "index.js", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby-transformer-yaml/package.json b/packages/gatsby-transformer-yaml/package.json index dab2f60ec2f1a..038c3ee9c2910 100644 --- a/packages/gatsby-transformer-yaml/package.json +++ b/packages/gatsby-transformer-yaml/package.json @@ -26,7 +26,7 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^5.0.0-alpha-v5" + "gatsby": "^5.0.0-next" }, "repository": { "type": "git", diff --git a/packages/gatsby/src/bootstrap/load-plugins/__tests__/load-plugins.ts b/packages/gatsby/src/bootstrap/load-plugins/__tests__/load-plugins.ts index 607f76ddb9442..70ab856efcaaf 100644 --- a/packages/gatsby/src/bootstrap/load-plugins/__tests__/load-plugins.ts +++ b/packages/gatsby/src/bootstrap/load-plugins/__tests__/load-plugins.ts @@ -14,7 +14,7 @@ jest.mock(`gatsby-cli/lib/reporter`, () => { log: jest.fn(), warn: jest.fn((...args) => { // filter out compatible warnings as we get a lot of - // Plugin X is not compatible with your gatsby version 4.X.Y-next.Z - It requires gatsby@^5.0.0-alpha-v5 + // Plugin X is not compatible with your gatsby version X - It requires X // right now if (!args[0].includes(`is not compatible with your gatsby version`)) { mockNonIncompatibleWarn(...args)