Skip to content

Commit

Permalink
fix(deps): update dependency @sanity/client to ^6.7.0 (#5032)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 25, 2023
1 parent 1ea4b2b commit 36a33d4
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@bjoerge/mutiny": "^0.0.2",
"@optimize-lodash/rollup-plugin": "^4.0.4",
"@playwright/test": "^1.38.1",
"@sanity/client": "^6.4.9",
"@sanity/client": "^6.7.0",
"@sanity/pkg-utils": "^2.3.10",
"@sanity/tsdoc": "1.0.0-alpha.38",
"@sanity/uuid": "^3.0.2",
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 @@ -72,7 +72,7 @@
"devDependencies": {
"@rexxars/gitconfiglocal": "^3.0.1",
"@rollup/plugin-node-resolve": "^15.2.2",
"@sanity/client": "^6.4.9",
"@sanity/client": "^6.7.0",
"@sanity/eslint-config-studio": "^2.0.4",
"@sanity/generate-help-url": "^3.0.0",
"@sanity/types": "3.18.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/import-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"src"
],
"dependencies": {
"@sanity/client": "^6.4.9",
"@sanity/client": "^6.7.0",
"@sanity/import": "3.18.1",
"get-it": "^8.4.3",
"meow": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tar-fs": "^2.1.1"
},
"devDependencies": {
"@sanity/client": "^6.4.9",
"@sanity/client": "^6.7.0",
"nock": "^13.2.9"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"watch": "pkg-utils watch --tsconfig tsconfig.lib.json"
},
"dependencies": {
"@sanity/client": "^6.4.9",
"@sanity/client": "^6.7.0",
"@types/react": "^18.0.25"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@sanity/client": "^6.4.9",
"@sanity/client": "^6.7.0",
"react": "^18.2.0",
"sanity": "3.18.1",
"styled-components": "^6.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"@sanity/bifur-client": "^0.3.1",
"@sanity/block-tools": "3.18.1",
"@sanity/cli": "3.18.1",
"@sanity/client": "^6.4.9",
"@sanity/client": "^6.7.0",
"@sanity/color": "^2.1.20",
"@sanity/diff": "3.18.1",
"@sanity/diff-match-patch": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@playwright/test": "^1.37.0",
"@sanity/client": "^6.4.9",
"@sanity/client": "^6.7.0",
"@sanity/uuid": "^3.0.1",
"@types/lodash": "^4.14.191",
"@types/node": "^18.15.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3882,10 +3882,10 @@
nanoid "^3.1.12"
rxjs "^7.0.0"

"@sanity/client@^6.1.2", "@sanity/client@^6.4.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/client@^6.1.2", "@sanity/client@^6.7.0":
version "6.7.0"
resolved "https://registry.yarnpkg.com/@sanity/client/-/client-6.7.0.tgz#f38a9097a5e28541ed058fa9e2d46941bbb367ec"
integrity sha512-nQGIuXXhdtP5FDsdBjuPRpeV6jOHU6Eq5xr52KyUUi29SgC5h5XUzRIu7d1sF8N+ONqTngYueFuB8JDsdSo1Ng==
dependencies:
"@sanity/eventsource" "^5.0.0"
get-it "^8.4.3"
Expand Down

0 comments on commit 36a33d4

Please sign in to comment.