Skip to content

Commit

Permalink
fix(deps): Update dependency @sanity/client to v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent 18bc0fe commit f9b030d
Show file tree
Hide file tree
Showing 13 changed files with 86 additions and 86 deletions.
28 changes: 14 additions & 14 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.12",
"@sanity/client": "6.7.0",
"@sanity/icons": "^2.2.2",
"@sanity/runtimes-test-client": "latest",
"@sanity/ui": "^1.3.0",
Expand Down
Binary file modified runtimes/bun-script/bun.lockb
Binary file not shown.
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.12",
"@sanity/client": "6.7.0",
"@sanity/runtimes-test-client": "latest",
"bun-types": "^0.7.0"
}
Expand Down
100 changes: 50 additions & 50 deletions runtimes/bun-script/yarn.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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.12"
"@sanity/client": "6.7.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230801.0",
Expand Down
8 changes: 4 additions & 4 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.12"
"@sanity/client": "6.7.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230801.0",
Expand Down
8 changes: 4 additions & 4 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.12",
"@sanity/client": "6.7.0",
"@sanity/runtimes-test-client": "latest",
"@tsconfig/node-lts-strictest": "^18.12.1",
"@types/node": "^18.15.5",
Expand Down
8 changes: 4 additions & 4 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.12",
"@sanity/client": "6.7.0",
"@sanity/runtimes-test-client": "latest",
"@tsconfig/node-lts-strictest-esm": "^18.12.1",
"@types/node": "^18.15.5",
Expand Down

0 comments on commit f9b030d

Please sign in to comment.