Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Commit c68c9f7

Browse files
bfirshclaude
andcommitted
Upgrade React 18 → 19 and React Router 6 → 7
- react, react-dom: 18.3.1 → 19.2.3 - react-router-dom: 6.30.2 → 7.11.0 Note: react-ga doesn't officially support React 19 yet but works fine. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0d95a61 commit c68c9f7

3 files changed

Lines changed: 74 additions & 64 deletions

File tree

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"Bash(npm view:*)",
55
"Bash(ls:*)",
66
"Bash(npm run build:*)",
7-
"Bash(npm test:*)"
7+
"Bash(npm test:*)",
8+
"Bash(npm ls:*)"
89
],
910
"deny": []
1011
}

package-lock.json

Lines changed: 69 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"jsnes": "git+ssh://git@github.com/bfirsh/jsnes.git",
1010
"prop-types": "^15.8.1",
1111
"raven-js": "^3.27.2",
12-
"react": "^18.2.0",
13-
"react-dom": "^18.2.0",
12+
"react": "^19.2.3",
13+
"react-dom": "^19.2.3",
1414
"react-ga": "^3.3.1",
15-
"react-router-dom": "^6.3.0",
15+
"react-router-dom": "^7.11.0",
1616
"reactstrap": "^9.1.3",
1717
"ringbufferjs": "^2.0.0",
1818
"sass": "^1.94.2"

0 commit comments

Comments
 (0)