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
69f75e72f0
commit
458bb18e8b
3 changed files with 321 additions and 307 deletions
|
@ -16,7 +16,7 @@
|
|||
"SpinKit": "~1.2.5",
|
||||
"jQuery.stickyFooter": "https://github.com/miWebb/jQuery.stickyFooter.git#~1.2.3",
|
||||
"bootstrap-sass": "^3.3.7",
|
||||
"list.js": "^1.3.0",
|
||||
"what-input": "^4.0.4"
|
||||
"list.js": "^1.4.1",
|
||||
"what-input": "^4.0.6"
|
||||
}
|
||||
}
|
||||
|
|
614
composer.lock
generated
614
composer.lock
generated
File diff suppressed because it is too large
Load diff
10
package.json
10
package.json
|
@ -8,18 +8,18 @@
|
|||
"gulp-livereload": "^3.8.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^6.5.4",
|
||||
"babel-preset-es2015": "^6.18.0",
|
||||
"autoprefixer": "^6.7.0",
|
||||
"babel-preset-es2015": "^6.22.0",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-babel": "^6.1.2",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-modernizr": "^1.0.0-alpha",
|
||||
"gulp-plumber": "^1.1.0",
|
||||
"gulp-postcss": "^6.2.0",
|
||||
"gulp-postcss": "^6.3.0",
|
||||
"gulp-sass": "^3.1.0",
|
||||
"gulp-sass-glob": "^1.0.8",
|
||||
"gulp-strip-debug": "^1.1.0",
|
||||
"gulp-uglify": "^2.0.0",
|
||||
"gulp-util": "^3.0.7"
|
||||
"gulp-uglify": "^2.0.1",
|
||||
"gulp-util": "^3.0.8"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue