upgrade react version
This commit is contained in:
parent
b62f46ec5b
commit
c68baa3943
3551
ui/litellm-dashboard/package-lock.json
generated
3551
ui/litellm-dashboard/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user