issues
search
ndimatteo
/
sanity-plugin-vercel-deploy
Custom plugin to trigger webhooks from your Sanity Studio.
MIT License
99
stars
20
forks
source link
Remove unnecessary peer deps, allow react 17
#16
Closed
rexxars
closed
3 years ago
rexxars
commented
3 years ago
Moves
@sanity/ui
and
@sanity/icons
to regular dependencies (they are not installed in a studio directly, so shouldn't be relied on being there)
Removes unnecessary peer dependencies (only
@sanity/base
is required for this plugin as it is a tool, as far as I can tell)
Allows react 17 to be used as peer dependency. Silences warnings/errors when using React 17 with the sanity studio.
@sanity/ui
and@sanity/icons
to regular dependencies (they are not installed in a studio directly, so shouldn't be relied on being there)@sanity/base
is required for this plugin as it is a tool, as far as I can tell)