Skip to content

Commit

Permalink
fix(deps): Update dependency @sanity/client to v6.4.12 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent 8ac910b commit 88f532e
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 45 deletions.
14 changes: 7 additions & 7 deletions dashboard/package-lock.json

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

2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@heroicons/react": "^2.0.16",
"@sanity/client": "6.4.9",
"@sanity/client": "6.4.12",
"@sanity/icons": "^2.2.2",
"@sanity/runtimes-test-client": "latest",
"@sanity/ui": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion runtimes/bun-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test:expected": "bun test.expected.js"
},
"dependencies": {
"@sanity/client": "6.4.9",
"@sanity/client": "6.4.12",
"@sanity/runtimes-test-client": "latest",
"bun-types": "^0.7.0"
}
Expand Down
8 changes: 4 additions & 4 deletions runtimes/bun-script/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@sanity/[email protected].9":
version "6.4.9"
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.4.9.tgz#453fc7127cc959cbb929b91d3990cf3943362973"
integrity sha512-9y/exbu9kBgIuXouUWlHLGfPm3/jxRP8bSaysteILTQknLQZHExSyjFsYD/CxH3Xk43NzELqktvEXlP1/kZ6LA==
"@sanity/[email protected].12":
version "6.4.12"
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.4.12.tgz#34a1a543669157eba533e64b60359984ef9c6d33"
integrity sha512-TuseXC5z0CORO7wKMmhNTiKy/8vjWsN7/PTMy53MUBshlMYE2xPad2QFw1zr+n/7qvNNc/CQ6Y2wVnaXU9PHVg==
dependencies:
"@sanity/eventsource" "^5.0.0"
get-it "^8.4.3"
Expand Down
14 changes: 7 additions & 7 deletions runtimes/cloudflare-worker-actual/package-lock.json

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

2 changes: 1 addition & 1 deletion runtimes/cloudflare-worker-actual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@sanity/client": "6.4.9"
"@sanity/client": "6.4.12"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230801.0",
Expand Down
14 changes: 7 additions & 7 deletions runtimes/cloudflare-worker-native-actual/package-lock.json

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

2 changes: 1 addition & 1 deletion runtimes/cloudflare-worker-native-actual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@sanity/client": "6.4.9"
"@sanity/client": "6.4.12"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230801.0",
Expand Down
14 changes: 7 additions & 7 deletions runtimes/node-cjs-script/package-lock.json

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

2 changes: 1 addition & 1 deletion runtimes/node-cjs-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": "node test.js"
},
"dependencies": {
"@sanity/client": "6.4.9",
"@sanity/client": "6.4.12",
"@sanity/runtimes-test-client": "latest",
"@tsconfig/node-lts-strictest": "^18.12.1",
"@types/node": "^18.15.5",
Expand Down
14 changes: 7 additions & 7 deletions runtimes/node-esm-script/package-lock.json

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

2 changes: 1 addition & 1 deletion runtimes/node-esm-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": "node test.js"
},
"dependencies": {
"@sanity/client": "6.4.9",
"@sanity/client": "6.4.12",
"@sanity/runtimes-test-client": "latest",
"@tsconfig/node-lts-strictest-esm": "^18.12.1",
"@types/node": "^18.15.5",
Expand Down

0 comments on commit 88f532e

Please sign in to comment.