10
10
"e2e" : " ng e2e" ,
11
11
"precommit" : " ng lint daming-core-ui && sass-lint -v -q" ,
12
12
"sass" : " sass-lint -v -q" ,
13
- "push" : " ng build --prod --base-href ./ && npx angular-cli-ghpages --dir=dist/daming-core-ui "
13
+ "push" : " ng build --prod --base-href ./ && npx angular-cli-ghpages --dir=dist/daming-core-ui" ,
14
+ "postinstall" : " ngcc --properties es2015 browser module main --first-only"
14
15
},
15
16
"private" : true ,
16
17
"dependencies" : {
17
- "@angular/animations" : " ^8.0.0 " ,
18
- "@angular/common" : " ~8.0.0 " ,
19
- "@angular/compiler" : " ~8.0.0 " ,
20
- "@angular/core" : " ~8.0.0 " ,
21
- "@angular/forms" : " ~8.0.0 " ,
22
- "@angular/platform-browser" : " ~8.0.0 " ,
23
- "@angular/platform-browser-dynamic" : " ~8.0.0 " ,
24
- "@angular/router" : " ~8.0.0 " ,
25
- "@coreui/angular" : " ^2.2.3 " ,
18
+ "@angular/animations" : " ^9.1.13 " ,
19
+ "@angular/common" : " ~9.1.13 " ,
20
+ "@angular/compiler" : " ~9.1.13 " ,
21
+ "@angular/core" : " ~9.1.13 " ,
22
+ "@angular/forms" : " ~9.1.13 " ,
23
+ "@angular/platform-browser" : " ~9.1.13 " ,
24
+ "@angular/platform-browser-dynamic" : " ~9.1.13 " ,
25
+ "@angular/router" : " ~9.1.13 " ,
26
+ "@coreui/angular" : " ^2.9.6 " ,
26
27
"@coreui/coreui" : " ^2.1.6" ,
27
- "@coreui/coreui-plugin-chartjs-custom-tooltips" : " ^1.2.0 " ,
28
- "angular2-toaster" : " ^7 .0.0" ,
29
- "bootstrap" : " ^4.2.1 " ,
28
+ "@coreui/coreui-plugin-chartjs-custom-tooltips" : " ^1.3.1 " ,
29
+ "angular2-toaster" : " ^10 .0.0" ,
30
+ "bootstrap" : " ^4.5.0 " ,
30
31
"chart.js" : " ^2.9.4" ,
31
- "core-js" : " ^2.5.4 " ,
32
+ "core-js" : " ^3.6.5 " ,
32
33
"flag-icon-css" : " ^3.2.1" ,
33
34
"font-awesome" : " ^4.7.0" ,
34
35
"moment" : " ^2.24.0" ,
35
36
"mutationobserver-shim" : " ^0.3.3" ,
36
- "ng2-charts" : " ^1.6.0" ,
37
- "ngx-bootstrap" : " ^3.1.4" ,
38
- "ngx-perfect-scrollbar" : " ^7.2.0" ,
39
- "ngx-toastr" : " ^9.1.1" ,
40
- "rxjs" : " ~6.5.2" ,
41
- "simple-line-icons" : " ^2.4.1" ,
42
- "tslib" : " ^1.9.0" ,
43
- "zone.js" : " ~0.9.1"
37
+ "ng2-charts" : " ^2.3.2" ,
38
+ "ngx-bootstrap" : " ^5.6.1" ,
39
+ "ngx-perfect-scrollbar" : " ^9.0.0" ,
40
+ "ngx-toastr" : " ^12.1.0" ,
41
+ "rxjs" : " ~6.6.7" ,
42
+ "simple-line-icons" : " ^2.5.2" ,
43
+ "tslib" : " ^1.10.0" ,
44
+ "web-animations-js" : " ^2.3.2" ,
45
+ "zone.js" : " ~0.10.2"
44
46
},
45
47
"devDependencies" : {
46
- "@angular-devkit/build-angular" : " ~0.800.0 " ,
47
- "@angular/cli" : " ~8.0.1 " ,
48
- "@angular/compiler-cli" : " ~8.0.0 " ,
49
- "@angular/language-service" : " ~8.0.0 " ,
48
+ "@angular-devkit/build-angular" : " ~0.901.15 " ,
49
+ "@angular/cli" : " ~9.1.15 " ,
50
+ "@angular/compiler-cli" : " ~9.1.13 " ,
51
+ "@angular/language-service" : " ~9.1.13 " ,
50
52
"@types/jasmine" : " ~2.8.8" ,
51
53
"@types/jasminewd2" : " ~2.0.3" ,
52
- "@types/node" : " ~8.9.4 " ,
54
+ "@types/node" : " ^12.11.1 " ,
53
55
"angular-cli-ghpages" : " ^0.5.3" ,
54
- "codelyzer" : " ^5.0.1 " ,
56
+ "codelyzer" : " ^5.1.2 " ,
55
57
"husky" : " ^2.2.0" ,
56
58
"jasmine-core" : " ~2.99.1" ,
57
59
"jasmine-spec-reporter" : " ~4.2.1" ,
64
66
"sass-lint" : " ^1.12.1" ,
65
67
"ts-node" : " ~7.0.0" ,
66
68
"tslint" : " ~5.11.0" ,
67
- "typescript" : " 3.4.5 "
69
+ "typescript" : " 3.8.3 "
68
70
}
69
- }
71
+ }
0 commit comments