We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef26b0c commit 5f883b6Copy full SHA for 5f883b6
2 files changed
llm-ui/package.json
@@ -39,9 +39,9 @@
39
"next": "^13.5.6",
40
"next-themes": "^0.2.1",
41
"openai": "^4.19.0",
42
- "react": "^18.2.0",
+ "react": "^19.0.0",
43
"react-children-utilities": "^2.9.0",
44
- "react-dom": "^18.2.0",
+ "react-dom": "^19.0.0",
45
"react-hot-toast": "^2.4.1",
46
"react-intersection-observer": "^9.5.3",
47
"react-markdown": "^9.0.1",
@@ -56,8 +56,8 @@
56
"devDependencies": {
57
"@tailwindcss/typography": "^0.5.10",
58
"@types/node": "^20.9.1",
59
- "@types/react": "^18.2.37",
60
- "@types/react-dom": "^18.2.15",
+ "@types/react": "^19.0.0",
+ "@types/react-dom": "^19.0.0",
61
"@types/react-syntax-highlighter": "^15.5.10",
62
"@typescript-eslint/parser": "^6.0.0",
63
"autoprefixer": "^10.4.16",
0 commit comments