Skip to content

Commit 4e33232

Browse files
chapplezBrocco
chapplez
authored andcommitted
chore(dependencies): bump typescript and related dependency versions to support string literals
the current cli does not support string literals and is using an beta7. Bumping versions for typescript as well as the beta. Fixes angular#279 Closes angular#282
1 parent 09193e4 commit 4e33232

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

addon/ng2/blueprints/ng2/files/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"angular2": "2.0.0-beta.7",
16+
"angular2": "2.0.0-beta.8",
1717
"clang-format": "^1.0.35",
1818
"es6-promise": "^3.0.2",
1919
"es6-shim": "^0.33.3",
2020
"reflect-metadata": "0.1.2",
2121
"rxjs": "5.0.0-beta.2",
22-
"systemjs": "0.19.20"
22+
"systemjs": "0.19.20",
23+
"zone.js": "0.5.15"
2324
},
2425
"devDependencies": {
2526
"angular-cli": "0.0.*",
@@ -32,8 +33,9 @@
3233
"karma-chrome-launcher": "^0.2.1",
3334
"karma-jasmine": "^0.3.6",
3435
"protractor": "^3.0.0",
36+
"silent-error": "^1.0.0",
3537
"tslint": "^3.3.0",
36-
"typescript": "^1.8.2",
38+
"typescript": "^1.8.7",
3739
"typings": "^0.6.6",
3840
"ts-node": "^0.5.5"
3941
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"shelljs": "^0.5.3",
4545
"silent-error": "^1.0.0",
4646
"symlink-or-copy": "^1.0.1",
47-
"typescript": "~1.7.3",
47+
"typescript": "^1.8.7",
4848
"typings": "^0.6.2"
4949
},
5050
"ember-addon": {

0 commit comments

Comments
 (0)