Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/align-sanity-workspace.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gt-sanity': patch
---

Align the Sanity and React development dependencies to prevent duplicate, incompatible plugin types in workspace consumers, and declare Sanity's supported Node.js versions.
17 changes: 9 additions & 8 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"@sanity/document-internationalization": "^6.0.6",
"@sanity/icons": "^3.7.4",
"@sanity/incompatible-plugin": "^1.0.5",
"@sanity/mutator": "^5.18.0",
"@sanity/schema": "^5.18.0",
"@sanity/mutator": "^5.31.1",
"@sanity/schema": "^5.31.1",
"@sanity/ui": "^3.1.14",
"@sanity/util": "^5.18.0",
"@sanity/util": "^5.31.1",
Comment thread
greptile-apps[bot] marked this conversation as resolved.
"generaltranslation": "workspace:*",
"jsonpath-plus": "^10.3.0",
"jsonpointer": "^5.0.1",
Expand All @@ -87,12 +87,12 @@
"@sanity/pkg-utils": "^10.4.13",
"@sanity/plugin-kit": "^4.0.20",
"@types/lodash.merge": "^4.6.9",
"@types/react": "^19.2.7",
"@types/react": "^19.2.17",
"jsdom": "^26.1.0",
"just-clone": "^6.2.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"sanity": "^5.18.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"sanity": "^5.31.1",
"styled-components": "^6.1.19"
},
"peerDependencies": {
Expand All @@ -102,10 +102,11 @@
"sanityPlugin": {
"verifyPackage": {
"eslintImports": false,
"nodeEngine": false,
"packageName": false
}
},
"engines": {
"node": ">=18"
"node": ">=20.19 <22 || >=22.12"
}
}
Loading
Loading