Files
chat-ui/examples/fastapi/frontend/package.json
T
Vercel b27fae84a5 Fix React Server Components CVE vulnerabilities
Updated dependencies to fix Next.js and React CVE vulnerabilities.

The fix-react2shell-next tool automatically updated the following packages to their secure versions:
- next
- react-server-dom-webpack
- react-server-dom-parcel  
- react-server-dom-turbopack

All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
2025-12-16 22:38:26 +00:00

35 lines
829 B
JSON

{
"name": "fastapi-chat-ui-example",
"version": "0.1.19",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@llamaindex/chat-ui": "latest",
"@ai-sdk/react": "^2.0.4",
"@ai-sdk/rsc": "^1.0.4",
"ai": "^5.0.4",
"next": "15.3.8",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"eslint": "^9",
"eslint-config-next": "15.3.5",
"@eslint/eslintrc": "^3",
"@next/eslint-plugin-next": "^14.2.3",
"@tailwindcss/postcss": "^4.0.7",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"postcss": "^8.4.35",
"tailwindcss": "^4.0.7",
"typescript": "^5.3.3"
}
}