Skip to content

Commit

Permalink
chore(integ-runner): removing cdk-cli-wrapper peer dependency (#25401)
Browse files Browse the repository at this point in the history
We are seeing pipeline failures with,

```
npm ERR! Could not resolve dependency:
npm ERR! peer @aws-cdk/cdk-cli-wrapper@"2.78.0-alpha.999" from @aws-cdk/[email protected]
npm ERR! node_modules/@aws-cdk/integ-runner
npm ERR!   @aws-cdk/integ-runner@"2.78.0-alpha.999" from the root project
```

This PR is removing `cdk-cli-wrapper` peer dependency which was [recently added](4531300#diff-324c6d184cc364b68cb97d252b728837c1ef43b268bbc0e678f8e1e1501eeac3R104). 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
vinayak-kukreja authored May 2, 2023
1 parent d8272ef commit 04323c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/@aws-cdk/integ-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,5 @@
"maturity": "experimental",
"publishConfig": {
"tag": "latest"
},
"peerDependencies": {
"@aws-cdk/cdk-cli-wrapper": "0.0.0"
}
}

0 comments on commit 04323c4

Please sign in to comment.