Skip to content

Commit

Permalink
Update dev dependency "resolve" to latest (#4072)
Browse files Browse the repository at this point in the history
- Repo has been updated to "rollup-plugin-node-resolve@5.0.2", which is compatible with "resolve@1.11.1"
- Added trailing slash to named exports of modules with built-in names
  - Required when using  "rollup-plugin-commonjs@10.0.0" with "resolve@1.11.1"
  - rollup/rollup-plugin-commonjs#394
- Fixes #3589
  • Loading branch information
mikeharder committed Jun 25, 2019
1 parent 95d09d6 commit 3d70755
Show file tree
Hide file tree
Showing 12 changed files with 139 additions and 121 deletions.
5 changes: 1 addition & 4 deletions common/config/rush/common-versions.json
Expand Up @@ -12,13 +12,11 @@
* SemVer range specifier. See the Rush documentation for details about this feature.
*/
"preferredVersions": {

/**
* When someone asks for "^1.0.0" make sure they get "1.2.3" when working in this repo,
* instead of the latest version.
*/
// "some-library": "1.2.3"
"resolve": "1.11.0"
},

/**
Expand All @@ -31,8 +29,7 @@
* USUAL VERSION (WHICH IS INFERRED BY LOOKING AT ALL PROJECTS IN THE REPO).
* This design avoids unnecessary churn in this file.
*/
"allowedAlternativeVersions": {

"allowedAlternativeVersions": {
/**
* For example, allow some projects to use an older TypeScript compiler
* (in addition to whatever "usual" version is being used by other projects in the repo):
Expand Down

0 comments on commit 3d70755

Please sign in to comment.