Skip to content

Commit

Permalink
chore: upgrade groq-js (#6474)
Browse files Browse the repository at this point in the history
* chore: upgrade groq-js

* chore: always bump groq-js
  • Loading branch information
sgulseth authored and rexxars committed Apr 26, 2024
1 parent 03cbb12 commit 68bb282
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 16 deletions.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@
},
{
"matchDepTypes": ["dependencies"],
"matchPackageNames": ["get-it", "@sanity/client", "@sanity/presentation", "@sanity/ui"],
"matchPackageNames": [
"get-it",
"@sanity/client",
"@sanity/presentation",
"@sanity/ui",
"groq-js"
],
"rangeStrategy": "bump",
"semanticCommitType": "fix"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"esbuild": "^0.20.0",
"esbuild-register": "^3.4.1",
"get-it": "^8.4.27",
"groq-js": "^1.7.0",
"groq-js": "^1.8.0",
"node-machine-id": "^1.1.12",
"pkg-dir": "^5.0.0",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"debug": "^4.3.4",
"globby": "^10.0.0",
"groq": "workspace:*",
"groq-js": "^1.7.0",
"groq-js": "^1.8.0",
"json5": "^2.2.3",
"tsconfig-paths": "^4.2.0",
"zod": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"arrify": "^2.0.1",
"debug": "^4.3.4",
"fast-fifo": "^1.3.2",
"groq-js": "^1.7.0",
"groq-js": "^1.8.0",
"p-map": "^7.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@sanity/generate-help-url": "^3.0.0",
"@sanity/types": "3.39.1",
"arrify": "^1.0.1",
"groq-js": "^1.7.0",
"groq-js": "^1.8.0",
"humanize-list": "^1.0.1",
"leven": "^3.1.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"framer-motion": "11.0.8",
"get-it": "^8.4.27",
"get-random-values-esm": "1.0.2",
"groq-js": "^1.7.0",
"groq-js": "^1.8.0",
"hashlru": "^2.3.0",
"history": "^5.3.0",
"i18next": "^23.2.7",
Expand Down
29 changes: 19 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68bb282

Please sign in to comment.