mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-25 08:51:25 -05:00
Update dependencies
This commit is contained in:
parent
eb205235aa
commit
2e6229c56b
3 changed files with 307 additions and 267 deletions
|
@ -10,12 +10,12 @@
|
||||||
"jquery": "~3.2.1",
|
"jquery": "~3.2.1",
|
||||||
"fontawesome": "~4.7.0",
|
"fontawesome": "~4.7.0",
|
||||||
"awesome-bootstrap-checkbox": "~0.3.7",
|
"awesome-bootstrap-checkbox": "~0.3.7",
|
||||||
"Sortable": "~1.5.1",
|
"Sortable": "~1.6.0",
|
||||||
"simplemde": "~1.11.2",
|
"simplemde": "~1.11.2",
|
||||||
"datetimepicker": "~2.5.4",
|
"datetimepicker": "~2.5.4",
|
||||||
"SpinKit": "~1.2.5",
|
"SpinKit": "~1.2.5",
|
||||||
"bootstrap-sass": "^3.3.7",
|
"bootstrap-sass": "^3.3.7",
|
||||||
"list.js": "^1.5.0",
|
"list.js": "^1.5.0",
|
||||||
"what-input": "^4.1.1"
|
"what-input": "^4.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
562
composer.lock
generated
562
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -8,18 +8,18 @@
|
||||||
"gulp-livereload": "^3.8.1"
|
"gulp-livereload": "^3.8.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"autoprefixer": "^6.7.7",
|
"autoprefixer": "^7.1.3",
|
||||||
"babel-preset-es2015": "^6.24.1",
|
"babel-preset-es2015": "^6.24.1",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-babel": "^6.1.2",
|
"gulp-babel": "^7.0.0",
|
||||||
"gulp-concat": "^2.6.1",
|
"gulp-concat": "^2.6.1",
|
||||||
"gulp-modernizr": "^1.0.0-alpha",
|
"gulp-modernizr": "^1.0.0-alpha",
|
||||||
"gulp-plumber": "^1.1.0",
|
"gulp-plumber": "^1.1.0",
|
||||||
"gulp-postcss": "^6.4.0",
|
"gulp-postcss": "^7.0.0",
|
||||||
"gulp-sass": "^3.1.0",
|
"gulp-sass": "^3.1.0",
|
||||||
"gulp-sass-glob": "^1.0.8",
|
"gulp-sass-glob": "^1.0.8",
|
||||||
"gulp-strip-debug": "^1.1.0",
|
"gulp-strip-debug": "^1.1.0",
|
||||||
"gulp-uglify": "^2.1.2",
|
"gulp-uglify": "^3.0.0",
|
||||||
"gulp-util": "^3.0.8"
|
"gulp-util": "^3.0.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue