Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 7ad6d2e

Browse files
committed
chore: bump payload to beta.76 and next and react dependencies
1 parent e05e417 commit 7ad6d2e

File tree

3 files changed

+445
-530
lines changed

3 files changed

+445
-530
lines changed

Diff for: package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@
2020
"node": "^18.20.2 || >=20.9.0"
2121
},
2222
"dependencies": {
23-
"@payloadcms/db-mongodb": "3.0.0-beta.71",
24-
"@payloadcms/db-postgres": "3.0.0-beta.71",
25-
"@payloadcms/next": "3.0.0-beta.71",
26-
"@payloadcms/richtext-lexical": "3.0.0-beta.71",
27-
"@payloadcms/richtext-slate": "3.0.0-beta.71",
28-
"@payloadcms/ui": "3.0.0-beta.71",
23+
"@payloadcms/db-mongodb": "3.0.0-beta.76",
24+
"@payloadcms/db-postgres": "3.0.0-beta.76",
25+
"@payloadcms/next": "3.0.0-beta.76",
26+
"@payloadcms/richtext-lexical": "3.0.0-beta.76",
27+
"@payloadcms/richtext-slate": "3.0.0-beta.76",
28+
"@payloadcms/ui": "3.0.0-beta.76",
2929
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
3030
"cross-env": "^7.0.3",
3131
"graphql": "^16.8.2",
32-
"next": "15.0.0-canary.77",
33-
"payload": "3.0.0-beta.71",
34-
"react": "19.0.0-rc-6230622a1a-20240610",
35-
"react-dom": "19.0.0-rc-6230622a1a-20240610",
32+
"next": "15.0.0-canary.104",
33+
"payload": "3.0.0-beta.76",
34+
"react": "19.0.0-rc-06d0b89e-20240801",
35+
"react-dom": "19.0.0-rc-06d0b89e-20240801",
3636
"sharp": "0.32.6"
3737
},
3838
"devDependencies": {
39-
"@payloadcms/graphql": "3.0.0-beta.71",
39+
"@payloadcms/graphql": "3.0.0-beta.76",
4040
"@types/node": "^20.14.9",
4141
"@types/react": "npm:[email protected]",
4242
"@types/react-dom": "npm:[email protected]",

Diff for: payload-types.ts

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export interface Config {
2929
export interface UserAuthOperations {
3030
forgotPassword: {
3131
email: string;
32+
password: string;
3233
};
3334
login: {
3435
email: string;
@@ -40,6 +41,7 @@ export interface UserAuthOperations {
4041
};
4142
unlock: {
4243
email: string;
44+
password: string;
4345
};
4446
}
4547
/**

0 commit comments

Comments
 (0)