mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +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>
39 lines
935 B
JSON
39 lines
935 B
JSON
{
|
|
"name": "test-cli-t3-pages",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@t3-oss/env-nextjs": "^0.3.1",
|
|
"next": "14.2.35",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/eslint": "^8.37.0",
|
|
"@types/node": "^18.16.0",
|
|
"@types/prettier": "^2.7.2",
|
|
"@types/react": "^18.2.6",
|
|
"@types/react-dom": "^18.2.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
|
"@typescript-eslint/parser": "^5.59.6",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-next": "^13.4.2",
|
|
"postcss": "^8.4.24",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.2.8",
|
|
"tailwindcss": "3.3.7",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.13.1"
|
|
}
|
|
}
|