|
1 | 1 | {
|
2 | 2 | "name": "angular-starter",
|
3 |
| - "version": "10.1.4", |
| 3 | + "version": "10.2.0", |
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.1.4", |
29 |
| - "@angular/common": "10.1.4", |
30 |
| - "@angular/compiler": "10.1.4", |
31 |
| - "@angular/core": "10.1.4", |
32 |
| - "@angular/forms": "10.1.4", |
33 |
| - "@angular/platform-browser": "10.1.4", |
34 |
| - "@angular/platform-browser-dynamic": "10.1.4", |
35 |
| - "@angular/router": "10.1.4", |
| 28 | + "@angular/animations": "10.2.0", |
| 29 | + "@angular/common": "10.2.0", |
| 30 | + "@angular/compiler": "10.2.0", |
| 31 | + "@angular/core": "10.2.0", |
| 32 | + "@angular/forms": "10.2.0", |
| 33 | + "@angular/platform-browser": "10.2.0", |
| 34 | + "@angular/platform-browser-dynamic": "10.2.0", |
| 35 | + "@angular/router": "10.2.0", |
36 | 36 | "rxjs": "6.6.3",
|
37 |
| - "tslib": "2.0.1", |
38 |
| - "zone.js": "0.11.1" |
| 37 | + "tslib": "2.0.3", |
| 38 | + "zone.js": "0.11.2" |
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@angular-devkit/build-angular": "0.1001.4", |
42 |
| - "@angular/cli": "10.1.4", |
43 |
| - "@angular/compiler-cli": "10.1.4", |
44 |
| - "@types/node": "14.11.2", |
45 |
| - "@types/jasmine": "3.5.14", |
| 41 | + "@angular-devkit/build-angular": "0.1002.0", |
| 42 | + "@angular/cli": "10.2.0", |
| 43 | + "@angular/compiler-cli": "10.2.0", |
| 44 | + "@types/node": "14.14.3", |
| 45 | + "@types/jasmine": "3.6.0", |
46 | 46 | "@types/jasminewd2": "2.0.8",
|
47 | 47 | "codelyzer": "6.0.1",
|
48 | 48 | "jasmine-core": "3.6.0",
|
|
0 commit comments