|
11 | 11 | "e2e": "ng e2e"
|
12 | 12 | },
|
13 | 13 | "engines": {
|
14 |
| - "node": "^16.10.0" |
| 14 | + "node": "^18.10.0" |
15 | 15 | },
|
16 | 16 | "private": true,
|
17 | 17 | "dependencies": {
|
18 |
| - "@angular/animations": "^15.2.9", |
19 |
| - "@angular/cdk": "^15.2.9", |
20 |
| - "@angular/common": "^15.2.9", |
21 |
| - "@angular/compiler": "^15.2.9", |
22 |
| - "@angular/core": "^15.2.9", |
23 |
| - "@angular/forms": "^15.2.9", |
24 |
| - "@angular/material": "^15.2.9", |
25 |
| - "@angular/platform-browser": "^15.2.9", |
26 |
| - "@angular/platform-browser-dynamic": "^15.2.9", |
27 |
| - "@angular/router": "^15.2.9", |
| 18 | + "@angular/animations": "^16.0.1", |
| 19 | + "@angular/cdk": "^16.0.1", |
| 20 | + "@angular/common": "^16.0.1", |
| 21 | + "@angular/compiler": "^16.0.1", |
| 22 | + "@angular/core": "^16.0.1", |
| 23 | + "@angular/forms": "^16.0.1", |
| 24 | + "@angular/material": "^16.0.1", |
| 25 | + "@angular/platform-browser": "^16.0.1", |
| 26 | + "@angular/platform-browser-dynamic": "^16.0.1", |
| 27 | + "@angular/router": "^16.0.1", |
28 | 28 | "@dustfoundation/ngx-sortablejs": "^15.0.0",
|
29 |
| - "@ng-select/ng-select": "^9.0.2", |
| 29 | + "@ng-select/ng-select": "^10.0.4", |
30 | 30 | "date-fns": "^2.29.3",
|
31 | 31 | "lodash-es": "^4.17.21",
|
32 | 32 | "ngx-mat-datefns-date-adapter": "^11.2.2",
|
33 |
| - "ngx-sortablejs": "^11.1.0", |
34 | 33 | "rxjs": "~6.6.0",
|
35 | 34 | "sortablejs": "^1.15.0",
|
36 | 35 | "tslib": "^2.0.0",
|
37 |
| - "zone.js": "~0.11.4" |
| 36 | + "zone.js": "~0.13.0" |
38 | 37 | },
|
39 | 38 | "devDependencies": {
|
40 |
| - "@angular-devkit/build-angular": "^15.2.8", |
41 |
| - "@angular/cli": "^15.2.8", |
42 |
| - "@angular/compiler-cli": "^15.2.9", |
| 39 | + "@angular-devkit/build-angular": "^16.0.1", |
| 40 | + "@angular/cli": "^16.0.1", |
| 41 | + "@angular/compiler-cli": "^16.0.1", |
43 | 42 | "@types/jasmine": "~3.6.0",
|
44 | 43 | "@types/jasminewd2": "~2.0.3",
|
45 | 44 | "@types/lodash-es": "^4.17.6",
|
|
52 | 51 | "karma-coverage-istanbul-reporter": "~3.0.2",
|
53 | 52 | "karma-jasmine": "~4.0.0",
|
54 | 53 | "karma-jasmine-html-reporter": "^1.5.0",
|
55 |
| - "ng-packagr": "^15.2.2", |
| 54 | + "ng-packagr": "^16.0.1", |
56 | 55 | "protractor": "~7.0.0",
|
57 | 56 | "ts-node": "~8.3.0",
|
58 | 57 | "tslint": "~6.1.0",
|
|
0 commit comments