|
27 | 27 | },
|
28 | 28 | "private": true,
|
29 | 29 | "dependencies": {
|
30 |
| - "@angular/animations": "^12.2.16", |
31 |
| - "@angular/cdk": "^12.2.13", |
32 |
| - "@angular/common": "^12.2.16", |
33 |
| - "@angular/compiler": "^12.2.16", |
34 |
| - "@angular/core": "^12.2.16", |
35 |
| - "@angular/forms": "^12.2.16", |
36 |
| - "@angular/localize": "^12.2.16", |
37 |
| - "@angular/platform-browser": "^12.2.16", |
38 |
| - "@angular/platform-browser-dynamic": "^12.2.16", |
39 |
| - "@angular/router": "^12.2.16", |
40 |
| - "@coreui/angular": "~2.12.0", |
| 30 | + "@angular/animations": "^13.3.0", |
| 31 | + "@angular/cdk": "^13.3.0", |
| 32 | + "@angular/common": "^13.3.0", |
| 33 | + "@angular/compiler": "^13.3.0", |
| 34 | + "@angular/core": "^13.3.0", |
| 35 | + "@angular/forms": "^13.3.0", |
| 36 | + "@angular/localize": "^13.3.0", |
| 37 | + "@angular/platform-browser": "^13.3.0", |
| 38 | + "@angular/platform-browser-dynamic": "^13.3.0", |
| 39 | + "@angular/router": "^13.3.0", |
| 40 | + "@coreui/angular": "~2.13.0", |
41 | 41 | "@coreui/coreui": "^2.1.16",
|
42 | 42 | "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
|
43 | 43 | "@coreui/icons": "^2.1.0",
|
44 | 44 | "@coreui/icons-angular": "1.0.0-alpha.3",
|
45 | 45 | "bootstrap": "^4.6.1",
|
46 | 46 | "chart.js": "^2.9.4",
|
47 |
| - "classlist.js": "^1.1.20150312", |
48 | 47 | "core-js": "^3.21.1",
|
49 | 48 | "flag-icon-css": "^3.5.0",
|
50 | 49 | "font-awesome": "^4.7.0",
|
|
55 | 54 | "simple-line-icons": "^2.5.5",
|
56 | 55 | "ts-helpers": "^1.1.2",
|
57 | 56 | "tslib": "^2.3.1",
|
58 |
| - "web-animations-js": "^2.3.2", |
59 | 57 | "zone.js": "~0.11.4"
|
60 | 58 | },
|
61 | 59 | "devDependencies": {
|
62 |
| - "@angular-devkit/build-angular": "^12.2.16", |
63 |
| - "@angular/cli": "^12.2.16", |
64 |
| - "@angular/compiler-cli": "^12.2.16", |
65 |
| - "@angular/language-service": "^12.2.16", |
| 60 | + "@angular-devkit/build-angular": "^13.3.0", |
| 61 | + "@angular/cli": "^13.3.0", |
| 62 | + "@angular/compiler-cli": "^13.3.0", |
| 63 | + "@angular/language-service": "^13.3.0", |
66 | 64 | "@types/jasmine": "~3.8.0",
|
67 | 65 | "@types/jasminewd2": "^2.0.10",
|
68 | 66 | "@types/node": "^14.18.12",
|
|
75 | 73 | "karma-jasmine-html-reporter": "^1.7.0",
|
76 | 74 | "protractor": "~7.0.0",
|
77 | 75 | "ts-node": "^9.1.1",
|
78 |
| - "typescript": "~4.3.5" |
| 76 | + "typescript": "~4.6.2" |
79 | 77 | },
|
80 | 78 | "engines": {
|
81 |
| - "node": ">= 12.20", |
| 79 | + "node": "^12.20.0 || ^14.15.0 || >=16.10.0", |
82 | 80 | "npm": ">= 6"
|
83 | 81 | }
|
84 | 82 | }
|
0 commit comments