Skip to content

Commit 10a6fd9

Browse files
authored
Merge pull request #2 from flatlogic/update-deps
feat: update deps
2 parents e69ed12 + 1ef5d15 commit 10a6fd9

File tree

5 files changed

+1478
-3753
lines changed

5 files changed

+1478
-3753
lines changed

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
3+
## [4.5.7]
4+
### Updated
5+
- Update dependencies
6+
27
## [4.5.6]
38
### Updated
49
- Update burttons colors

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const gulp = require("gulp");
44
const del = require("del");
5-
const sass = require("gulp-sass");
5+
const sass = require("gulp-sass")(require("sass"));
66
const rename = require("gulp-rename");
77
const hb = require("gulp-hb");
88
const layouts = require("handlebars-layouts");

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "light_blue",
3-
"version": "4.5.6",
3+
"version": "4.5.7",
44
"description": "Light Blue - Bootstrap 4 Admin Dashboard",
55
"scripts": {
66
"build": "gulp build",
@@ -21,7 +21,7 @@
2121
"bootstrap-select": "^1.13.18",
2222
"bootstrap-slider": "10.2.4",
2323
"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",
2525
"components-jqueryui": "^1.12.1",
2626
"d3": "3.5.17",
2727
"d3v5": "npm:d3@^5.1.0",
@@ -67,7 +67,7 @@
6767
"minimatch": "^3.0.4",
6868
"moment": "^2.24.0",
6969
"morris.js": "^0.5.0",
70-
"node-sass": "^4.13.1",
70+
"sass": "^1.81.0",
7171
"nvd3": "^1.8.6",
7272
"owl.carousel": "^2.3.4",
7373
"parsleyjs": "^2.8.2",
@@ -79,7 +79,7 @@
7979
"shufflejs": "^5.2.3",
8080
"skycons": "https://github.com/darkskyapp/skycons.git#60d41374ea97c5da1f92622ddcecca6dd1d9beed",
8181
"slick-carousel": "^1.8.1",
82-
"summernote": "^0.8.16",
82+
"summernote": "^0.9.1",
8383
"switchery": "https://github.com/abpetkov/switchery.git",
8484
"tempusdominus-bootstrap-4": "^5.1.2",
8585
"turndown": "^5.0.3",
@@ -88,10 +88,10 @@
8888
},
8989
"devDependencies": {
9090
"del": "^5.1.0",
91-
"gulp": "^4.0.2",
91+
"gulp": "^5.0.0",
9292
"gulp-hb": "^8.0.0",
9393
"gulp-rename": "2.0.0",
94-
"gulp-sass": "^4.0.2",
94+
"gulp-sass": "^5.1.0",
9595
"gulp-sourcemaps": "^2.6.5",
9696
"handlebars-layouts": "^3.1.4",
9797
"run-sequence": "^2.2.1"

src/sass/_utils.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
.form-control:focus,
204204
.form-control:focus + .input-group-append .input-group-text,
205205
&.focus .input-group-text{
206-
@extend .input-no-border:focus;
206+
background-color: $gray-100;
207207
}
208208
}
209209

0 commit comments

Comments
 (0)