Skip to content

Commit

Permalink
fix(deps): update dependency @sanity/client to ^6.27.1 (#8376)
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] authored and juice49 committed Jan 23, 2025
1 parent 5daded1 commit 7eebb60
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@portabletext/editor": "^1.25.0",
"@portabletext/react": "^3.0.0",
"@sanity/assist": "^3.0.2",
"@sanity/client": "^6.27.0",
"@sanity/client": "^6.27.1",
"@sanity/color": "^3.0.0",
"@sanity/color-input": "^4.0.1",
"@sanity/google-maps-input": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@repo/package.config": "workspace:*",
"@repo/test-config": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@sanity/client": "^6.27.0",
"@sanity/client": "^6.27.1",
"@sanity/eslint-config-i18n": "1.0.0",
"@sanity/eslint-config-studio": "^4.0.0",
"@sanity/mutate": "^0.12.1",
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 @@ -57,7 +57,7 @@
},
"dependencies": {
"@babel/traverse": "^7.23.5",
"@sanity/client": "^6.27.0",
"@sanity/client": "^6.27.1",
"@sanity/codegen": "3.71.2",
"@sanity/telemetry": "^0.7.7",
"@sanity/template-validator": "^2.3.2",
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 @@ -50,7 +50,7 @@
"watch": "pkg-utils watch"
},
"dependencies": {
"@sanity/client": "^6.27.0",
"@sanity/client": "^6.27.1",
"@sanity/mutate": "^0.12.1",
"@sanity/types": "3.71.2",
"@sanity/util": "3.71.2",
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 @@ -49,7 +49,7 @@
"watch": "pkg-utils watch"
},
"dependencies": {
"@sanity/client": "^6.27.0"
"@sanity/client": "^6.27.1"
},
"devDependencies": {
"@repo/package.config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"watch": "pkg-utils watch"
},
"dependencies": {
"@sanity/client": "^6.27.0",
"@sanity/client": "^6.27.1",
"@sanity/types": "3.71.2",
"get-random-values-esm": "1.0.2",
"moment": "^2.30.1",
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 @@
"devDependencies": {
"@repo/package.config": "workspace:*",
"@sanity/cli": "workspace:*",
"@sanity/client": "^6.27.0",
"@sanity/client": "^6.27.1",
"@sanity/codegen": "workspace:*",
"@sanity/diff": "workspace:*",
"@sanity/migrate": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"@sanity/asset-utils": "^2.0.6",
"@sanity/bifur-client": "^0.4.1",
"@sanity/cli": "3.71.2",
"@sanity/client": "^6.27.0",
"@sanity/client": "^6.27.1",
"@sanity/color": "^3.0.0",
"@sanity/comlink": "^3.0.1",
"@sanity/diff": "3.71.2",
Expand Down
2 changes: 1 addition & 1 deletion perf/efps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"write:report": "node --import @swc-node/register/esm-register ./formatefpsResult.ts"
},
"devDependencies": {
"@sanity/client": "^6.27.0",
"@sanity/client": "^6.27.1",
"@swc-node/register": "^1.10.9",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
Expand Down
2 changes: 1 addition & 1 deletion perf/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@playwright/test": "1.49.1",
"@sanity/client": "^6.27.0",
"@sanity/client": "^6.27.1",
"@sanity/uuid": "^3.0.1",
"dotenv": "^16.0.3",
"execa": "^2.0.0",
Expand Down
Loading

0 comments on commit 7eebb60

Please sign in to comment.