Skip to content

Commit

Permalink
update payload, nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
genox committed Dec 16, 2024
1 parent dbd7c84 commit 4819524
Show file tree
Hide file tree
Showing 3 changed files with 1,685 additions and 2,012 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,56 +26,56 @@
"node": ">=22.9.0"
},
"dependencies": {
"@payloadcms/db-postgres": "3.1.1",
"@payloadcms/email-nodemailer": "3.1.1",
"@payloadcms/next": "3.1.1",
"@payloadcms/richtext-lexical": "3.1.1",
"@payloadcms/storage-s3": "3.1.1",
"@payloadcms/ui": "3.1.1",
"babel-plugin-react-compiler": "0.0.0-experimental-48eb8f4-20240822",
"chromiumly": "^3.9.0",
"@payloadcms/db-postgres": "3.7.0",
"@payloadcms/email-nodemailer": "3.7.0",
"@payloadcms/next": "3.7.0",
"@payloadcms/richtext-lexical": "3.7.0",
"@payloadcms/storage-s3": "3.7.0",
"@payloadcms/ui": "3.7.0",
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206",
"chromiumly": "^3.10.1",
"cross-env": "^7.0.3",
"graphql": "^16.9.0",
"graphql": "^16.10.0",
"jsonwebtoken": "^9.0.2",
"ky": "^1.7.2",
"ky": "^1.7.3",
"lodash-es": "^4.17.21",
"next": "15.0.3",
"next": "15.1.0",
"nodemailer": "^6.9.16",
"payload": "3.1.1",
"payload-oauth2": "^1.0.6",
"react": "19.0.0-rc-65a56d0e-20241020",
"react-dom": "19.0.0-rc-65a56d0e-20241020",
"react-i18next": "^14.1.3",
"react-router-dom": "5.3.4",
"payload": "3.7.0",
"payload-oauth2": "^1.0.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.2.0",
"react-router-dom": "7.0.2",
"sharp": "0.33.5",
"swr": "^2.2.5",
"tslog": "^4.9.3"
},
"devDependencies": {
"@payloadcms/graphql": "3.1.1",
"@swc/core": "1.9.3",
"@payloadcms/graphql": "3.7.0",
"@swc/core": "1.10.1",
"@tailwindcss/typography": "^0.5.15",
"@types/jsdom": "^21.1.7",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.0",
"@types/node": "^22.10.2",
"@types/nodemailer": "^6.4.17",
"@types/react": "npm:types-react@19.0.0-rc.0",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"tailwindcss": "^3.4.16",
"typescript": "5.6.3"
},
"overrides": {
Expand Down
Loading

0 comments on commit 4819524

Please sign in to comment.