chore: add carets to dependencies

This commit is contained in:
Arvid Norlin
2024-02-23 13:48:40 +01:00
parent 021d48e54d
commit 8e3ed7d579
2 changed files with 14 additions and 14 deletions

14
package-lock.json generated
View File

@@ -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",

View File

@@ -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",