Skip to content

Commit

Permalink
fix(deps): update dependency @sanity/client to ^6.18.1 (#6653)
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 ricokahler committed May 14, 2024
1 parent 1812de6 commit 083960f
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@playwright/test": "1.41.2",
"@repo/package.config": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@sanity/client": "^6.18.0",
"@sanity/client": "^6.18.1",
"@sanity/eslint-config-i18n": "1.0.0",
"@sanity/eslint-config-studio": "^4.0.0",
"@sanity/pkg-utils": "6.8.14",
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.18.0",
"@sanity/client": "^6.18.1",
"@sanity/codegen": "3.41.2",
"@sanity/telemetry": "^0.7.6",
"@sanity/util": "3.41.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 @@ -51,7 +51,7 @@
},
"dependencies": {
"@bjoerge/mutiny": "^0.5.1",
"@sanity/client": "^6.18.0",
"@sanity/client": "^6.18.1",
"@sanity/types": "3.41.2",
"@sanity/util": "3.41.2",
"arrify": "^2.0.1",
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.18.0",
"@sanity/client": "^6.18.1",
"@types/react": "^18.0.25"
},
"devDependencies": {
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.18.0",
"@sanity/client": "^6.18.1",
"@sanity/types": "3.41.2",
"get-random-values-esm": "1.0.2",
"moment": "^2.29.4",
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 @@
"@repo/package.config": "workspace:*",
"@sanity/block-tools": "workspace:*",
"@sanity/cli": "workspace:*",
"@sanity/client": "^6.18.0",
"@sanity/client": "^6.18.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 @@ -149,7 +149,7 @@
"@sanity/bifur-client": "^0.3.1",
"@sanity/block-tools": "3.41.2",
"@sanity/cli": "3.41.2",
"@sanity/client": "^6.18.0",
"@sanity/client": "^6.18.1",
"@sanity/color": "^3.0.0",
"@sanity/diff": "3.41.2",
"@sanity/diff-match-patch": "^3.1.1",
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.41.2",
"@sanity/client": "^6.18.0",
"@sanity/client": "^6.18.1",
"@sanity/uuid": "^3.0.1",
"dotenv": "^16.0.3",
"execa": "^2.0.0",
Expand Down
82 changes: 57 additions & 25 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 083960f

Please sign in to comment.