|
13 | 13 | "test": "ng test"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@angular/animations": "^15.0.3", |
17 |
| - "@angular/common": "^15.0.3", |
18 |
| - "@angular/compiler": "^15.0.3", |
19 |
| - "@angular/core": "^15.0.3", |
20 |
| - "@angular/forms": "^15.0.3", |
21 |
| - "@angular/platform-browser": "^15.0.3", |
22 |
| - "@angular/platform-browser-dynamic": "^15.0.3", |
23 |
| - "@angular/router": "^15.0.3", |
| 16 | + "@angular/animations": "^16.2.12", |
| 17 | + "@angular/common": "^16.2.12", |
| 18 | + "@angular/compiler": "^16.2.12", |
| 19 | + "@angular/core": "^16.2.12", |
| 20 | + "@angular/forms": "^16.2.12", |
| 21 | + "@angular/platform-browser": "^16.2.12", |
| 22 | + "@angular/platform-browser-dynamic": "^16.2.12", |
| 23 | + "@angular/router": "^16.2.12", |
24 | 24 | "@aspnet/signalr": "^1.1.4",
|
25 | 25 | "@fortawesome/fontawesome-free": "^6.2.1",
|
26 | 26 | "abp-ng2-module": "8.0.0",
|
|
38 | 38 | "sweetalert2": "^11.6.15",
|
39 | 39 | "ts-helpers": "^1.1.2",
|
40 | 40 | "tslib": "^2.4.1",
|
41 |
| - "zone.js": "~0.12.0" |
| 41 | + "zone.js": "~0.13.3" |
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@angular-devkit/build-angular": "^15.0.3", |
45 |
| - "@angular/cli": "^15.0.3", |
46 |
| - "@angular/compiler-cli": "^15.0.3", |
| 44 | + "@angular-devkit/build-angular": "^16.2.10", |
| 45 | + "@angular/cli": "^16.2.10", |
| 46 | + "@angular/compiler-cli": "^16.2.12", |
47 | 47 | "@angularclass/hmr": "^3.0.0",
|
48 | 48 | "@types/jasmine": "~4.3.1",
|
49 | 49 | "@types/lodash-es": "^4.17.6",
|
|
62 | 62 | "protractor": "~7.0.0",
|
63 | 63 | "ts-node": "^10.9.1",
|
64 | 64 | "tslint": "~6.1.0",
|
65 |
| - "typescript": "4.8.4", |
| 65 | + "typescript": "5.1.6", |
66 | 66 | "webpack-bundle-analyzer": "^4.7.0"
|
67 | 67 | },
|
68 | 68 | "angular-cli": {}
|
|
0 commit comments