Skip to content

Commit

Permalink
Updated to Angular ^4.1.3 and Typescript ^2.3.2 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
leewinder authored Jun 10, 2017
1 parent 517d720 commit 299a43d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"typings": "typings"
},
"dependencies": {
"@angular/core": "^2.0.0",
"@angular/common": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"@angular/core": "^4.1.3",
"@angular/common": "^4.1.3",
"@angular/platform-browser": "^4.1.3",
"core-js": "^2.4.1",
"rxjs": "5.0.0-beta.12",
"rxjs": "^5.4.0",
"systemjs": "0.19.27",
"tslerp": "^1.0.2",
"zone.js": "^0.6.23"
"tslerp": "^1.0.5",
"zone.js": "^0.8.4"
},
"devDependencies": {
"concurrently": "^2.2.0",
"typescript": "^2.0.0",
"typescript": "^2.3.2",
"typings": "^1.3.2",
"codelyzer": "0.0.28",
"tslint": "3.15.1"
Expand Down
18 changes: 9 additions & 9 deletions samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
},
"license": "ISC",
"dependencies": {
"@angular/common": "^2.4.6",
"@angular/compiler": "^2.4.6",
"@angular/core": "^2.4.6",
"@angular/platform-browser": "^2.4.6",
"@angular/platform-browser-dynamic": "^2.4.6",
"@angular/common": "^4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/platform-browser": "^4.1.3",
"@angular/platform-browser-dynamic": "^4.1.3",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"rxjs": "5.0.1",
"rxjs": "^5.4.0",
"systemjs": "0.19.27",
"tslerp": "^1.0.2",
"zone.js": "^0.7.2"
"tslerp": "^1.0.5",
"zone.js": "^0.8.4"
},
"devDependencies": {
"concurrently": "^2.2.0",
"lite-server": "^2.2.2",
"typescript": "^2.0.0",
"typescript": "^2.3.2",
"typings": "^1.3.2",
"codelyzer": "0.0.28",
"tslint": "3.15.1",
Expand Down

0 comments on commit 299a43d

Please sign in to comment.