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
By having devDep on @aws/pdk@^0 pinned to ^0 it overrides any consumer devDep on pdk set in options. Which is preventing pulling the latest in consuming repo.
By having devDep on
@aws/pdk@^0
pinned to^0
it overrides any consumer devDep on pdk set in options. Which is preventing pulling the latest in consuming repo.https://github.com/aws/aws-pdk/blob/1a542c19973e3b999be496636051fe5e9e586323/packages/monorepo/src/projects/typescript/monorepo-ts.ts#L277C31-L277C44
Work Around
Have to override the devDep after monorepo constructor
Proposal
We should be checking to see if "@aws/pdk" is already added to the deps, and only add it if missing
The text was updated successfully, but these errors were encountered: