Right now, Serverless is marked as a peer dependency, which allows us to give feedback on which Serverless version this plugin is compatible with. It also encourages users to use a local serverless, meaning that their project will not break without them explicitly upgrading serverless in that project.
However, the serverless docs recommend installing serverless globally, and any project following this dictum will get an unmet peer dependency warning.
Right now, Serverless is marked as a peer dependency, which allows us to give feedback on which Serverless version this plugin is compatible with. It also encourages users to use a local serverless, meaning that their project will not break without them explicitly upgrading serverless in that project.
However, the serverless docs recommend installing serverless globally, and any project following this dictum will get an unmet peer dependency warning.