7
7
"build" : " ng build --prod" ,
8
8
"test" : " ng test" ,
9
9
"lint" : " ng lint" ,
10
- "e2e" : " ng e2e" ,
11
- "precommit" : " ng lint daming-core-ui && sass-lint -v -q" ,
10
+ "e2e" : " ng e2e" ,
11
+ "precommit" : " ng lint daming-core-ui && sass-lint -v -q" ,
12
12
"sass" : " sass-lint -v -q" ,
13
13
"push" : " ng build --prod --base-href ./ && npx angular-cli-ghpages --dir=dist/daming-core-ui "
14
14
},
15
15
"private" : true ,
16
16
"dependencies" : {
17
- "@angular/animations" : " ^7.2.13 " ,
18
- "@angular/common" : " ~7.2.13 " ,
19
- "@angular/compiler" : " ~7.2.13 " ,
20
- "@angular/core" : " ~7.2.13 " ,
21
- "@angular/forms" : " ~7.2.13 " ,
22
- "@angular/platform-browser" : " ~7.2.13 " ,
23
- "@angular/platform-browser-dynamic" : " ~7.2.13 " ,
24
- "@angular/router" : " ~7.2.13 " ,
17
+ "@angular/animations" : " ^7.2.15 " ,
18
+ "@angular/common" : " ~7.2.15 " ,
19
+ "@angular/compiler" : " ~7.2.15 " ,
20
+ "@angular/core" : " ~7.2.15 " ,
21
+ "@angular/forms" : " ~7.2.15 " ,
22
+ "@angular/platform-browser" : " ~7.2.15 " ,
23
+ "@angular/platform-browser-dynamic" : " ~7.2.15 " ,
24
+ "@angular/router" : " ~7.2.15 " ,
25
25
"@coreui/angular" : " ^2.2.3" ,
26
26
"@coreui/coreui" : " ^2.1.6" ,
27
27
"@coreui/coreui-plugin-chartjs-custom-tooltips" : " ^1.2.0" ,
37
37
"ngx-bootstrap" : " ^3.1.4" ,
38
38
"ngx-perfect-scrollbar" : " ^7.2.0" ,
39
39
"ngx-toastr" : " ^9.1.1" ,
40
- "rxjs" : " ~6.4.0 " ,
40
+ "rxjs" : " ~6.5.1 " ,
41
41
"simple-line-icons" : " ^2.4.1" ,
42
42
"tslib" : " ^1.9.0" ,
43
43
"zone.js" : " ~0.8.29"
44
44
},
45
45
"devDependencies" : {
46
46
"@angular-devkit/build-angular" : " ~0.12.0" ,
47
- "@angular/cli" : " ~7.3.8 " ,
48
- "@angular/compiler-cli" : " ~7.2.13 " ,
49
- "@angular/language-service" : " ~7.2.13 " ,
47
+ "@angular/cli" : " ~7.3.9 " ,
48
+ "@angular/compiler-cli" : " ~7.2.15 " ,
49
+ "@angular/language-service" : " ~7.2.15 " ,
50
50
"@types/jasmine" : " ~2.8.8" ,
51
51
"@types/jasminewd2" : " ~2.0.3" ,
52
52
"@types/node" : " ~8.9.4" ,
65
65
"tslint" : " ~5.11.0" ,
66
66
"typescript" : " ~3.2.2"
67
67
}
68
- }
68
+ }
0 commit comments