File tree 5 files changed +1478
-3753
lines changed
5 files changed +1478
-3753
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ ## [ 4.5.7]
4
+ ### Updated
5
+ - Update dependencies
6
+
2
7
## [ 4.5.6]
3
8
### Updated
4
9
- Update burttons colors
Original file line number Diff line number Diff line change 2
2
3
3
const gulp = require ( "gulp" ) ;
4
4
const del = require ( "del" ) ;
5
- const sass = require ( "gulp-sass" ) ;
5
+ const sass = require ( "gulp-sass" ) ( require ( "sass" ) ) ;
6
6
const rename = require ( "gulp-rename" ) ;
7
7
const hb = require ( "gulp-hb" ) ;
8
8
const layouts = require ( "handlebars-layouts" ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " light_blue" ,
3
- "version" : " 4.5.6 " ,
3
+ "version" : " 4.5.7 " ,
4
4
"description" : " Light Blue - Bootstrap 4 Admin Dashboard" ,
5
5
"scripts" : {
6
6
"build" : " gulp build" ,
21
21
"bootstrap-select" : " ^1.13.18" ,
22
22
"bootstrap-slider" : " 10.2.4" ,
23
23
"bootstrap-wizard" : " ^1.4.2" ,
24
- "bootstrap_calendar" : " git ://github.com/xero/bootstrap_calendar#v1.0.1" ,
24
+ "bootstrap_calendar" : " https ://github.com/xero/bootstrap_calendar#v1.0.1" ,
25
25
"components-jqueryui" : " ^1.12.1" ,
26
26
"d3" : " 3.5.17" ,
27
27
"d3v5" : " npm:d3@^5.1.0" ,
67
67
"minimatch" : " ^3.0.4" ,
68
68
"moment" : " ^2.24.0" ,
69
69
"morris.js" : " ^0.5.0" ,
70
- "node- sass" : " ^4.13.1 " ,
70
+ "sass" : " ^1.81.0 " ,
71
71
"nvd3" : " ^1.8.6" ,
72
72
"owl.carousel" : " ^2.3.4" ,
73
73
"parsleyjs" : " ^2.8.2" ,
79
79
"shufflejs" : " ^5.2.3" ,
80
80
"skycons" : " https://github.com/darkskyapp/skycons.git#60d41374ea97c5da1f92622ddcecca6dd1d9beed" ,
81
81
"slick-carousel" : " ^1.8.1" ,
82
- "summernote" : " ^0.8.16 " ,
82
+ "summernote" : " ^0.9.1 " ,
83
83
"switchery" : " https://github.com/abpetkov/switchery.git" ,
84
84
"tempusdominus-bootstrap-4" : " ^5.1.2" ,
85
85
"turndown" : " ^5.0.3" ,
88
88
},
89
89
"devDependencies" : {
90
90
"del" : " ^5.1.0" ,
91
- "gulp" : " ^4 .0.2 " ,
91
+ "gulp" : " ^5 .0.0 " ,
92
92
"gulp-hb" : " ^8.0.0" ,
93
93
"gulp-rename" : " 2.0.0" ,
94
- "gulp-sass" : " ^4.0.2 " ,
94
+ "gulp-sass" : " ^5.1.0 " ,
95
95
"gulp-sourcemaps" : " ^2.6.5" ,
96
96
"handlebars-layouts" : " ^3.1.4" ,
97
97
"run-sequence" : " ^2.2.1"
Original file line number Diff line number Diff line change 203
203
.form-control :focus ,
204
204
.form-control :focus + .input-group-append .input-group-text ,
205
205
& .focus .input-group-text {
206
- @extend .input-no-border :focus ;
206
+ background-color : $gray-100 ;
207
207
}
208
208
}
209
209
You can’t perform that action at this time.
0 commit comments