Skip to content

Commit

Permalink
Remove rhea-promise from preferredVersions
Browse files Browse the repository at this point in the history
- Accidentally added in Azure#4399
  • Loading branch information
mikeharder committed Aug 2, 2019
1 parent ec81728 commit b4b6595
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
7 changes: 2 additions & 5 deletions common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@

// [email protected] causes a build break in storage-blob and storage-file related
// to the rollup-plugin-commonjs namedExports of "events"
"resolve": "1.11.1",

// This is required to allow for backward compatibility with Service Bus Track 1
// TODO: Remove this once Service Bus is updated to use current depenedencies as part of Track 2
"rhea-promise": "^0.1.15"
"resolve": "1.11.1"
},
/**
* The "rush check" command can be used to enforce that every project in the repo must specify
Expand All @@ -44,6 +40,7 @@
// "~2.4.0"
// ]
"@azure/ms-rest-js": ["^2.0.0"],

// Following is required to allow for backward compatibility with Service Bus Track 1
// TODO: Remove this once Service Bus is updated to use current depenedencies as part of Track 2
"rhea-promise": ["^0.1.15"]
Expand Down
25 changes: 22 additions & 3 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4b6595

Please sign in to comment.