Skip to content

Commit a175882

Browse files
committed
resolved #149 fixed #17 upgrade npm dependencies
1 parent 829b179 commit a175882

File tree

4 files changed

+903
-730
lines changed

4 files changed

+903
-730
lines changed

angular/.angular-cli.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"../node_modules/font-awesome/css/font-awesome.css",
3030
"../node_modules/famfamfam-flags/dist/sprite/famfamfam-flags.css",
3131
"../node_modules/toastr/build/toastr.css",
32-
"../node_modules/sweetalert/dist/sweetalert.css",
3332
"../node_modules/node-waves/dist/waves.css",
3433
"../src/bsb-theme/css/materialize.css",
3534
"../src/bsb-theme/css/style.css",

angular/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "^5.0.2",
17-
"@angular/common": "^5.0.2",
18-
"@angular/compiler": "^5.0.2",
19-
"@angular/core": "^5.0.2",
20-
"@angular/forms": "^5.0.2",
21-
"@angular/http": "^5.0.2",
22-
"@angular/platform-browser": "^5.0.2",
23-
"@angular/platform-browser-dynamic": "^5.0.2",
24-
"@angular/router": "^5.0.2",
16+
"@angular/animations": "^5.0.3",
17+
"@angular/common": "^5.0.3",
18+
"@angular/compiler": "^5.0.3",
19+
"@angular/core": "^5.0.3",
20+
"@angular/forms": "^5.0.3",
21+
"@angular/http": "^5.0.3",
22+
"@angular/platform-browser": "^5.0.3",
23+
"@angular/platform-browser-dynamic": "^5.0.3",
24+
"@angular/router": "^5.0.3",
2525
"@types/bootstrap": "^3.3.33",
2626
"@types/jquery": "^3.2.12",
2727
"@types/jquery.blockui": "0.0.28",
@@ -32,7 +32,7 @@
3232
"@types/signalr": "^2.2.33",
3333
"@types/toastr": "^2.1.33",
3434
"abp-ng2-module": "^1.3.0",
35-
"abp-web-resources": "^3.2.2",
35+
"abp-web-resources": "^3.2.3",
3636
"animate.css": "^3.5.2",
3737
"block-ui": "^2.70.1",
3838
"bootstrap": "^3.3.7",
@@ -61,15 +61,15 @@
6161
"signalr": "^2.2.1",
6262
"simple-line-icons": "^2.4.1",
6363
"spin.js": "^2.3.2",
64-
"sweetalert": "^1.1.3",
64+
"sweetalert": "^2.0.8",
6565
"toastr": "^2.1.2",
6666
"ts-helpers": "^1.1.2",
6767
"web-animations-js": "^2.3.1",
6868
"zone.js": "0.8.18"
6969
},
7070
"devDependencies": {
71-
"@angular/cli": "^1.5.0",
72-
"@angular/compiler-cli": "^5.0.2",
71+
"@angular/cli": "^1.5.4",
72+
"@angular/compiler-cli": "^5.0.3",
7373
"@angularclass/hmr": "^2.1.3",
7474
"@types/jasmine": "^2.5.38",
7575
"@types/node": "^8.0.27",

angular/src/shared/core.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* General */
1+
/* General */
22

33
.clickable-item {
44
cursor: pointer;
@@ -33,3 +33,7 @@ topbar-languageswitch {
3333
}
3434
}
3535
}
36+
37+
.swal-footer {
38+
text-align: center;
39+
}

0 commit comments

Comments
 (0)