mirror of https://github.com/ColorlibHQ/AdminLTE
updated npm devDependencies to reduce audit's
- updated Gruntfile.js - rebuild dist filespull/2268/head
parent
d38b8fe970
commit
a3b070f1f9
|
@ -112,8 +112,10 @@ module.exports = function (grunt) { // jshint ignore:line
|
|||
// Uglify task info. Compress the js files.
|
||||
uglify: {
|
||||
options : {
|
||||
mangle : true,
|
||||
preserveComments: 'some'
|
||||
mangle : true,
|
||||
output: {
|
||||
comments: 'some'
|
||||
},
|
||||
},
|
||||
production: {
|
||||
files: {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -291,7 +291,7 @@ a:focus {
|
|||
text-align: center;
|
||||
font-size: 9px;
|
||||
padding: 2px 3px;
|
||||
line-height: .9;
|
||||
line-height: 0.9;
|
||||
}
|
||||
.main-header .logo {
|
||||
-webkit-transition: width 0.3s ease-in-out;
|
||||
|
@ -911,7 +911,7 @@ a:focus {
|
|||
}
|
||||
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
|
||||
background: #e8ecf4;
|
||||
color: #444444;
|
||||
color: #444;
|
||||
}
|
||||
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
|
||||
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
|
||||
|
@ -1633,73 +1633,73 @@ a:focus {
|
|||
border: 1px solid #d2d6de;
|
||||
}
|
||||
.box.box-solid.box-default > .box-header {
|
||||
color: #444444;
|
||||
color: #444;
|
||||
background: #d2d6de;
|
||||
background-color: #d2d6de;
|
||||
}
|
||||
.box.box-solid.box-default > .box-header a,
|
||||
.box.box-solid.box-default > .box-header .btn {
|
||||
color: #444444;
|
||||
color: #444;
|
||||
}
|
||||
.box.box-solid.box-primary {
|
||||
border: 1px solid #3c8dbc;
|
||||
}
|
||||
.box.box-solid.box-primary > .box-header {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
background: #3c8dbc;
|
||||
background-color: #3c8dbc;
|
||||
}
|
||||
.box.box-solid.box-primary > .box-header a,
|
||||
.box.box-solid.box-primary > .box-header .btn {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
.box.box-solid.box-info {
|
||||
border: 1px solid #00c0ef;
|
||||
}
|
||||
.box.box-solid.box-info > .box-header {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
background: #00c0ef;
|
||||
background-color: #00c0ef;
|
||||
}
|
||||
.box.box-solid.box-info > .box-header a,
|
||||
.box.box-solid.box-info > .box-header .btn {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
.box.box-solid.box-danger {
|
||||
border: 1px solid #dd4b39;
|
||||
}
|
||||
.box.box-solid.box-danger > .box-header {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
background: #dd4b39;
|
||||
background-color: #dd4b39;
|
||||
}
|
||||
.box.box-solid.box-danger > .box-header a,
|
||||
.box.box-solid.box-danger > .box-header .btn {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
.box.box-solid.box-warning {
|
||||
border: 1px solid #f39c12;
|
||||
}
|
||||
.box.box-solid.box-warning > .box-header {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
background: #f39c12;
|
||||
background-color: #f39c12;
|
||||
}
|
||||
.box.box-solid.box-warning > .box-header a,
|
||||
.box.box-solid.box-warning > .box-header .btn {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
.box.box-solid.box-success {
|
||||
border: 1px solid #00a65a;
|
||||
}
|
||||
.box.box-solid.box-success > .box-header {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
background: #00a65a;
|
||||
background-color: #00a65a;
|
||||
}
|
||||
.box.box-solid.box-success > .box-header a,
|
||||
.box.box-solid.box-success > .box-header .btn {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
.box.box-solid > .box-header > .box-tools .btn {
|
||||
border: 0;
|
||||
|
@ -1801,7 +1801,7 @@ a:focus {
|
|||
left: auto;
|
||||
}
|
||||
.box-header > .box-tools .dropdown-menu > li > a {
|
||||
color: #444!important;
|
||||
color: #444 !important;
|
||||
}
|
||||
.btn-box-tool {
|
||||
padding: 5px;
|
||||
|
@ -1858,7 +1858,7 @@ a:focus {
|
|||
border-bottom-left-radius: 3px;
|
||||
border-top: 1px solid #f4f4f4;
|
||||
padding: 10px;
|
||||
background-color: #ffffff;
|
||||
background-color: #fff;
|
||||
}
|
||||
.chart-legend {
|
||||
margin: 10px 0;
|
||||
|
@ -2794,7 +2794,7 @@ table.text-center th {
|
|||
background: #d2d6de;
|
||||
border: 1px solid #d2d6de;
|
||||
margin: 5px 0 0 50px;
|
||||
color: #444444;
|
||||
color: #444;
|
||||
}
|
||||
.direct-chat-text:after,
|
||||
.direct-chat-text:before {
|
||||
|
@ -2912,7 +2912,7 @@ table.text-center th {
|
|||
.direct-chat-danger .right > .direct-chat-text {
|
||||
background: #dd4b39;
|
||||
border-color: #dd4b39;
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
.direct-chat-danger .right > .direct-chat-text:after,
|
||||
.direct-chat-danger .right > .direct-chat-text:before {
|
||||
|
@ -2921,7 +2921,7 @@ table.text-center th {
|
|||
.direct-chat-primary .right > .direct-chat-text {
|
||||
background: #3c8dbc;
|
||||
border-color: #3c8dbc;
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
.direct-chat-primary .right > .direct-chat-text:after,
|
||||
.direct-chat-primary .right > .direct-chat-text:before {
|
||||
|
@ -2930,7 +2930,7 @@ table.text-center th {
|
|||
.direct-chat-warning .right > .direct-chat-text {
|
||||
background: #f39c12;
|
||||
border-color: #f39c12;
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
.direct-chat-warning .right > .direct-chat-text:after,
|
||||
.direct-chat-warning .right > .direct-chat-text:before {
|
||||
|
@ -2939,7 +2939,7 @@ table.text-center th {
|
|||
.direct-chat-info .right > .direct-chat-text {
|
||||
background: #00c0ef;
|
||||
border-color: #00c0ef;
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
.direct-chat-info .right > .direct-chat-text:after,
|
||||
.direct-chat-info .right > .direct-chat-text:before {
|
||||
|
@ -2948,7 +2948,7 @@ table.text-center th {
|
|||
.direct-chat-success .right > .direct-chat-text {
|
||||
background: #00a65a;
|
||||
border-color: #00a65a;
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
.direct-chat-success .right > .direct-chat-text:after,
|
||||
.direct-chat-success .right > .direct-chat-text:before {
|
||||
|
@ -3528,7 +3528,7 @@ table.text-center th {
|
|||
background-color: #f7f7f7;
|
||||
}
|
||||
.bg-black {
|
||||
background-color: #111111 !important;
|
||||
background-color: #111 !important;
|
||||
}
|
||||
.bg-red,
|
||||
.callout.callout-danger,
|
||||
|
@ -3568,28 +3568,28 @@ table.text-center th {
|
|||
background-color: #00a65a !important;
|
||||
}
|
||||
.bg-navy {
|
||||
background-color: #001f3f !important;
|
||||
background-color: #001F3F !important;
|
||||
}
|
||||
.bg-teal {
|
||||
background-color: #39cccc !important;
|
||||
background-color: #39CCCC !important;
|
||||
}
|
||||
.bg-olive {
|
||||
background-color: #3d9970 !important;
|
||||
background-color: #3D9970 !important;
|
||||
}
|
||||
.bg-lime {
|
||||
background-color: #01ff70 !important;
|
||||
background-color: #01FF70 !important;
|
||||
}
|
||||
.bg-orange {
|
||||
background-color: #ff851b !important;
|
||||
background-color: #FF851B !important;
|
||||
}
|
||||
.bg-fuchsia {
|
||||
background-color: #f012be !important;
|
||||
background-color: #F012BE !important;
|
||||
}
|
||||
.bg-purple {
|
||||
background-color: #605ca8 !important;
|
||||
}
|
||||
.bg-maroon {
|
||||
background-color: #d81b60 !important;
|
||||
background-color: #D81B60 !important;
|
||||
}
|
||||
.bg-gray-active {
|
||||
color: #000;
|
||||
|
@ -3667,7 +3667,7 @@ table.text-center th {
|
|||
color: #0073b7 !important;
|
||||
}
|
||||
.text-black {
|
||||
color: #111111 !important;
|
||||
color: #111 !important;
|
||||
}
|
||||
.text-light-blue {
|
||||
color: #3c8dbc !important;
|
||||
|
@ -3679,28 +3679,28 @@ table.text-center th {
|
|||
color: #d2d6de !important;
|
||||
}
|
||||
.text-navy {
|
||||
color: #001f3f !important;
|
||||
color: #001F3F !important;
|
||||
}
|
||||
.text-teal {
|
||||
color: #39cccc !important;
|
||||
color: #39CCCC !important;
|
||||
}
|
||||
.text-olive {
|
||||
color: #3d9970 !important;
|
||||
color: #3D9970 !important;
|
||||
}
|
||||
.text-lime {
|
||||
color: #01ff70 !important;
|
||||
color: #01FF70 !important;
|
||||
}
|
||||
.text-orange {
|
||||
color: #ff851b !important;
|
||||
color: #FF851B !important;
|
||||
}
|
||||
.text-fuchsia {
|
||||
color: #f012be !important;
|
||||
color: #F012BE !important;
|
||||
}
|
||||
.text-purple {
|
||||
color: #605ca8 !important;
|
||||
}
|
||||
.text-maroon {
|
||||
color: #d81b60 !important;
|
||||
color: #D81B60 !important;
|
||||
}
|
||||
.link-muted {
|
||||
color: #7a869d;
|
||||
|
@ -3764,12 +3764,12 @@ table.text-center th {
|
|||
height: auto !important;
|
||||
}
|
||||
.bg-teal-gradient {
|
||||
background: #39cccc !important;
|
||||
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
|
||||
background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
|
||||
background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
|
||||
background: -o-linear-gradient(#7adddd, #39cccc) !important;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
|
||||
background: #39CCCC !important;
|
||||
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39CCCC), color-stop(1, #7adddd)) !important;
|
||||
background: -ms-linear-gradient(bottom, #39CCCC, #7adddd) !important;
|
||||
background: -moz-linear-gradient(center bottom, #39CCCC 0%, #7adddd 100%) !important;
|
||||
background: -o-linear-gradient(#7adddd, #39CCCC) !important;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39CCCC', GradientType=0) !important;
|
||||
color: #fff;
|
||||
}
|
||||
.bg-light-blue-gradient {
|
||||
|
@ -3836,21 +3836,21 @@ table.text-center th {
|
|||
color: #fff;
|
||||
}
|
||||
.bg-black-gradient {
|
||||
background: #111111 !important;
|
||||
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
|
||||
background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
|
||||
background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
|
||||
background: -o-linear-gradient(#2b2b2b, #111111) !important;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
|
||||
background: #111 !important;
|
||||
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;
|
||||
background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
|
||||
background: -moz-linear-gradient(center bottom, #111 0%, #2b2b2b 100%) !important;
|
||||
background: -o-linear-gradient(#2b2b2b, #111) !important;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111', GradientType=0) !important;
|
||||
color: #fff;
|
||||
}
|
||||
.bg-maroon-gradient {
|
||||
background: #d81b60 !important;
|
||||
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
|
||||
background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
|
||||
background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
|
||||
background: -o-linear-gradient(#e73f7c, #d81b60) !important;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
|
||||
background: #D81B60 !important;
|
||||
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D81B60), color-stop(1, #e73f7c)) !important;
|
||||
background: -ms-linear-gradient(bottom, #D81B60, #e73f7c) !important;
|
||||
background: -moz-linear-gradient(center bottom, #D81B60 0%, #e73f7c 100%) !important;
|
||||
background: -o-linear-gradient(#e73f7c, #D81B60) !important;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#D81B60', GradientType=0) !important;
|
||||
color: #fff;
|
||||
}
|
||||
.description-block .description-icon {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
|
@ -9,24 +9,24 @@
|
|||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"R2": "^1.4.3",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-bootlint": "^0.9.1",
|
||||
"grunt": "^1.0.4",
|
||||
"grunt-bootlint": "^0.12.2",
|
||||
"grunt-contrib-clean": "^0.6",
|
||||
"grunt-contrib-concat": "^1.0.1",
|
||||
"grunt-contrib-csslint": "^0.5",
|
||||
"grunt-contrib-cssmin": "^0.12.2",
|
||||
"grunt-contrib-jshint": "^0.11.3",
|
||||
"grunt-contrib-less": "^0.12",
|
||||
"grunt-contrib-uglify": "^0.7",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
"grunt-contrib-csslint": "^2.0.0",
|
||||
"grunt-contrib-cssmin": "^3.0.0",
|
||||
"grunt-contrib-jshint": "^2.1.0",
|
||||
"grunt-contrib-less": "^2.0.0",
|
||||
"grunt-contrib-uglify": "^4.0.1",
|
||||
"grunt-contrib-watch": "^1.1.0",
|
||||
"grunt-cssjanus": "^0.2.4",
|
||||
"grunt-image": "^1.5.2",
|
||||
"grunt-image": "^5.0.1",
|
||||
"grunt-includes": "^0.4.5",
|
||||
"grunt-jscs": "^3.0.1",
|
||||
"grunt-less": "^0.1.7",
|
||||
"grunt-notify": "^0.4.5",
|
||||
"grunt-text-replace": "^0.4",
|
||||
"less": "^2.7.3"
|
||||
"less": "^3"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.4",
|
||||
|
@ -46,7 +46,7 @@
|
|||
"inputmask": "^3.3.7",
|
||||
"ion-rangeslider": "^2.3",
|
||||
"ionicons": "^3",
|
||||
"jquery": "^3.2.1",
|
||||
"jquery": "^3.4.1",
|
||||
"jquery-knob": "^1.2.11",
|
||||
"jquery-sparkline": "^2.4",
|
||||
"jquery-ui": "^1.12.1",
|
||||
|
|
Loading…
Reference in New Issue