Skip to content

Commit 0efe4e7

Browse files
authored
fix(deps): allow studio v4 in peer dep ranges (#114)
* fix(deps): allow studio v4 in peer dep ranges * chore: update lock
1 parent 55a08f9 commit 0efe4e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"peerDependencies": {
122122
"react": "^18 || >=19.0.0-0",
123123
"react-dom": "^18 || >=19.0.0-0",
124-
"sanity": "^3",
124+
"sanity": "^3 || ^4.0.0-0",
125125
"styled-components": "^5.2 || ^6"
126126
},
127127
"engines": {

0 commit comments

Comments
 (0)