From 8e3ed7d57936e8d9cb78e25fc2566fc056525397 Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Fri, 23 Feb 2024 13:48:40 +0100 Subject: [PATCH] chore: add carets to dependencies --- package-lock.json | 14 +++++++------- package.json | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0533cc85a..f3b6430c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,16 +10,16 @@ "dependencies": { "@contentstack/live-preview-utils": "^1.4.0", "@netlify/plugin-nextjs": "^5.0.0-beta.9", - "@t3-oss/env-nextjs": "0.9.2", + "@t3-oss/env-nextjs": "^0.9.2", "class-variance-authority": "^0.7.0", - "graphql": "16.8.1", - "graphql-request": "6.1.0", - "graphql-tag": "2.12.6", - "next": "14.1.0", + "graphql": "^16.8.1", + "graphql-request": "^6.1.0", + "graphql-tag": "^2.12.6", + "next": "^14.1.0", "react": "^18", "react-dom": "^18", - "server-only": "0.0.1", - "zod": "3.22.4" + "server-only": "^0.0.1", + "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20", diff --git a/package.json b/package.json index 01e218b77..2a4c4fc68 100644 --- a/package.json +++ b/package.json @@ -13,16 +13,16 @@ "dependencies": { "@contentstack/live-preview-utils": "^1.4.0", "@netlify/plugin-nextjs": "^5.0.0-beta.9", - "@t3-oss/env-nextjs": "0.9.2", + "@t3-oss/env-nextjs": "^0.9.2", "class-variance-authority": "^0.7.0", - "graphql": "16.8.1", - "graphql-request": "6.1.0", - "graphql-tag": "2.12.6", - "next": "14.1.0", + "graphql": "^16.8.1", + "graphql-request": "^6.1.0", + "graphql-tag": "^2.12.6", + "next": "^14.1.0", "react": "^18", "react-dom": "^18", - "server-only": "0.0.1", - "zod": "3.22.4" + "server-only": "^0.0.1", + "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20",