Skip to content

Commit

Permalink
feat(npm): update resolutions (#5636)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Mar 10, 2020
1 parent 81b4f77 commit c974929
Show file tree
Hide file tree
Showing 8 changed files with 282 additions and 6 deletions.
3 changes: 2 additions & 1 deletion lib/manager/npm/__fixtures__/inputs/01-glob.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"repository": {
"type": "git",
"url": "http://github.com/singapore/renovate.git"
}
},
"workspaces": []
}
5 changes: 4 additions & 1 deletion lib/manager/npm/__fixtures__/inputs/01.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
"@angular/core": "4.0.0-beta.1"
},
"resolutions": {
"config": "1.21.0"
"config": "1.21.0",
"**/@angular/cli": "8.0.0",
"**/angular": "1.33.0",
"config/glob": "1.0.0"
},
"homepage": "https://keylocation.sg",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion lib/manager/npm/__fixtures__/outputs/011.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
"@angular/core": "4.0.0-beta.1"
},
"resolutions": {
"config": "1.21.0"
"config": "1.21.0",
"**/@angular/cli": "8.0.0",
"**/angular": "1.33.0",
"config/glob": "1.0.0"
},
"homepage": "https://keylocation.sg",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion lib/manager/npm/__fixtures__/outputs/012.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
"@angular/core": "4.0.0-beta.1"
},
"resolutions": {
"config": "1.21.0"
"config": "1.21.0",
"**/@angular/cli": "8.0.0",
"**/angular": "1.33.0",
"config/glob": "1.0.0"
},
"homepage": "https://keylocation.sg",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion lib/manager/npm/__fixtures__/outputs/013.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
"@angular/core": "4.0.0-beta.1"
},
"resolutions": {
"config": "1.21.0"
"config": "1.21.0",
"**/@angular/cli": "8.0.0",
"**/angular": "1.33.0",
"config/glob": "1.0.0"
},
"homepage": "https://keylocation.sg",
"keywords": [
Expand Down
Loading

0 comments on commit c974929

Please sign in to comment.