Skip to content

Commit d7338aa

Browse files
committed
chore: Update dependencies
- Upgrade to react 19 stable version - Upgrade to latest payload & next version
1 parent 75b88c0 commit d7338aa

File tree

3 files changed

+485
-255
lines changed

3 files changed

+485
-255
lines changed

dev/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"generate:importmap": "payload generate:importmap"
1616
},
1717
"dependencies": {
18-
"@payloadcms/db-postgres": "3.0.0",
19-
"@payloadcms/next": "3.0.0",
20-
"@payloadcms/ui": "3.0.0",
18+
"@payloadcms/db-postgres": "3.5.0",
19+
"@payloadcms/next": "3.5.0",
20+
"@payloadcms/ui": "3.5.0",
2121
"jsonwebtoken": "^9.0.2",
22-
"next": "15.0.3",
22+
"next": "15.0.4",
2323
"next-auth": "5.0.0-beta.25",
2424
"nodemailer": "^6.9.16",
25-
"payload": "3.0.0",
26-
"react": "19.0.0-rc-02c0e824-20241028",
27-
"react-dom": "19.0.0-rc-02c0e824-20241028",
25+
"payload": "3.5.0",
26+
"react": "19.0.0",
27+
"react-dom": "19.0.0",
2828
"sharp": "^0.33.5",
2929
"payload-authjs": "workspace:*"
3030
},

package.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,19 @@
5656
"@nx/js": "20.0.6",
5757
"@nx/next": "20.0.6",
5858
"@payloadcms/eslint-config": "3.0.0",
59-
"@types/react": "npm:types-react@19.0.0-rc.1",
60-
"next": "15.0.3",
59+
"@types/react": "19.0.1",
60+
"next": "15.0.4",
6161
"next-auth": "5.0.0-beta.25",
6262
"nx": "20.0.6",
63-
"payload": "3.0.0",
63+
"payload": "3.5.0",
6464
"prettier": "^3.3.3",
65-
"react": "19.0.0-rc-02c0e824-20241028",
66-
"react-dom": "19.0.0-rc-02c0e824-20241028",
65+
"react": "19.0.0",
66+
"react-dom": "19.0.0",
6767
"typescript": "^5.6.3"
6868
},
6969
"nx": {},
7070
"dependencies": {
71-
"@auth/core": "^0.37.2"
71+
"@auth/core": "^0.37.4"
7272
},
73-
"packageManager": "pnpm@9.12.3",
74-
"pnpm": {
75-
"overrides": {
76-
"@types/react": "npm:types-react@19.0.0-rc.1"
77-
}
78-
}
73+
"packageManager": "pnpm@9.12.3"
7974
}

0 commit comments

Comments
 (0)