Skip to content

Commit

Permalink
fix(deps): update dependency @sanity/client to ^6.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 1, 2024
1 parent 2e47715 commit e0e70a8
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@repo/package.config": "workspace:*",
"@repo/test-config": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@sanity/client": "^6.21.3",
"@sanity/client": "^6.22.0",
"@sanity/eslint-config-i18n": "1.0.0",
"@sanity/eslint-config-studio": "^4.0.0",
"@sanity/mutate": "^0.10.0",
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.21.3",
"@sanity/client": "^6.22.0",
"@sanity/codegen": "3.58.0",
"@sanity/telemetry": "^0.7.7",
"@sanity/util": "3.58.0",
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.21.3",
"@sanity/client": "^6.22.0",
"@sanity/mutate": "^0.10.0",
"@sanity/types": "3.58.0",
"@sanity/util": "3.58.0",
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.21.3",
"@sanity/client": "^6.22.0",
"@types/react": "^18.3.5"
},
"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.21.3",
"@sanity/client": "^6.22.0",
"@sanity/types": "3.58.0",
"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.21.3",
"@sanity/client": "^6.22.0",
"@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/bifur-client": "^0.4.1",
"@sanity/block-tools": "3.58.0",
"@sanity/cli": "3.58.0",
"@sanity/client": "^6.21.3",
"@sanity/client": "^6.22.0",
"@sanity/color": "^3.0.0",
"@sanity/diff": "3.58.0",
"@sanity/diff-match-patch": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion perf/efps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "npm start"
},
"devDependencies": {
"@sanity/client": "^6.21.2",
"@sanity/client": "^6.22.0",
"@swc-node/register": "^1.10.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
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.44.1",
"@sanity/client": "^6.21.3",
"@sanity/client": "^6.22.0",
"@sanity/uuid": "^3.0.1",
"dotenv": "^16.0.3",
"execa": "^2.0.0",
Expand Down
94 changes: 47 additions & 47 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 e0e70a8

Please sign in to comment.