diff options
Diffstat (limited to 'apps/web')
| -rw-r--r-- | apps/web/next-env.d.ts | 2 | ||||
| -rw-r--r-- | apps/web/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
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", |
