mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Next.js 15.4
This commit is contained in:
parent
2c9e02fcc8
commit
8c48d7258b
@ -66,7 +66,7 @@
|
||||
"freestyle-sandboxes": "^0.0.92",
|
||||
"jose": "^5.2.2",
|
||||
"json-diff": "^1.0.6",
|
||||
"next": "15.2.3",
|
||||
"next": "15.4.1",
|
||||
"nodemailer": "^6.9.10",
|
||||
"oidc-provider": "^8.5.1",
|
||||
"pg": "^8.16.3",
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
"geist": "^1",
|
||||
"lodash": "^4.17.21",
|
||||
"lucide-react": "^0.508.0",
|
||||
"next": "15.2.3",
|
||||
"next": "15.4.1",
|
||||
"next-themes": "^0.2.1",
|
||||
"posthog-js": "^1.235.0",
|
||||
"react": "19.0.0",
|
||||
|
||||
@ -1382,10 +1382,10 @@ describe("with server access", () => {
|
||||
"status": 409,
|
||||
"body": {
|
||||
"code": "USER_EMAIL_ALREADY_EXISTS",
|
||||
"details": {
|
||||
"email": "default-mailbox--<stripped UUID>@stack-generated.example.com",
|
||||
"would_work_if_email_was_verified": false,
|
||||
},
|
||||
"details": {
|
||||
"email": "default-mailbox--<stripped UUID>@stack-generated.example.com",
|
||||
"would_work_if_email_was_verified": false,
|
||||
},
|
||||
"error": "A user with email \\"default-mailbox--<stripped UUID>@stack-generated.example.com\\" already exists.",
|
||||
},
|
||||
"headers": Headers {
|
||||
@ -1947,10 +1947,10 @@ describe("with server access", () => {
|
||||
"status": 409,
|
||||
"body": {
|
||||
"code": "USER_EMAIL_ALREADY_EXISTS",
|
||||
"details": {
|
||||
"email": "default-mailbox--<stripped UUID>@stack-generated.example.com",
|
||||
"would_work_if_email_was_verified": false,
|
||||
},
|
||||
"details": {
|
||||
"email": "default-mailbox--<stripped UUID>@stack-generated.example.com",
|
||||
"would_work_if_email_was_verified": false,
|
||||
},
|
||||
"error": "A user with email \\"default-mailbox--<stripped UUID>@stack-generated.example.com\\" already exists.",
|
||||
},
|
||||
"headers": Headers {
|
||||
@ -2010,10 +2010,10 @@ describe("with server access", () => {
|
||||
"status": 409,
|
||||
"body": {
|
||||
"code": "USER_EMAIL_ALREADY_EXISTS",
|
||||
"details": {
|
||||
"email": "default-mailbox--<stripped UUID>@stack-generated.example.com",
|
||||
"would_work_if_email_was_verified": false,
|
||||
},
|
||||
"details": {
|
||||
"email": "default-mailbox--<stripped UUID>@stack-generated.example.com",
|
||||
"would_work_if_email_was_verified": false,
|
||||
},
|
||||
"error": "A user with email \\"default-mailbox--<stripped UUID>@stack-generated.example.com\\" already exists.",
|
||||
},
|
||||
"headers": Headers {
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
"lucide-react": "^0.511.0",
|
||||
"mermaid": "^11.6.0",
|
||||
"minimatch": "^10.0.1",
|
||||
"next": "15.3.2",
|
||||
"next": "15.4.1",
|
||||
"next-themes": "^0.4.6",
|
||||
"posthog-js": "^1.235.0",
|
||||
"react": "^18.3.1",
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
"@stackframe/stack": "workspace:*",
|
||||
"@stackframe/stack-shared": "workspace:*",
|
||||
"@stackframe/stack-ui": "workspace:*",
|
||||
"next": "15.2.3",
|
||||
"next": "15.4.1",
|
||||
"next-themes": "^0.4.3",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
|
||||
875
pnpm-lock.yaml
875
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user