Skip to content

Commit

Permalink
fix(deps): update dependency @sanity/client to v6.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2024
1 parent 1f230a3 commit dad6d61
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@sanity/block-tools": "3.45.0",
"@sanity/cli": "3.45.0",
"@sanity/client": "^6.19.1",
"@sanity/client": "^6.20.1",
"@sanity/diff": "3.45.0",
"@sanity/mutator": "3.45.0",
"@sanity/portable-text-editor": "3.45.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@repo/visual-editing-helpers": "0.6.17",
"@sanity/client": "^6.19.1",
"@sanity/client": "^6.20.1",
"@sanity/pkg-utils": "6.9.3",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
Expand All @@ -128,7 +128,7 @@
"vitest": "^1.6.0"
},
"peerDependencies": {
"@sanity/client": "^6.19.1"
"@sanity/client": "^6.20.1"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/presentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@repo/visual-editing-helpers": "0.6.17",
"@sanity/client": "^6.19.1",
"@sanity/client": "^6.20.1",
"@sanity/pkg-utils": "6.9.3",
"@types/lodash.get": "^4.4.9",
"happy-dom": "^14.12.0",
Expand All @@ -128,7 +128,7 @@
"vitest": "^1.6.0"
},
"peerDependencies": {
"@sanity/client": "^6.19.1"
"@sanity/client": "^6.20.1"
},
"engines": {
"node": ">=16.14"
Expand Down
4 changes: 2 additions & 2 deletions packages/preview-kit-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@repo/visual-editing-helpers": "0.6.17",
"@sanity/client": "^6.19.1",
"@sanity/client": "^6.20.1",
"@sanity/pkg-utils": "6.9.3",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.13.1",
Expand All @@ -112,7 +112,7 @@
"vitest": "^1.6.0"
},
"peerDependencies": {
"@sanity/client": "^6.19.1",
"@sanity/client": "^6.20.1",
"react": "^18.3 || >=19.0.0-rc"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/preview-url-secret/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"devDependencies": {
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@sanity/client": "^6.19.1",
"@sanity/client": "^6.20.1",
"@sanity/icons": "^3.2.0",
"@sanity/pkg-utils": "6.9.3",
"@typescript-eslint/eslint-plugin": "^7.13.1",
Expand All @@ -154,7 +154,7 @@
"vitest": "^1.6.0"
},
"peerDependencies": {
"@sanity/client": "^6.19.1"
"@sanity/client": "^6.20.1"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@repo/visual-editing-helpers": "0.6.17",
"@sanity/client": "^6.19.1",
"@sanity/client": "^6.20.1",
"@sanity/pkg-utils": "6.9.3",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.13.1",
Expand All @@ -149,7 +149,7 @@
"vitest": "^1.6.0"
},
"peerDependencies": {
"@sanity/client": "^6.19.1",
"@sanity/client": "^6.20.1",
"react": "^18.3 || >=19.0.0-rc"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@repo/visual-editing-helpers": "0.6.17",
"@sanity/client": "^6.19.1",
"@sanity/client": "^6.20.1",
"@sanity/pkg-utils": "6.9.3",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/visual-editing": "2.1.5",
Expand All @@ -112,7 +112,7 @@
"vitest": "^1.6.0"
},
"peerDependencies": {
"@sanity/client": "^6.19.1",
"@sanity/client": "^6.20.1",
"@sveltejs/kit": "2.x",
"svelte": "4.x"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/visual-editing-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
},
"devDependencies": {
"@repo/package.config": "workspace:*",
"@sanity/client": "^6.19.1",
"@sanity/client": "^6.20.1",
"@sanity/util": "^3.45.0",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.13.1",
Expand All @@ -121,7 +121,7 @@
"vitest": "^1.6.0"
},
"peerDependencies": {
"@sanity/client": "^6.19.1",
"@sanity/client": "^6.20.1",
"react": "^18.2.0",
"valibot": "0.31.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/visual-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@repo/visual-editing-helpers": "0.6.17",
"@sanity/client": "6.19.1",
"@sanity/client": "6.20.1",
"@sanity/pkg-utils": "6.9.3",
"@sanity/ui": "2.3.3",
"@sveltejs/adapter-auto": "^3.2.2",
Expand Down Expand Up @@ -193,7 +193,7 @@
},
"peerDependencies": {
"@remix-run/react": ">= 2",
"@sanity/client": "^6.19.1",
"@sanity/client": "^6.20.1",
"@sveltejs/kit": ">= 2",
"next": ">= 13 || >=14.3.0-canary.0 <14.3.0 || >=15.0.0-rc",
"react": "^18.3 || >=19.0.0-rc",
Expand Down
Loading

0 comments on commit dad6d61

Please sign in to comment.