Skip to content

Commit 2122ada

Browse files
committed
fix(deps): pin matching React and React DOM versions
Prevent runtime version-mismatch crashes by locking react and react-dom to the exact same 19.2.5 release. Made-with: Cursor
1 parent a16baff commit 2122ada

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

bun.lock

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"i18next": "^25.8.19",
4444
"lucide-react": "^0.577.0",
4545
"posthog-js": "^1.370.0",
46-
"react": "^19.1.0",
47-
"react-dom": "^19.1.0",
46+
"react": "19.2.5",
47+
"react-dom": "19.2.5",
4848
"react-i18next": "^16.5.8",
4949
"react-markdown": "^10.1.0",
5050
"react-router-dom": "^7.13.1",

0 commit comments

Comments
 (0)