From cab27e5ccc6405c0368c85cf519efe28a91dc31b Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 9 Sep 2022 16:08:22 +0100 Subject: [PATCH] Pin dependencies --- package-lock.json | 16 ++++++++-------- package.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 005a39b..6f1bc73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,14 +9,14 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "gatsby": "^3.14.6", - "gatsby-plugin-plausible": "^0.0.7", - "gatsby-plugin-robots-txt": "^1.7.1", - "gatsby-plugin-sitemap": "^4.10.0", - "gatsby-plugin-sri": "^1.1.0", - "gatsby-theme-code-notes": "^2.3.0", - "react": "^17.0.2", - "react-dom": "^17.0.2" + "gatsby": "3.14.6", + "gatsby-plugin-plausible": "0.0.7", + "gatsby-plugin-robots-txt": "1.7.1", + "gatsby-plugin-sitemap": "4.10.0", + "gatsby-plugin-sri": "1.1.0", + "gatsby-theme-code-notes": "2.3.0", + "react": "17.0.2", + "react-dom": "17.0.2" } }, "node_modules/@alexcarpenter/slugify": { diff --git a/package.json b/package.json index 35d15a2..9064521 100644 --- a/package.json +++ b/package.json @@ -9,14 +9,14 @@ "start": "gatsby develop" }, "dependencies": { - "gatsby": "^3.14.6", - "gatsby-plugin-plausible": "^0.0.7", - "gatsby-plugin-robots-txt": "^1.7.1", - "gatsby-plugin-sitemap": "^4.10.0", - "gatsby-plugin-sri": "^1.1.0", - "gatsby-theme-code-notes": "^2.3.0", - "react": "^17.0.2", - "react-dom": "^17.0.2" + "gatsby": "3.14.6", + "gatsby-plugin-plausible": "0.0.7", + "gatsby-plugin-robots-txt": "1.7.1", + "gatsby-plugin-sitemap": "4.10.0", + "gatsby-plugin-sri": "1.1.0", + "gatsby-theme-code-notes": "2.3.0", + "react": "17.0.2", + "react-dom": "17.0.2" }, "repository": { "type": "git",