Last active
March 7, 2017 08:58
-
-
Save minhoryang/85cdb8a01c2645168b7aae17071102d5 to your computer and use it in GitHub Desktop.
Angular2 & Angular-cli Well-Shrinkwrapped `package.json` Versions.
This file contains hidden or 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
{ | |
"//": [ | |
"@angular/* should be 2.2.1, not 2.2.3(latest at that time) caused by @ngtools/[email protected] > [email protected] (#3295)", | |
"zone.js should be ^0.6.23, not ^0.7.2(latest at that time) caused by @angular/[email protected] (#13022)", | |
"tslint should be ^3.15.1, not ^4.0.2(latest at that time) caused by [email protected] > [email protected] (#3304)", | |
], | |
"dependencies": { | |
"@angular/common": "2.2.1", | |
"@angular/compiler": "2.2.1", | |
"@angular/core": "2.2.1", | |
"@angular/forms": "2.2.1", | |
"@angular/http": "2.2.1", | |
"@angular/platform-browser": "2.2.1", | |
"@angular/platform-browser-dynamic": "2.2.1", | |
"@angular/router": "3.2.1", | |
"@ngtools/webpack": "1.1.6", | |
"core-js": "^2.4.1", | |
"rxjs": "5.0.0-beta.12", | |
"ts-helpers": "^1.1.1", | |
"zone.js": "^0.6.23" | |
}, | |
"devDependencies": { | |
"@types/jasmine": "^2.2.30", | |
"@types/node": "^6.0.42", | |
"angular-cli": "1.0.0-beta.21", | |
"codelyzer": "^1.0.0-beta.4", | |
"jasmine-core": "^2.5.2", | |
"jasmine-spec-reporter": "^2.7.0", | |
"karma": "^1.3.0", | |
"karma-chrome-launcher": "^2.0.0", | |
"karma-cli": "^1.0.1", | |
"karma-jasmine": "^1.0.2", | |
"karma-remap-istanbul": "^0.2.1", | |
"protractor": "^4.0.9", | |
"ts-node": "^1.4.1", | |
"tslint": "^3.15.1", | |
"typescript": "^2.0.10" | |
} | |
} |
This file contains hidden or 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
{ | |
"//": [ | |
"DON'T USE [email protected].", | |
"https://github.com/angular/angular-cli/issues/3650" | |
], | |
"devDependencies": { | |
"angular-cli": "1.0.0-beta.23" | |
} | |
} |
This file contains hidden or 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
{ | |
"//": [ | |
"typescript should be 2.0.10, not ^2.1.4 caused by [email protected] blocking with 'Error: AppModule is not an NgModule' (angular-cli#3426)", | |
"[email protected] requires a peer of tslint@~4.0.0, not 4.1.1(latest).", | |
], | |
"dependencies": { | |
"@angular/common": "^2.4.0", | |
"@angular/compiler": "^2.4.0", | |
"@angular/core": "^2.4.0", | |
"@angular/forms": "^2.4.0", | |
"@angular/http": "^2.4.0", | |
"@angular/platform-browser": "^2.4.0", | |
"@angular/platform-browser-dynamic": "^2.4.0", | |
"@angular/router": "^3.4.0", | |
"core-js": "^2.4.1", | |
"rxjs": "^5.0.1", | |
"ts-helpers": "^1.1.1", | |
"zone.js": "^0.7.2" | |
}, | |
"devDependencies": { | |
"@angular/compiler-cli": "^2.4.0", | |
"@types/jasmine": "^2.5.38", | |
"@types/node": "^6.0.52", | |
"angular-cli": "1.0.0-beta.24", | |
"codelyzer": "^2.0.0-beta.3", | |
"jasmine-core": "^2.5.2", | |
"jasmine-spec-reporter": "^2.7.0", | |
"karma": "^1.3.0", | |
"karma-chrome-launcher": "^2.0.0", | |
"karma-cli": "^1.0.1", | |
"karma-jasmine": "^1.1.0", | |
"karma-remap-istanbul": "^0.2.2", | |
"protractor": "^4.0.13", | |
"ts-node": "^1.7.2", | |
"tslint": "~4.0.2", | |
"typescript": "2.0.10" | |
} | |
} |
This file contains hidden or 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
{ | |
"//": [ | |
"typescript should be 2.0.10, not ^2.1.4 caused by [email protected] blocking with 'Error: AppModule is not an NgModule' (angular-cli#3426)", | |
"[email protected] requires a peer of tslint@~4.0.0, not 4.1.1(latest).", | |
], | |
"dependencies": { | |
"@angular/common": "2.3.1", | |
"@angular/compiler": "2.3.1", | |
"@angular/core": "2.3.1", | |
"@angular/forms": "2.3.1", | |
"@angular/http": "2.3.1", | |
"@angular/platform-browser": "2.3.1", | |
"@angular/platform-browser-dynamic": "2.3.1", | |
"@angular/router": "3.3.1", | |
"core-js": "^2.4.1", | |
"rxjs": "5.0.0-rc.4", | |
"ts-helpers": "^1.1.1", | |
"zone.js": "^0.7.2" | |
}, | |
"devDependencies": { | |
"@angular/compiler-cli": "2.3.1", | |
"@types/jasmine": "^2.5.38", | |
"@types/node": "^6.0.52", | |
"angular-cli": "1.0.0-beta.24", | |
"codelyzer": "^2.0.0-beta.3", | |
"jasmine-core": "^2.5.2", | |
"jasmine-spec-reporter": "^2.7.0", | |
"karma": "^1.3.0", | |
"karma-chrome-launcher": "^2.0.0", | |
"karma-cli": "^1.0.1", | |
"karma-jasmine": "^1.1.0", | |
"karma-remap-istanbul": "^0.2.2", | |
"protractor": "^4.0.13", | |
"ts-node": "^1.7.2", | |
"tslint": "~4.0.2", | |
"typescript": "2.0.10" | |
} | |
} |
This file contains hidden or 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
{ | |
"//": [ | |
"typescript should be 2.0.10, not ^2.1.4 caused by [email protected] blocking with 'Error: AppModule is not an NgModule' (angular-cli#3426)", | |
"[email protected] requires a peer of tslint@~4.0.0, not 4.1.1(latest)." | |
], | |
"dependencies": { | |
"@angular/common": "2.4.8", | |
"@angular/compiler": "2.4.8", | |
"@angular/core": "2.4.8", | |
"@angular/forms": "2.4.8", | |
"@angular/http": "2.4.8", | |
"@angular/platform-browser": "2.4.8", | |
"@angular/platform-browser-dynamic": "2.4.8", | |
"@angular/platform-webworker": "2.4.8", | |
"@angular/router": "3.4.8", | |
"core-js": "^2.4.1", | |
"rxjs": "^5.0.1", | |
"ts-helpers": "^1.1.1", | |
"zone.js": "^0.7.6" | |
}, | |
"devDependencies": { | |
"@angular/compiler-cli": "2.4.8", | |
"@types/jasmine": "^2.5.43", | |
"@types/node": "^7.0.5", | |
"@angular/cli": "1.0.0-beta.32", | |
"codelyzer": "^2.0.1", | |
"jasmine-core": "^2.5.2", | |
"jasmine-spec-reporter": "^3.2.0", | |
"karma": "^1.5.0", | |
"karma-chrome-launcher": "^2.0.0", | |
"karma-cli": "^1.0.1", | |
"karma-jasmine": "^1.1.0", | |
"karma-remap-istanbul": "^0.6.0", | |
"protractor": "^5.1.1", | |
"ts-node": "^2.1.0", | |
"tslint": "~4.0.2", | |
"typescript": "2.0.10" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
typescript>=2.1
will be resolved with@angular/*
@>=4.0.0-beta.7