changes to version, ssg, and storage
This commit is contained in:
30
package.json
30
package.json
@@ -12,16 +12,18 @@
|
||||
"payload:migrate:create": "payload migrate:create"
|
||||
},
|
||||
"dependencies": {
|
||||
"@payloadcms/db-sqlite": "^3.53.0",
|
||||
"@payloadcms/next": "^3.53.0",
|
||||
"@payloadcms/richtext-lexical": "^3.53.0",
|
||||
"@payloadcms/db-postgres": "^3.71.1",
|
||||
"@payloadcms/next": "^3.71.1",
|
||||
"@payloadcms/richtext-lexical": "^3.71.1",
|
||||
"@payloadcms/storage-s3": "^3.71.1",
|
||||
"@payloadcms/ui": "^3.71.1",
|
||||
"clsx": "^2.1.1",
|
||||
"graphql": "^16.11.0",
|
||||
"lucide-react": "^0.541.0",
|
||||
"next": "15.5.8",
|
||||
"payload": "^3.53.0",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"next": "16.1.2",
|
||||
"payload": "^3.71.1",
|
||||
"react": "19.2.3",
|
||||
"react-dom": "19.2.3",
|
||||
"sharp": "^0.34.3",
|
||||
"tailwind-merge": "^3.3.1"
|
||||
},
|
||||
@@ -29,12 +31,18 @@
|
||||
"@eslint/eslintrc": "^3",
|
||||
"@tailwindcss/postcss": "^4",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
"@types/react": "19.2.8",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"eslint": "^9",
|
||||
"eslint-config-next": "15.5.0",
|
||||
"eslint-config-next": "16.1.2",
|
||||
"tailwindcss": "^4",
|
||||
"typescript": "^5"
|
||||
},
|
||||
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
|
||||
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a",
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@types/react": "19.2.8",
|
||||
"@types/react-dom": "19.2.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user