-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temporary fix for angular/angular#13301
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
"Nhat Nguyen <[email protected]> (https://github.com/ndnhat)", | ||
"Chris Mendis <[email protected]> (https://github.com/chrismendis)", | ||
"Sampo Savolainen <[email protected]> (https://github.com/sampov2)", | ||
"Michał Gołębiowski <[email protected]> (https://github.com/mzgol)", | ||
"Michał Gołębiowski <[email protected]> (https://github.com/mzgol)", | ||
"Haim Litvak <[email protected]>", | ||
"Hannah Fouasnon <[email protected]> (https://github.com/fouasnon)", | ||
"Martin <[email protected]> (https://github.com/malog84)", | ||
|
@@ -36,12 +36,12 @@ | |
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@angular/common": "^2.1.2", | ||
"@angular/compiler": "^2.1.2", | ||
"@angular/compiler-cli": "^2.1.2", | ||
"@angular/core": "^2.1.2", | ||
"@angular/platform-browser": "^2.1.2", | ||
"@angular/platform-browser-dynamic": "^2.1.2", | ||
"@angular/common": "~2.1.0", | ||
"@angular/compiler": "~2.1.0", | ||
"@angular/compiler-cli": "~2.1.0", | ||
"@angular/core": "~2.1.0", | ||
"@angular/platform-browser": "~2.1.0", | ||
"@angular/platform-browser-dynamic": "~2.1.0", | ||
"@angular/router": "^3.0.0", | ||
"@types/core-js": "^0.9.32", | ||
"@types/jasmine": "^2.2.29", | ||
|