upgrade tsunami react to 19.2.0 (#2403)

This commit is contained in:
Mike Sawka 2025-10-07 17:19:41 -07:00 committed by GitHub
parent a6c160f093
commit 0a77ded073
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

@ -34812,8 +34812,8 @@
"clsx": "^2.1.1",
"debug": "^4.4.3",
"jotai": "^2.13.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^10.1.0",
"recharts": "^3.1.2",
"tailwind-merge": "^3.3.1"

View file

@ -20,8 +20,8 @@
"clsx": "^2.1.1",
"debug": "^4.4.3",
"jotai": "^2.13.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^10.1.0",
"recharts": "^3.1.2",
"tailwind-merge": "^3.3.1"