mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-22 07:54:11 -05:00
Update dependencies
This commit is contained in:
parent
b1ef53f845
commit
39955d37ef
3 changed files with 315 additions and 238 deletions
|
@ -12,7 +12,7 @@
|
||||||
"awesome-bootstrap-checkbox": "~0.3.7",
|
"awesome-bootstrap-checkbox": "~0.3.7",
|
||||||
"Sortable": "~1.6.0",
|
"Sortable": "~1.6.0",
|
||||||
"simplemde": "~1.11.2",
|
"simplemde": "~1.11.2",
|
||||||
"datetimepicker": "~2.5.11",
|
"datetimepicker": "~2.5.16",
|
||||||
"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"
|
||||||
|
|
529
composer.lock
generated
529
composer.lock
generated
File diff suppressed because it is too large
Load diff
22
package.json
22
package.json
|
@ -8,32 +8,32 @@
|
||||||
"gulp-livereload": "^3.8.1"
|
"gulp-livereload": "^3.8.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"autoprefixer": "^7.1.6",
|
"autoprefixer": "^7.2.4",
|
||||||
"babel-core": "^6.26.0",
|
"babel-core": "^6.26.0",
|
||||||
"babel-plugin-transform-runtime": "^6.23.0",
|
"babel-plugin-transform-runtime": "^6.23.0",
|
||||||
"babel-preset-env": "^1.6.1",
|
"babel-preset-env": "^1.6.1",
|
||||||
"babelify": "^8.0.0",
|
"babelify": "^8.0.0",
|
||||||
"bootstrap": "^4.0.0-beta.3",
|
"bootstrap": "^4.0.0-beta.3",
|
||||||
"browserify": "^14.5.0",
|
"browserify": "^15.0.0",
|
||||||
"es6-promise": "^4.1.1",
|
"es6-promise": "^4.2.2",
|
||||||
"gsap": "^1.20.3",
|
"gsap": "^1.20.3",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-babel": "^7.0.0",
|
"gulp-babel": "^7.0.0",
|
||||||
"gulp-concat": "^2.6.1",
|
"gulp-concat": "^2.6.1",
|
||||||
"gulp-plumber": "^1.1.0",
|
"gulp-plumber": "^1.2.0",
|
||||||
"gulp-postcss": "^7.0.0",
|
"gulp-postcss": "^7.0.1",
|
||||||
"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": "^2.0.0",
|
||||||
"gulp-uglify": "^3.0.0",
|
"gulp-uglify": "^3.0.0",
|
||||||
"gulp-util": "^3.0.8",
|
"gulp-util": "^3.0.8",
|
||||||
"popper": "^1.0.1",
|
"popper": "^1.0.1",
|
||||||
"vinyl-buffer": "^1.0.0",
|
"vinyl-buffer": "^1.0.1",
|
||||||
"vinyl-source-stream": "^1.1.0",
|
"vinyl-source-stream": "^2.0.0",
|
||||||
"vue": "^2.5.8",
|
"vue": "^2.5.13",
|
||||||
"vue-resource": "^1.3.4",
|
"vue-resource": "^1.3.5",
|
||||||
"vue-router": "^3.0.1",
|
"vue-router": "^3.0.1",
|
||||||
"vue-template-compiler": "^2.5.8",
|
"vue-template-compiler": "^2.5.13",
|
||||||
"vueify": "^9.4.1",
|
"vueify": "^9.4.1",
|
||||||
"vuex": "^3.0.1",
|
"vuex": "^3.0.1",
|
||||||
"vuex-router-sync": "^5.0.0",
|
"vuex-router-sync": "^5.0.0",
|
||||||
|
|
Loading…
Reference in a new issue