Use Caret (^) for Peer Dependencies
LankyLou opened this issue · 2 comments
LankyLou commented
Currently the peer dependencies are specified using a tilde (~) which means that there are peer dependency warnings when using the latest versions of eslint and typescript.
If these were a caret (^) then it would remove these warnings, but still be safe against breaking changes.
infctr commented
Thanks for pointing this out! I'll get this fixed