|
1 | 1 | { |
2 | 2 | "name": "angular2-seed", |
3 | 3 | "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", |
5 | 5 | "repository": { |
6 | 6 | "url": "https://github.com/mgechev/angular2-seed" |
7 | 7 | }, |
|
132 | 132 | "yargs": "^4.8.0" |
133 | 133 | }, |
134 | 134 | "dependencies": { |
135 | | - "@angular/common": "^2.0.0", |
136 | | - "@angular/compiler": "^2.0.0", |
137 | | - "@angular/core": "^2.0.0", |
138 | | - "@angular/forms": "^2.0.0", |
139 | | - "@angular/http": "^2.0.0", |
140 | | - "@angular/platform-browser": "^2.0.0", |
141 | | - "@angular/platform-browser-dynamic": "^2.0.0", |
142 | | - "@angular/router": "^3.0.0", |
143 | | - "core-js": "^2.4.0", |
| 135 | + "@angular/common": "^2.0.1", |
| 136 | + "@angular/compiler": "^2.0.1", |
| 137 | + "@angular/core": "^2.0.1", |
| 138 | + "@angular/forms": "^2.0.1", |
| 139 | + "@angular/http": "^2.0.1", |
| 140 | + "@angular/platform-browser": "^2.0.1", |
| 141 | + "@angular/platform-browser-dynamic": "^2.0.1", |
| 142 | + "@angular/router": "^3.0.1", |
| 143 | + "core-js": "^2.4.1", |
144 | 144 | "es-module-loader": "^1.0.0", |
145 | 145 | "reflect-metadata": "^0.1.8", |
146 | 146 | "rxjs": "5.0.0-beta.12", |
147 | 147 | "systemjs": "0.19.38", |
148 | | - "zone.js": "0.6.23" |
| 148 | + "zone.js": "0.6.25" |
149 | 149 | } |
150 | 150 | } |
0 commit comments