Skip to content

Commit

Permalink
#1506 Bump Zone.js to remove warnings when using angular >=6. (#1522)
Browse files Browse the repository at this point in the history
* 1506 allow zonejs 0.7.x and 0.8.x to support a wider range of angular versions

* #1506 Removed zone.js as peer since it comes with angular itself

* #1506 Removed zone.js as peer since it comes with angular itself
  • Loading branch information
d0x authored and wing328 committed Nov 24, 2018
1 parent e91d6d7 commit 0ba9278
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"@angular/compiler": "^{{ngVersion}}",
"core-js": "^2.4.0",
"reflect-metadata": "^0.1.3",
"rxjs": "{{#useRxJS6}}^6.1.0{{/useRxJS6}}{{^useRxJS6}}^5.4.0{{/useRxJS6}}",
"zone.js": "^0.7.6"
"rxjs": "{{#useRxJS6}}^6.1.0{{/useRxJS6}}{{^useRxJS6}}^5.4.0{{/useRxJS6}}"
},
"devDependencies": {
"@angular/compiler-cli": "^{{ngVersion}}",
Expand All @@ -42,7 +41,7 @@
"ng-packagr": {{#useOldNgPackagr}}"^1.6.0"{{/useOldNgPackagr}}{{^useOldNgPackagr}}"^2.4.1"{{/useOldNgPackagr}},{{/useNgPackagr}}
"reflect-metadata": "^0.1.3",
"rxjs": "{{#useRxJS6}}^6.1.0{{/useRxJS6}}{{^useRxJS6}}^5.4.0{{/useRxJS6}}",
"zone.js": "^0.7.6",
"zone.js": "^0.7.6 || ^0.8.26",
"typescript": ">=2.1.5 <2.8"
}{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"@angular/compiler": "^2.0.0",
"core-js": "^2.4.0",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.4.0",
"zone.js": "^0.7.6"
"rxjs": "^5.4.0"
},
"devDependencies": {
"@angular/compiler-cli": "^2.0.0",
Expand All @@ -34,7 +33,7 @@
"@angular/platform-browser": "^2.0.0",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.4.0",
"zone.js": "^0.7.6",
"zone.js": "^0.7.6 || ^0.8.26",
"typescript": ">=2.1.5 <2.8"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"@angular/compiler": "^4.3.0",
"core-js": "^2.4.0",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.4.0",
"zone.js": "^0.7.6"
"rxjs": "^5.4.0"
},
"devDependencies": {
"@angular/compiler-cli": "^4.3.0",
Expand All @@ -31,7 +30,7 @@
"ng-packagr": "^1.6.0",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.4.0",
"zone.js": "^0.7.6",
"zone.js": "^0.7.6 || ^0.8.26",
"typescript": ">=2.1.5 <2.8"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"@angular/compiler": "^4.0.0",
"core-js": "^2.4.0",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.4.0",
"zone.js": "^0.7.6"
"rxjs": "^5.4.0"
},
"devDependencies": {
"@angular/compiler-cli": "^4.0.0",
Expand All @@ -31,7 +30,7 @@
"ng-packagr": "^1.6.0",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.4.0",
"zone.js": "^0.7.6",
"zone.js": "^0.7.6 || ^0.8.26",
"typescript": ">=2.1.5 <2.8"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"@angular/compiler": "^6.0.0",
"core-js": "^2.4.0",
"reflect-metadata": "^0.1.3",
"rxjs": "^6.1.0",
"zone.js": "^0.7.6"
"rxjs": "^6.1.0"
},
"devDependencies": {
"@angular/compiler-cli": "^6.0.0",
Expand All @@ -31,7 +30,7 @@
"ng-packagr": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "^6.1.0",
"zone.js": "^0.7.6",
"zone.js": "^0.7.6 || ^0.8.26",
"typescript": ">=2.1.5 <2.8"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"@angular/compiler": "^6.0.0",
"core-js": "^2.4.0",
"reflect-metadata": "^0.1.3",
"rxjs": "^6.1.0",
"zone.js": "^0.7.6"
"rxjs": "^6.1.0"
},
"devDependencies": {
"@angular/compiler-cli": "^6.0.0",
Expand All @@ -31,7 +30,7 @@
"ng-packagr": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "^6.1.0",
"zone.js": "^0.7.6",
"zone.js": "^0.7.6 || ^0.8.26",
"typescript": ">=2.1.5 <2.8"
},
"publishConfig": {
Expand Down

0 comments on commit 0ba9278

Please sign in to comment.