Tobbe Lundberg
Tobbe Lundberg
> There can be two problems with this where it would not update the `package.json` at all for peer dependencies I don't know how pnpm handles this. But with yarn...
> I think a peer dependency is more technically correct, but I would probably change it from workspace:* to a more concrete value (i.e. ^8). As I mentioned – in...
I came here because I noticed the same behavior. This is parts of my `package.json` file ``` { "name": "setup-rwgc", "version": "0.2.1", "description": "Setup rwgc in a RedwoodJS project", "repository":...