|
1 | 1 | { |
2 | 2 | "name": "ng-devui-admin", |
3 | | - "version": "13.0.0", |
| 3 | + "version": "1.0.0", |
4 | 4 | "license": "MIT", |
5 | 5 | "description": "DevUI Admin based on Angular and DevUI components", |
6 | 6 | "repository": { |
|
21 | 21 | }, |
22 | 22 | "private": true, |
23 | 23 | "dependencies": { |
24 | | - "@angular/animations": "~13.2.1", |
25 | | - "@angular/cdk": "13.2.1", |
26 | | - "@angular/common": "~13.2.1", |
27 | | - "@angular/compiler": "~13.2.1", |
28 | | - "@angular/core": "~13.2.1", |
29 | | - "@angular/forms": "~13.2.1", |
30 | | - "@angular/platform-browser": "~13.2.1", |
31 | | - "@angular/platform-browser-dynamic": "~13.2.1", |
32 | | - "@angular/router": "~13.2.1", |
| 24 | + "@angular/animations": "15.1.2", |
| 25 | + "@angular/cdk": "15.1.2", |
| 26 | + "@angular/common": "15.1.2", |
| 27 | + "@angular/compiler": "15.1.2", |
| 28 | + "@angular/core": "15.1.2", |
| 29 | + "@angular/forms": "15.1.2", |
| 30 | + "@angular/platform-browser": "15.1.2", |
| 31 | + "@angular/platform-browser-dynamic": "15.1.2", |
| 32 | + "@angular/router": "15.1.2", |
33 | 33 | "@devui-design/icons": "^1.3.0", |
34 | | - "@ngx-translate/core": "13.0.0", |
35 | | - "@ngx-translate/http-loader": "6.0.0", |
| 34 | + "@ngx-translate/core": "^14.0.0", |
| 35 | + "@ngx-translate/http-loader": "^7.0.0", |
36 | 36 | "color": "^3.1.3", |
37 | 37 | "echarts": "5.2.1", |
38 | | - "ng-devui": "^13.2.0", |
39 | | - "rxjs": "6.5.5", |
| 38 | + "ng-devui": "^15.0.0", |
| 39 | + "rxjs": "7.6.0", |
40 | 40 | "tslib": "^2.0.0", |
41 | 41 | "zone.js": "~0.11.4" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@angular-devkit/build-angular": "~13.2.1", |
45 | | - "@angular/cli": "~13.2.1", |
46 | | - "@angular/compiler-cli": "~13.2.1", |
| 44 | + "@angular-devkit/build-angular": "^15.2.2", |
| 45 | + "@angular/cli": "^15.2.2", |
| 46 | + "@angular/compiler-cli": "^15.2.2", |
47 | 47 | "@types/jasmine": "~3.5.0", |
48 | 48 | "@types/jasminewd2": "~2.0.3", |
49 | 49 | "@types/node": "^12.11.1", |
|
63 | 63 | "stylelint-scss": "^3.19.0", |
64 | 64 | "ts-node": "~8.3.0", |
65 | 65 | "tslint": "~6.1.0", |
66 | | - "typescript": "~4.5.5" |
| 66 | + "typescript": "~4.9.5" |
67 | 67 | } |
68 | 68 | } |
0 commit comments