Skip to content

Commit

Permalink
Update yarn packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrige committed Oct 28, 2018
1 parent 641e949 commit 7ebb347
Show file tree
Hide file tree
Showing 3 changed files with 757 additions and 680 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ gulp.task('sass', function(cb) {
gulp.task('js', function(cb) {
pump([
gulp.src([
'./node_modules/jquery/dist/jquery.slim.min.js',
'./node_modules/jquery/dist/jquery.min.js',
'./node_modules/foundation-sites/js/foundation.core.js',
'./node_modules/foundation-sites/js/foundation.util.mediaQuery.js',
'./node_modules/foundation-sites/js/foundation.abide.js',
'./js/app.js']),
babel({presets: ['env']}),
babel({presets: ['@babel/env']}),
concat('app.js'),
uglify({}),
gulp.dest('./static/js')
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,21 @@
"private": true,
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"font-awesome": "^4.7.0",
"foundation-sites": "^6.4.3",
"foundation-sites": "^6.5.0-rc.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-sass": "^3.1.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.0",
"jquery": "^3.2.1",
"pump": "^3.0.0",
"roboto-fontface": "^0.9.0",
"run-sequence": "^2.2.1"
"roboto-fontface": "^0.10.0",
"run-sequence": "^2.2.1",
"what-input": "^5.1.2"
}
}
Loading

0 comments on commit 7ebb347

Please sign in to comment.