From 9595f3a753805488e3fdd468a7d1f8488322ad73 Mon Sep 17 00:00:00 2001 From: Sindre Gulseth Date: Tue, 19 Mar 2024 16:16:15 +0100 Subject: [PATCH] chore(codegen): bind groq-js to ^1.5.0 (#6055) --- packages/@sanity/codegen/package.json | 2 +- packages/@sanity/schema/package.json | 2 +- packages/sanity/package.json | 2 +- pnpm-lock.yaml | 19 +++++++++---------- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/packages/@sanity/codegen/package.json b/packages/@sanity/codegen/package.json index a9033b05f6b..bd0e05e6a9b 100644 --- a/packages/@sanity/codegen/package.json +++ b/packages/@sanity/codegen/package.json @@ -69,7 +69,7 @@ "debug": "^4.3.4", "globby": "^10.0.0", "json5": "^2.2.3", - "groq-js": "1.5.0-canary.1", + "groq-js": "^1.5.0", "tsconfig-paths": "^4.2.0", "zod": "^3.22.4" }, diff --git a/packages/@sanity/schema/package.json b/packages/@sanity/schema/package.json index 0d56dc03f6f..e66c0579bef 100644 --- a/packages/@sanity/schema/package.json +++ b/packages/@sanity/schema/package.json @@ -77,7 +77,7 @@ "@sanity/generate-help-url": "^3.0.0", "@sanity/types": "3.34.0", "arrify": "^1.0.1", - "groq-js": "^1.5.0-canary.1", + "groq-js": "^1.5.0", "humanize-list": "^1.0.1", "leven": "^3.1.0", "lodash": "^4.17.21", diff --git a/packages/sanity/package.json b/packages/sanity/package.json index 629715e4705..efc748bc9ca 100644 --- a/packages/sanity/package.json +++ b/packages/sanity/package.json @@ -252,7 +252,7 @@ "framer-motion": "^11.0.0", "get-it": "^8.4.14", "get-random-values-esm": "1.0.2", - "groq-js": "1.5.0-canary.1", + "groq-js": "^1.5.0", "hashlru": "^2.3.0", "history": "^5.3.0", "i18next": "^23.2.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 53200ba94e8..b2bc944ab05 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -870,8 +870,8 @@ importers: specifier: ^10.0.0 version: 10.0.2 groq-js: - specifier: 1.5.0-canary.1 - version: 1.5.0-canary.1 + specifier: ^1.5.0 + version: 1.5.0 json5: specifier: ^2.2.3 version: 2.2.3 @@ -1246,8 +1246,8 @@ importers: specifier: ^1.0.1 version: 1.0.1 groq-js: - specifier: ^1.5.0-canary.1 - version: 1.5.0-canary.1 + specifier: ^1.5.0 + version: 1.5.0 humanize-list: specifier: ^1.0.1 version: 1.0.1 @@ -1594,8 +1594,8 @@ importers: specifier: 1.0.2 version: 1.0.2 groq-js: - specifier: 1.5.0-canary.1 - version: 1.5.0-canary.1 + specifier: ^1.5.0 + version: 1.5.0 hashlru: specifier: ^2.3.0 version: 2.3.0 @@ -6524,7 +6524,7 @@ packages: express: 4.18.2 globby: 11.1.0 groq: 3.34.0 - groq-js: 1.4.3 + groq-js: 1.5.0 history: 5.3.0 jsonc-parser: 3.2.1 mkdirp: 1.0.4 @@ -12078,14 +12078,13 @@ packages: resolution: {integrity: sha512-h2vFXJ/U5VX9bzlqqZLgx/XS0ibNJza4eMxUjZTqkpe3gKafFIJSkMP0RS/XEQR18gJMjXAJNziWdY7JYYfl7w==} engines: {node: '>= 14'} - /groq-js@1.5.0-canary.1: - resolution: {integrity: sha512-p3eqvL0mYS9bzCgpQT4IGs32MCDyyWOU7ilpr7UR4k7AedXYNtd/ha9UpszP6i2VrAXCfmJ63zvvTut6JCKgSQ==} + /groq-js@1.5.0: + resolution: {integrity: sha512-wqfbPow5y6qjbVDZkwnBhVZd+TgbqGs9mWIHdB8cdXnqzo5ftqWHJhlr4MVaWDjoUo7hF4YW9m5lF8o5WlNQ2w==} engines: {node: '>= 14'} dependencies: debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - dev: false /groq@3.34.0: resolution: {integrity: sha512-Toi6xfpVo1GtL1u56B73MgciTTNERLMYMVREdyv0aGJGjuDSvs4KgKd90xRF+U/QxHhusbhHT3PII9GLRsQBBw==}