Skip to content

Commit d5bffc8

Browse files
committed
fix!: require sanity v4
1 parent 11b5f78 commit d5bffc8

File tree

2 files changed

+4512
-2743
lines changed

2 files changed

+4512
-2743
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"@sanity/pkg-utils": "^2.2.5",
4343
"@sanity/semantic-release-preset": "^4.0.0",
4444
"@sanity/icons": "^3.7.0",
45-
"@sanity/ui": "^2.15.2",
46-
"@sanity/ui-workshop": "^2.0.31",
47-
"@types/node": "^18.13.0",
48-
"@types/react": "^19.0.10",
49-
"@types/react-dom": "^19.0.4",
45+
"@sanity/ui": "^3.1.11",
46+
"@sanity/ui-workshop": "^3.4.0",
47+
"@types/node": "^24.10.1",
48+
"@types/react": "^19.2.5",
49+
"@types/react-dom": "^19.2.3",
5050
"@typescript-eslint/eslint-plugin": "^5.52.0",
5151
"@typescript-eslint/parser": "^5.52.0",
5252
"commitizen": "^4.3.0",
@@ -61,21 +61,21 @@
6161
"husky": "^8.0.3",
6262
"npm-run-all": "^4.1.5",
6363
"prettier": "^2.8.4",
64-
"react": "^19.0.0",
65-
"react-dom": "^19.0.0",
66-
"react-is": "^19.0.0",
64+
"react": "^19.2.0",
65+
"react-dom": "^19.2.0",
66+
"react-is": "^19.2.0",
6767
"rimraf": "^4.1.2",
68-
"sanity": "^3.78.1",
68+
"sanity": "^4.15.0",
6969
"sanity-testing-library": "^1.0.0",
7070
"semantic-release": "^20.1.0",
7171
"styled-components": "^6.1.15",
7272
"typescript": "5.3.3"
7373
},
7474
"peerDependencies": {
75-
"@sanity/ui": "^1 || ^2",
76-
"@sanity/ui-workshop": "^1 || ^2",
75+
"@sanity/ui": "^3",
76+
"@sanity/ui-workshop": "^3",
7777
"react": "^18.3 || ^19",
78-
"sanity": "^3 || ^4.0.0-0",
78+
"sanity": "^4",
7979
"styled-components": "^6.1"
8080
},
8181
"repository": {

0 commit comments

Comments
 (0)