From 021d48e54dc19089afb14884da41fe1af15d124a Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Thu, 22 Feb 2024 13:11:26 +0100 Subject: [PATCH] chore: add carets to devDependencies --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5135cad35..0533cc85a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,9 +26,9 @@ "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", - "eslint-config-next": "14.0.4", + "eslint-config-next": "^14.0.4", "husky": "^9.0.11", - "jiti": "1.21.0", + "jiti": "^1.21.0", "lint-staged": "^15.2.2", "prettier": "^3.2.5", "typescript": "^5" diff --git a/package.json b/package.json index 2af9188bd..01e218b77 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,9 @@ "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", - "eslint-config-next": "14.0.4", + "eslint-config-next": "^14.0.4", "husky": "^9.0.11", - "jiti": "1.21.0", + "jiti": "^1.21.0", "lint-staged": "^15.2.2", "prettier": "^3.2.5", "typescript": "^5"