Upgrade to Next 15.3.0
This commit is contained in:
parent
7bf5b4fbf7
commit
21f8392cc6
28
package.json
28
package.json
@ -9,17 +9,17 @@
|
||||
"analyze": "ANALYZE=true next build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "^1.3.9",
|
||||
"@aws-sdk/client-s3": "3.782.0",
|
||||
"@aws-sdk/s3-request-presigner": "3.782.0",
|
||||
"@radix-ui/react-dialog": "^1.1.6",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
||||
"@radix-ui/react-tooltip": "^1.1.8",
|
||||
"@radix-ui/react-visually-hidden": "^1.1.2",
|
||||
"@ai-sdk/openai": "^1.3.10",
|
||||
"@aws-sdk/client-s3": "3.787.0",
|
||||
"@aws-sdk/s3-request-presigner": "3.787.0",
|
||||
"@radix-ui/react-dialog": "^1.1.7",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.7",
|
||||
"@radix-ui/react-tooltip": "^1.2.0",
|
||||
"@radix-ui/react-visually-hidden": "^1.1.3",
|
||||
"@upstash/ratelimit": "^2.0.5",
|
||||
"@upstash/redis": "^1.34.7",
|
||||
"@vercel/analytics": "^1.5.0",
|
||||
"@vercel/blob": "^0.27.3",
|
||||
"@vercel/blob": "^1.0.0",
|
||||
"@vercel/speed-insights": "^1.2.0",
|
||||
"ai": "^4.3.4",
|
||||
"camelcase-keys": "^9.1.3",
|
||||
@ -28,9 +28,9 @@
|
||||
"date-fns": "^4.1.0",
|
||||
"date-fns-tz": "^3.2.0",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"framer-motion": "^12.6.3",
|
||||
"framer-motion": "^12.6.5",
|
||||
"nanoid": "^5.1.5",
|
||||
"next": "15.2.4",
|
||||
"next": "15.3.0",
|
||||
"next-auth": "5.0.0-beta.25",
|
||||
"next-themes": "^0.4.6",
|
||||
"pg": "^8.14.1",
|
||||
@ -47,8 +47,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@next/bundle-analyzer": "15.2.4",
|
||||
"@next/eslint-plugin-next": "^15.2.4",
|
||||
"@next/bundle-analyzer": "15.3.0",
|
||||
"@next/eslint-plugin-next": "^15.3.0",
|
||||
"@tailwindcss/container-queries": "^0.1.1",
|
||||
"@tailwindcss/forms": "^0.5.10",
|
||||
"@tailwindcss/postcss": "^4.1.3",
|
||||
@ -59,11 +59,11 @@
|
||||
"@types/node": "^22.14.0",
|
||||
"@types/pg": "^8.11.11",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/react-dom": "19.1.1",
|
||||
"@types/react-dom": "19.1.2",
|
||||
"@types/sanitize-html": "^2.15.0",
|
||||
"cross-fetch": "^4.1.0",
|
||||
"eslint": "9.24.0",
|
||||
"eslint-config-next": "15.2.4",
|
||||
"eslint-config-next": "15.3.0",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
|
||||
999
pnpm-lock.yaml
generated
999
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user