Skip to content

Commit

Permalink
fix: Add sanity peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nervetattoo committed Mar 23, 2020
1 parent f2acb1a commit 0520c5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.8.0"
"react": "^16.8.0",
"@sanity/base": "^0.135.0",
"@sanity/components": "^0.135.0",
"@sanity/core": "^0.135.0"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 0520c5f

Please sign in to comment.