diff options
| author | MohamedBassem <me@mbassem.com> | 2024-09-21 12:32:34 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-09-21 12:32:34 +0000 |
| commit | 55201db5af0125de5c9fd1f02ece3e2fe42fd25b (patch) | |
| tree | 52b42245f3ea72ca9cbc232414828614418bd473 /apps/landing | |
| parent | e585ce6df855c7f3e53b2730990143691eb8e41b (diff) | |
| download | karakeep-55201db5af0125de5c9fd1f02ece3e2fe42fd25b.tar.zst | |
deps: Upgrade nextjs to 14.2.13
Diffstat (limited to 'apps/landing')
| -rw-r--r-- | apps/landing/next-env.d.ts | 2 | ||||
| -rw-r--r-- | apps/landing/package.json | 2 |
2 files changed, 2 insertions, 2 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", |
