Skip to content

Commit

Permalink
deps: Upgrade nextjs to 14.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Sep 21, 2024
1 parent e585ce6 commit 55201db
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 70 deletions.
2 changes: 1 addition & 1 deletion apps/landing/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"workers": "pnpm --filter @hoarder/workers run start",
"web": "pnpm --filter @hoarder/web run dev",
"prepare": "husky",
"format": "turbo --no-daemon format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
"format:fix": "turbo --no-daemon format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
"lint": "turbo --no-daemon lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
"lint:fix": "turbo --no-daemon lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
"format": "turbo --no-daemon format --continue -- --cache-location node_modules/.cache/.prettiercache",
"format:fix": "turbo --no-daemon format --continue -- --write --cache-location node_modules/.cache/.prettiercache",
"lint": "turbo --no-daemon lint --continue -- --cache-location node_modules/.cache/.eslintcache",
"lint:fix": "turbo --no-daemon lint --continue -- --fix --cache-location node_modules/.cache/.eslintcache",
"lint:ws": "pnpm dlx sherif@latest",
"postinstall": "pnpm lint:ws",
"typecheck": "turbo --no-daemon typecheck"
Expand Down
127 changes: 65 additions & 62 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55201db

Please sign in to comment.