Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-cologne committed Sep 22, 2018
1 parent 9cc4444 commit edeee4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/lazyload.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(function(w, d){
var b = d.getElementsByTagName('body')[0];
var s = d.createElement("script"); s.async = true;
var v = !("IntersectionObserver" in w) ? "8.12.0" : "10.12.0";
var v = !("IntersectionObserver" in w) ? "8.15.2" : "10.17.0";
s.src = "/_app/assets/vendor/vanilla-lazyload/" + v + "/dist/lazyload.min.js";
w.lazyLoadOptions = {};
b.appendChild(s);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "gulp"
},
"devDependencies": {
"browser-sync": "^2.24.6",
"browser-sync": "^2.24.7",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssnano": "^2.1.3",
Expand Down

0 comments on commit edeee4c

Please sign in to comment.