Skip to content

Commit 9595f3a

Browse files
authoredMar 19, 2024
chore(codegen): bind groq-js to ^1.5.0 (#6055)
1 parent ff07ff2 commit 9595f3a

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed
 

‎packages/@sanity/codegen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"debug": "^4.3.4",
7070
"globby": "^10.0.0",
7171
"json5": "^2.2.3",
72-
"groq-js": "1.5.0-canary.1",
72+
"groq-js": "^1.5.0",
7373
"tsconfig-paths": "^4.2.0",
7474
"zod": "^3.22.4"
7575
},

‎packages/@sanity/schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@sanity/generate-help-url": "^3.0.0",
7878
"@sanity/types": "3.34.0",
7979
"arrify": "^1.0.1",
80-
"groq-js": "^1.5.0-canary.1",
80+
"groq-js": "^1.5.0",
8181
"humanize-list": "^1.0.1",
8282
"leven": "^3.1.0",
8383
"lodash": "^4.17.21",

‎packages/sanity/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"framer-motion": "^11.0.0",
253253
"get-it": "^8.4.14",
254254
"get-random-values-esm": "1.0.2",
255-
"groq-js": "1.5.0-canary.1",
255+
"groq-js": "^1.5.0",
256256
"hashlru": "^2.3.0",
257257
"history": "^5.3.0",
258258
"i18next": "^23.2.7",

‎pnpm-lock.yaml

+9-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.