|
1 | 1 | {
|
2 | 2 | "name": "angular-starter",
|
3 |
| - "version": "10.0.7", |
| 3 | + "version": "10.0.8", |
4 | 4 | "scripts": {
|
5 | 5 | "ng": "ng",
|
6 | 6 | "start": "ng serve --port 4200",
|
|
25 | 25 | "homepage": "https://github.com/ganatan/angular-example-lazy-loading#readme",
|
26 | 26 | "private": true,
|
27 | 27 | "dependencies": {
|
28 |
| - "@angular/animations": "10.0.7", |
29 |
| - "@angular/common": "10.0.7", |
30 |
| - "@angular/compiler": "10.0.7", |
31 |
| - "@angular/core": "10.0.7", |
32 |
| - "@angular/forms": "10.0.7", |
33 |
| - "@angular/platform-browser": "10.0.7", |
34 |
| - "@angular/platform-browser-dynamic": "10.0.7", |
35 |
| - "@angular/router": "10.0.7", |
| 28 | + "@angular/animations": "10.0.8", |
| 29 | + "@angular/common": "10.0.8", |
| 30 | + "@angular/compiler": "10.0.8", |
| 31 | + "@angular/core": "10.0.8", |
| 32 | + "@angular/forms": "10.0.8", |
| 33 | + "@angular/platform-browser": "10.0.8", |
| 34 | + "@angular/platform-browser-dynamic": "10.0.8", |
| 35 | + "@angular/router": "10.0.8", |
36 | 36 | "rxjs": "6.6.2",
|
37 | 37 | "tslib": "2.0.0",
|
38 | 38 | "zone.js": "0.10.3"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 | 41 | "@angular-devkit/build-angular": "0.1000.5",
|
42 | 42 | "@angular/cli": "10.0.5",
|
43 |
| - "@angular/compiler-cli": "10.0.7", |
| 43 | + "@angular/compiler-cli": "10.0.8", |
44 | 44 | "@types/node": "14.0.27",
|
45 | 45 | "@types/jasmine": "3.5.12",
|
46 | 46 | "@types/jasminewd2": "2.0.8",
|
|
0 commit comments