|
5 | 5 | "ng": "ng",
|
6 | 6 | "start": "ng serve",
|
7 | 7 | "build": "ng build",
|
8 |
| - "test": "ng test", |
9 | 8 | "lint": "ng lint",
|
10 | 9 | "e2e": "ng e2e -c passing"
|
11 | 10 | },
|
12 | 11 | "private": true,
|
13 | 12 | "dependencies": {
|
14 |
| - "@angular/animations": "10.0.11", |
15 |
| - "@angular/common": "10.0.11", |
16 |
| - "@angular/compiler": "10.0.11", |
17 |
| - "@angular/core": "10.0.11", |
18 |
| - "@angular/forms": "10.0.11", |
19 |
| - "@angular/platform-browser": "10.0.11", |
20 |
| - "@angular/platform-browser-dynamic": "10.0.11", |
21 |
| - "@angular/router": "10.0.11", |
| 13 | + "@angular/animations": "13.0.1", |
| 14 | + "@angular/common": "13.0.1", |
| 15 | + "@angular/compiler": "13.0.1", |
| 16 | + "@angular/core": "13.0.1", |
| 17 | + "@angular/forms": "13.0.1", |
| 18 | + "@angular/platform-browser": "13.0.1", |
| 19 | + "@angular/platform-browser-dynamic": "13.0.1", |
| 20 | + "@angular/router": "13.0.1", |
22 | 21 | "rxjs": "6.6.2",
|
23 |
| - "tslib": "^2.0.1", |
24 |
| - "zone.js": "~0.11.1" |
| 22 | + "tslib": "^2.0.0", |
| 23 | + "zone.js": "~0.11.4" |
25 | 24 | },
|
26 | 25 | "devDependencies": {
|
27 |
| - "@angular-devkit/build-angular": "0.1000.6", |
28 |
| - "@angular/cli": "10.0.6", |
29 |
| - "@angular/compiler-cli": "10.0.11", |
30 |
| - "@angular/language-service": "10.0.11", |
31 |
| - "angular-testcafe": "file:..", |
| 26 | + "@angular-devkit/build-angular": "13.0.2", |
| 27 | + "@angular-eslint/builder": "13.0.1", |
| 28 | + "@angular-eslint/eslint-plugin": "13.0.1", |
| 29 | + "@angular-eslint/eslint-plugin-template": "13.0.1", |
| 30 | + "@angular-eslint/schematics": "13.0.1", |
| 31 | + "@angular-eslint/template-parser": "13.0.1", |
| 32 | + "@angular/cli": "13.0.2", |
| 33 | + "@angular/compiler-cli": "13.0.1", |
| 34 | + "@angular/language-service": "13.0.1", |
32 | 35 | "@types/node": "~12.12.54",
|
33 | 36 | "@types/webpack-env": "^1.16.0",
|
| 37 | + "@typescript-eslint/eslint-plugin": "5.3.0", |
| 38 | + "@typescript-eslint/parser": "5.3.0", |
| 39 | + "angular-testcafe": "file:..", |
34 | 40 | "codelyzer": "^6.0.0",
|
| 41 | + "eslint": "^8.1.0", |
35 | 42 | "ts-node": "~8.10.2",
|
36 | 43 | "tslint": "~6.1.3",
|
37 |
| - "typescript": "~3.9.7" |
| 44 | + "typescript": "~4.4.4" |
38 | 45 | }
|
39 | 46 | }
|
0 commit comments