From ca10f6006e0ed064afb6ac4a848a56335ca15807 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:22:29 +0000 Subject: [PATCH 1/3] feat: Updated package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 000d3429..7f3750d4 100644 --- a/package.json +++ b/package.json @@ -43,8 +43,8 @@ "gatsby-transformer-sharp": "^4.7.0", "netlify-cms-app": "^2.14.32", "prismjs": "^1.27.0", - "react": "^16.14.0", - "react-dom": "^16.14.0", + "react": "^17.0.2", + "react-dom": "^17.0.2", "react-helmet": "^6.1.0", "react-icons": "^4.10.1", "sass": "^1.49.7", From 43bc245436289f543c85d60daeec8812798d8c37 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:31:18 +0000 Subject: [PATCH 2/3] feat: Updated package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f3750d4..720813bf 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,8 @@ "name": "@stackrole/gatsby-starter-foundation", "description": "A starter to launch your blazing fast personal website and a blog, Built with Gatsby and Netlify CMS. Made with ❤ by Stackrole", "version": "2.0.0", + "main": "index.js", // Assuming index.js is the main entry point of the application + "keywords": ["gatsby", "netlify", "cms", "blog", "website"], // Add relevant keywords "author": "Stackrole ", "license": "MIT", "repository": { @@ -18,7 +20,7 @@ "start": "npm run develop", "serve": "gatsby serve", "clean": "gatsby clean", - "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" + "test": "npm run test" // Assuming there are tests to run }, "dependencies": { "@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^3.0.2", From da1988918d995f7db48de70e5dffac43d376324a Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:46:05 +0000 Subject: [PATCH 3/3] feat: Updated .github/workflows/codeql-analysis.ym --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3a56b0d5..76d2723d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -53,7 +53,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v2 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl