upgrade react version

This commit is contained in:
yuneng-jiang 2026-01-31 18:13:44 -08:00
parent b62f46ec5b
commit c68baa3943
3 changed files with 1989 additions and 1568 deletions

File diff suppressed because it is too large Load Diff

View File

@ -39,9 +39,9 @@
"next": "^16.1.6",
"openai": "^4.93.0",
"papaparse": "^5.5.2",
"react": "^18",
"react": "^19.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-dom": "^19.2",
"react-json-view-lite": "^2.5.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.6",

View File

@ -1,4 +1,4 @@
import "@ant-design/v5-patch-for-react-19";
import '@ant-design/v5-patch-for-react-19';
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";