Skip to content

Commit 55201db

Browse files
committed
deps: Upgrade nextjs to 14.2.13
1 parent e585ce6 commit 55201db

File tree

6 files changed

+73
-70
lines changed

6 files changed

+73
-70
lines changed

Diff for: apps/landing/next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

Diff for: apps/landing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"class-variance-authority": "^0.7.0",
2020
"clsx": "^2.1.0",
2121
"lucide-react": "^0.330.0",
22-
"next": "14.1.4",
22+
"next": "14.2.13",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
2525
"react-select": "^5.8.0",

Diff for: apps/web/next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

Diff for: apps/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"drizzle-orm": "^0.33.0",
5050
"fastest-levenshtein": "^1.0.16",
5151
"lucide-react": "^0.330.0",
52-
"next": "14.1.4",
52+
"next": "14.2.13",
5353
"next-auth": "^4.24.5",
5454
"next-pwa": "^5.6.0",
5555
"next-themes": "^0.3.0",

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"workers": "pnpm --filter @hoarder/workers run start",
1414
"web": "pnpm --filter @hoarder/web run dev",
1515
"prepare": "husky",
16-
"format": "turbo --no-daemon format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
17-
"format:fix": "turbo --no-daemon format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
18-
"lint": "turbo --no-daemon lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
19-
"lint:fix": "turbo --no-daemon lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
16+
"format": "turbo --no-daemon format --continue -- --cache-location node_modules/.cache/.prettiercache",
17+
"format:fix": "turbo --no-daemon format --continue -- --write --cache-location node_modules/.cache/.prettiercache",
18+
"lint": "turbo --no-daemon lint --continue -- --cache-location node_modules/.cache/.eslintcache",
19+
"lint:fix": "turbo --no-daemon lint --continue -- --fix --cache-location node_modules/.cache/.eslintcache",
2020
"lint:ws": "pnpm dlx sherif@latest",
2121
"postinstall": "pnpm lint:ws",
2222
"typecheck": "turbo --no-daemon typecheck"

Diff for: pnpm-lock.yaml

+65-62
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)