Skip to content

Commit e5946ee

Browse files
authored
Merge pull request mgechev#1421 from Shyam-Chen/update
chore(deps): update
2 parents 4675dbe + 4ef5739 commit e5946ee

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular2-seed",
33
"version": "0.0.0",
4-
"description": "Modular seed project for Angular 2 apps with fast, statically typed build",
4+
"description": "High-quality, modular starter (seed) project for Angular 2 apps with statically typed build and AoT",
55
"repository": {
66
"url": "https://github.com/mgechev/angular2-seed"
77
},
@@ -133,19 +133,19 @@
133133
"yargs": "^4.8.0"
134134
},
135135
"dependencies": {
136-
"@angular/common": "^2.0.0",
137-
"@angular/compiler": "^2.0.0",
138-
"@angular/core": "^2.0.0",
139-
"@angular/forms": "^2.0.0",
140-
"@angular/http": "^2.0.0",
141-
"@angular/platform-browser": "^2.0.0",
142-
"@angular/platform-browser-dynamic": "^2.0.0",
143-
"@angular/router": "^3.0.0",
144-
"core-js": "^2.4.0",
136+
"@angular/common": "^2.0.1",
137+
"@angular/compiler": "^2.0.1",
138+
"@angular/core": "^2.0.1",
139+
"@angular/forms": "^2.0.1",
140+
"@angular/http": "^2.0.1",
141+
"@angular/platform-browser": "^2.0.1",
142+
"@angular/platform-browser-dynamic": "^2.0.1",
143+
"@angular/router": "^3.0.1",
144+
"core-js": "^2.4.1",
145145
"es-module-loader": "^1.0.0",
146146
"reflect-metadata": "^0.1.8",
147147
"rxjs": "5.0.0-beta.12",
148148
"systemjs": "0.19.38",
149-
"zone.js": "0.6.23"
149+
"zone.js": "0.6.25"
150150
}
151151
}

0 commit comments

Comments
 (0)