feat(client): migrate to Gatsby v5 and React 18 (#65729)

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Sem Bauke
2026-02-11 19:15:32 +01:00
committed by GitHub
parent 1ecd36c440
commit 30bcf40381
65 changed files with 3979 additions and 5867 deletions
@@ -21,6 +21,9 @@
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
"author": "freeCodeCamp <team@freecodecamp.org>",
"main": "gatsby-node.js",
"peerDependencies": {
"gatsby": "^5.0.0"
},
"devDependencies": {
"@freecodecamp/eslint-config": "workspace:*",
"eslint": "^9.39.1"
@@ -21,6 +21,9 @@
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
"author": "freeCodeCamp <team@freecodecamp.org>",
"main": "gatsby-node.js",
"peerDependencies": {
"gatsby": "^5.0.0"
},
"devDependencies": {
"@freecodecamp/eslint-config": "workspace:*",
"@freecodecamp/curriculum": "workspace:*",