mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-08 06:28:37 +00:00
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>
40 lines
948 B
JSON
40 lines
948 B
JSON
{
|
|
"name": "test-cli-t3-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@t3-oss/env-nextjs": "^0.10.1",
|
|
"geist": "^1.3.0",
|
|
"next": "14.2.35",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"zod": "^3.23.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/eslint": "^8.56.10",
|
|
"@types/node": "^20.14.10",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
"@typescript-eslint/parser": "^7.1.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^14.2.4",
|
|
"postcss": "^8.4.24",
|
|
"prettier": "^3.3.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.36.2"
|
|
},
|
|
"packageManager": "npm@9.8.0"
|
|
}
|