From 1f36ebd86abae78713eb6829196cc34de7c2ad4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:04:33 +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 f8409d5f..20162d06 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.14.1", + "gatsby-link": "5.14.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.14.0", + "gatsby-plugin-styled-components": "6.14.0", + "gatsby-plugin-typescript": "5.14.0", "gh-pages": "6.3.0", "react": "17.0.2", "react-dom": "17.0.2",