Skip to content

Commit

Permalink
fix(deps): widen @sanity/ui peer dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpyon committed Jan 10, 2024
1 parent ed9a3e8 commit 9ad8380
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"typescript": "^4.8.4"
},
"peerDependencies": {
"@sanity/ui": "^1.0 || ^2.0",
"react": "^18",
"react-dom": "^18",
"sanity": "^3.0.0",
Expand All @@ -109,9 +110,9 @@
"engines": {
"node": ">=14"
},
"sanityExchangeUrl": "https://www.sanity.io/plugins/scheduled-publishing",
"publishConfig": {
"access": "public",
"provenance": true
}
},
"sanityExchangeUrl": "https://www.sanity.io/plugins/scheduled-publishing"
}

0 comments on commit 9ad8380

Please sign in to comment.