From 961726f28021bc9c963e3cbfc97daa7de0eb7a68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 08:01:22 +0000 Subject: [PATCH] chore: update starters for testing --- starters/example-i18n/package.json | 10 +++++----- starters/example-lingui/package.json | 16 ++++++++-------- starters/example-react-i18next/package.json | 8 ++++---- starters/example-react-intl/package.json | 8 ++++---- starters/theme/package.json | 2 +- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/starters/example-i18n/package.json b/starters/example-i18n/package.json index 0ddcf987..51aa8391 100755 --- a/starters/example-i18n/package.json +++ b/starters/example-i18n/package.json @@ -14,11 +14,11 @@ "dependencies": { "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", - "gatsby": "^4.3.0", - "gatsby-plugin-create-client-paths": "^4.3.0", - "gatsby-plugin-mdx": "^3.3.0", - "gatsby-plugin-react-helmet": "^5.3.0", - "gatsby-source-filesystem": "^4.3.0", + "gatsby": "^4.25.8", + "gatsby-plugin-create-client-paths": "^4.9.0", + "gatsby-plugin-mdx": "^3.20.0", + "gatsby-plugin-react-helmet": "^5.25.0", + "gatsby-source-filesystem": "^4.25.0", "gatsby-theme-i18n": "^3.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/starters/example-lingui/package.json b/starters/example-lingui/package.json index c0b4dba4..637f4e57 100755 --- a/starters/example-lingui/package.json +++ b/starters/example-lingui/package.json @@ -14,14 +14,14 @@ "compile": "lingui compile" }, "dependencies": { - "@lingui/core": "^3.13.0", - "@lingui/react": "^3.13.0", + "@lingui/core": "^3.17.2", + "@lingui/react": "^3.17.2", "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", - "gatsby": "^4.3.0", - "gatsby-plugin-mdx": "^3.3.0", - "gatsby-plugin-react-helmet": "^5.3.0", - "gatsby-source-filesystem": "^4.3.0", + "gatsby": "^4.25.8", + "gatsby-plugin-mdx": "^3.20.0", + "gatsby-plugin-react-helmet": "^5.25.0", + "gatsby-source-filesystem": "^4.25.0", "gatsby-theme-i18n": "^3.0.0", "gatsby-theme-i18n-lingui": "^3.0.0", "react": "^17.0.2", @@ -29,8 +29,8 @@ "react-helmet": "^6.1.0" }, "devDependencies": { - "@lingui/cli": "^3.13.0", - "@lingui/macro": "^3.13.0", + "@lingui/cli": "^3.17.2", + "@lingui/macro": "^3.17.2", "babel-preset-gatsby": "^2.3.0" } } diff --git a/starters/example-react-i18next/package.json b/starters/example-react-i18next/package.json index cf6e0369..d9f68c3d 100755 --- a/starters/example-react-i18next/package.json +++ b/starters/example-react-i18next/package.json @@ -14,10 +14,10 @@ "dependencies": { "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", - "gatsby": "^4.3.0", - "gatsby-plugin-mdx": "^3.3.0", - "gatsby-plugin-react-helmet": "^5.3.0", - "gatsby-source-filesystem": "^4.3.0", + "gatsby": "^4.25.8", + "gatsby-plugin-mdx": "^3.20.0", + "gatsby-plugin-react-helmet": "^5.25.0", + "gatsby-source-filesystem": "^4.25.0", "gatsby-theme-i18n": "^3.0.0", "gatsby-theme-i18n-react-i18next": "^3.0.0", "react": "^17.0.2", diff --git a/starters/example-react-intl/package.json b/starters/example-react-intl/package.json index 056d2a8b..b939c54d 100755 --- a/starters/example-react-intl/package.json +++ b/starters/example-react-intl/package.json @@ -14,13 +14,13 @@ "dependencies": { "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", - "gatsby": "^4.3.0", - "gatsby-plugin-mdx": "^3.3.0", - "gatsby-source-filesystem": "^4.3.0", + "gatsby": "^4.25.8", + "gatsby-plugin-mdx": "^3.20.0", + "gatsby-source-filesystem": "^4.25.0", "gatsby-theme-i18n": "^3.0.0", "gatsby-theme-i18n-react-intl": "^3.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-intl": "^5.23.0" + "react-intl": "^5.25.1" } } diff --git a/starters/theme/package.json b/starters/theme/package.json index 212308a5..a32b6d67 100755 --- a/starters/theme/package.json +++ b/starters/theme/package.json @@ -12,7 +12,7 @@ "build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build" }, "dependencies": { - "gatsby": "^4.3.0", + "gatsby": "^4.25.8", "gatsby-theme-blog": "^4.0.0", "gatsby-theme-blog-darkmode": "^4.0.0", "gatsby-theme-notes": "^4.0.0",