Skip to content

Commit

Permalink
fix: use direct dependency on @sanity/client
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 3, 2024
1 parent 39344ec commit 43f8d13
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"nanostores",
"nuxt"
],
"semanticCommitType": "fix"
"semanticCommitType": "fix",
"rangeStrategy": "bump"
}
]
}
5 changes: 1 addition & 4 deletions packages/core-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
"root": true
},
"dependencies": {
"@sanity/client": "^6.24.1",
"@sanity/comlink": "workspace:*"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/package.config": "workspace:*",
"@repo/prettier-config": "workspace:*",
"@repo/visual-editing-helpers": "workspace:*",
"@sanity/client": "^6.24.1",
"@sanity/pkg-utils": "6.11.14",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
Expand All @@ -86,9 +86,6 @@
"typescript": "5.6.3",
"vitest": "^2.1.8"
},
"peerDependencies": {
"@sanity/client": "^6.24.1"
},
"engines": {
"node": ">=18"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/next-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"root": true
},
"dependencies": {
"@sanity/client": "^6.24.1",
"@sanity/comlink": "workspace:*",
"use-effect-event": "^1.0.2"
},
Expand All @@ -96,7 +97,6 @@
"@repo/package.config": "workspace:*",
"@repo/prettier-config": "workspace:*",
"@repo/visual-editing-helpers": "workspace:*",
"@sanity/client": "^6.24.1",
"@sanity/pkg-utils": "6.11.14",
"@sanity/preview-url-secret": "workspace:*",
"@types/react": "^18.3.12",
Expand All @@ -108,7 +108,6 @@
"vitest": "^2.1.8"
},
"peerDependencies": {
"@sanity/client": "^6.24.1",
"next": "^14.1 || ^15.0.0-0",
"react": "^18.3 || ^19.0.0-0"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/react-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@
"root": true
},
"dependencies": {
"@sanity/client": "^6.24.1",
"@sanity/core-loader": "workspace:*"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/package.config": "workspace:*",
"@repo/prettier-config": "workspace:*",
"@repo/visual-editing-helpers": "workspace:*",
"@sanity/client": "^6.24.1",
"@sanity/pkg-utils": "6.11.14",
"@types/react": "^18.3.12",
"eslint": "^8.57.1",
Expand All @@ -97,7 +97,6 @@
"vitest": "^2.1.8"
},
"peerDependencies": {
"@sanity/client": "^6.24.1",
"react": "^18.3 || >=19.0.0-rc"
},
"engines": {
Expand Down
3 changes: 1 addition & 2 deletions packages/svelte-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"root": true
},
"dependencies": {
"@sanity/client": "^6.24.1",
"@sanity/core-loader": "workspace:*",
"fast-deep-equal": "3.1.3"
},
Expand All @@ -55,7 +56,6 @@
"@repo/package.config": "workspace:*",
"@repo/prettier-config": "workspace:*",
"@repo/visual-editing-helpers": "workspace:*",
"@sanity/client": "^6.24.1",
"@sanity/pkg-utils": "6.11.14",
"@sanity/preview-url-secret": "workspace:*",
"@sanity/visual-editing": "workspace:*",
Expand All @@ -68,7 +68,6 @@
"vitest": "^2.1.8"
},
"peerDependencies": {
"@sanity/client": "^6.24.1",
"@sveltejs/kit": "2.x",
"svelte": "4.x"
},
Expand Down

0 comments on commit 43f8d13

Please sign in to comment.