Skip to content

Commit 8e1cbd9

Browse files
authored
fix(deps): upgrade @sanity/client, do not use withCredentials (#368)
1 parent 6760320 commit 8e1cbd9

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"browserslist": "extends @sanity/browserslist-config",
5656
"prettier": "@sanity/prettier-config",
5757
"dependencies": {
58-
"@sanity/client": "^6.28.3",
58+
"@sanity/client": "^6.28.4",
5959
"@sanity/comlink": "^3.0.1",
6060
"@sanity/diff-match-patch": "^3.2.0",
6161
"@sanity/mutate": "^0.12.1",

packages/core/src/document/documentStore.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ const subscribeToClientAndFetchDatasetAcl = createInternalAction(
402402
client.observable.request<DatasetAcl>({
403403
uri: `/projects/${projectId}/datasets/${dataset}/acl`,
404404
tag: 'acl.get',
405-
withCredentials: true,
406405
}),
407406
),
408407
tap((datasetAcl) => state.set('setGrants', {grants: createGrantsLookup(datasetAcl)})),

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@repo/package.config": "workspace:*",
6969
"@repo/tsconfig": "workspace:*",
7070
"@sanity/browserslist-config": "^1.0.5",
71-
"@sanity/client": "^6.28.3",
71+
"@sanity/client": "^6.28.4",
7272
"@sanity/comlink": "^3.0.1",
7373
"@sanity/pkg-utils": "^6.13.4",
7474
"@sanity/prettier-config": "^1.0.3",

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)