Skip to content

Commit

Permalink
fix(deps): widen @sanity/color peer dep range (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Dec 19, 2023
1 parent 6934d28 commit b1a9760
Show file tree
Hide file tree
Showing 2 changed files with 1,635 additions and 1,609 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@sanity/color": "^2.2.3",
"@sanity/color": "^3.0.0-beta",
"@sanity/icons": "^2.2.2",
"@sanity/pkg-utils": "^2.2.5",
"@sanity/semantic-release-preset": "^4.0.0",
Expand Down Expand Up @@ -92,7 +92,7 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@sanity/color": "^2.0",
"@sanity/color": "^2.0 || ^3.0 || ^3.0-beta",
"react": "^18"
},
"engines": {
Expand Down

0 comments on commit b1a9760

Please sign in to comment.