From bec77cb3e19c4541626ea289515b7ee4b670b5bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:58:08 +0000 Subject: [PATCH] fix(deps): update gatsby monorepo --- site/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package.json b/site/package.json index fc979100..315c7b96 100644 --- a/site/package.json +++ b/site/package.json @@ -6,12 +6,12 @@ "dependencies": { "@types/react-syntax-highlighter": "13.5.2", "babel-plugin-styled-components": "2.1.4", - "gatsby": "4.25.9", - "gatsby-link": "4.25.0", + "gatsby": "5.13.7", + "gatsby-link": "5.13.1", "gatsby-plugin-google-fonts": "1.0.1", - "gatsby-plugin-react-helmet": "5.25.0", - "gatsby-plugin-styled-components": "5.25.0", - "gatsby-plugin-typescript": "4.25.0", + "gatsby-plugin-react-helmet": "6.13.1", + "gatsby-plugin-styled-components": "6.13.1", + "gatsby-plugin-typescript": "5.13.1", "gh-pages": "6.2.0", "react": "17.0.2", "react-dom": "17.0.2",