diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/landing/next-env.d.ts | 2 | ||||
| -rw-r--r-- | apps/landing/package.json | 2 | ||||
| -rw-r--r-- | apps/web/next-env.d.ts | 2 | ||||
| -rw-r--r-- | apps/web/package.json | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/apps/landing/next-env.d.ts b/apps/landing/next-env.d.ts index 4f11a03d..40c3d680 100644 --- a/apps/landing/next-env.d.ts +++ b/apps/landing/next-env.d.ts @@ -2,4 +2,4 @@ /// <reference types="next/image-types/global" /> // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. diff --git a/apps/landing/package.json b/apps/landing/package.json index 3a2bdb10..0a134d68 100644 --- a/apps/landing/package.json +++ b/apps/landing/package.json @@ -19,7 +19,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "lucide-react": "^0.330.0", - "next": "14.1.4", + "next": "14.2.13", "react": "^18.2.0", "react-dom": "^18.2.0", "react-select": "^5.8.0", diff --git a/apps/web/next-env.d.ts b/apps/web/next-env.d.ts index 4f11a03d..40c3d680 100644 --- a/apps/web/next-env.d.ts +++ b/apps/web/next-env.d.ts @@ -2,4 +2,4 @@ /// <reference types="next/image-types/global" /> // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. diff --git a/apps/web/package.json b/apps/web/package.json index 62d706cd..5542bb2a 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -49,7 +49,7 @@ "drizzle-orm": "^0.33.0", "fastest-levenshtein": "^1.0.16", "lucide-react": "^0.330.0", - "next": "14.1.4", + "next": "14.2.13", "next-auth": "^4.24.5", "next-pwa": "^5.6.0", "next-themes": "^0.3.0", |
