You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(update-aws-cdk): Keep peerDependencies in sync with devDependencies
As I understand it:
- `devDependencies` are what's used when developing a library
- `peerDependencies` are requirements for consumers of the library
This change ensures the two are kept in sync to make things easier to reason about.
0 commit comments