Upgrade to Next.js 15

This commit is contained in:
Sam Becker 2024-12-22 12:40:52 -05:00
parent 0c69efaab4
commit de4eb90309
3 changed files with 2489 additions and 2139 deletions

View File

@ -45,7 +45,6 @@
"thephotoblog",
"trpc",
"Turbopack",
"undici",
"unnest",
"upstash",
"UsKSGcbt",

View File

@ -9,57 +9,56 @@
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.62",
"@aws-sdk/client-s3": "3.658.1",
"@aws-sdk/s3-request-presigner": "3.658.1",
"@next/bundle-analyzer": "14.2.13",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@ai-sdk/openai": "^1.0.11",
"@aws-sdk/client-s3": "3.717.0",
"@aws-sdk/s3-request-presigner": "3.717.0",
"@next/bundle-analyzer": "15.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/pg": "^8.11.10",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@upstash/ratelimit": "^2.0.3",
"@vercel/analytics": "^1.3.1",
"@vercel/blob": "^0.24.0",
"@vercel/kv": "^2.0.0",
"@vercel/speed-insights": "^1.0.12",
"ai": "^3.4.4",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@upstash/ratelimit": "^2.0.5",
"@vercel/analytics": "^1.4.1",
"@vercel/blob": "^0.27.0",
"@vercel/kv": "^3.0.0",
"@vercel/speed-insights": "^1.1.0",
"ai": "^4.0.22",
"autoprefixer": "10.4.20",
"camelcase-keys": "^9.1.3",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.13",
"eslint": "9.17.0",
"eslint-config-next": "15.1.2",
"exifr": "^7.1.3",
"framer-motion": "^11.8.0",
"framer-motion": "^11.15.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nanoid": "^5.0.7",
"next": "14.2.13",
"nanoid": "^5.0.9",
"next": "15.1.2",
"next-auth": "5.0.0-beta.21",
"next-themes": "^0.3.0",
"pg": "^8.13.0",
"postcss": "8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"sanitize-html": "^2.13.0",
"next-themes": "^0.4.4",
"pg": "^8.13.1",
"postcss": "8.4.49",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"sanitize-html": "^2.14.0",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"sonner": "^1.7.1",
"swr": "^2.2.5",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.17",
"ts-exif-parser": "^0.2.2",
"typescript": "5.6.2",
"undici": "^6.19.8",
"use-debounce": "^10.0.3"
"typescript": "5.7.2",
"use-debounce": "^10.0.4"
}
}

4554
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff