From 55201db5af0125de5c9fd1f02ece3e2fe42fd25b Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 21 Sep 2024 12:32:34 +0000 Subject: deps: Upgrade nextjs to 14.2.13 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index cdf3ffc1..82dee334 100644 --- a/package.json +++ b/package.json @@ -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" -- cgit v1.2.3-70-g09d2