Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Mar 29, 2016
1 parent 2db01ce commit 92dc473
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
16 changes: 8 additions & 8 deletions generators/gulp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,35 @@ module.exports = generators.Base.extend({
_.extend(pkg.devDependencies, {
'autoprefixer': '^6.2.3',
'babel-core': '^6.5.0',
'babel-eslint': '^5.0.0-beta9',
'babel-eslint': '^6.0.0',
'babel-preset-es2015': '^6.5.0',
'browser-sync': '^2.11.0',
'del': '^2.2.0',
'eslint': '^1.10.3',
'eslint-config-xo': '^0.9.1',
'eslint-config-xo-space': '^0.8.0',
'eslint': '^2.5.3',
'eslint-config-xo': '^0.12.0',
'eslint-config-xo-space': '^0.11.0',
'gulp': 'git://github.com/gulpjs/gulp.git#4.0',
'gulp-cache': '^0.4.1',
'gulp-concat': '^2.6.0',
'gulp-cssnano': '^2.1.0',
'gulp-eslint': '^1.1.1',
'gulp-eslint': '^2.0.0',
'gulp-gzip': '^1.1.0',
'gulp-htmlmin': '^1.3.0',
'gulp-if': '^2.0.0',
'gulp-imagemin': '^2.1.0',
'gulp-inject': '^3.0.0',
'gulp-inject': '^4.0.0',
'gulp-load-plugins': '^1.2.0',
'gulp-newer': '^1.1.0',
'gulp-postcss': '^6.0.0',
'gulp-rename': '^1.2.2',
'gulp-rev': '^6.0.0',
'gulp-rev': '^7.0.0',
'gulp-sass': '^2.1.1',
'gulp-size': '^2.0.0',
'gulp-sourcemaps': '^1.3.0',
'gulp-uglify': '^1.5.1',
'gulp-uncss': '^1.0.0',
'shelljs': '^0.6.0',
'yargs': '^3.31.0'
'yargs': '^4.3.2'
});

if (this.options.uploading === 'Amazon S3') {
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,33 @@
"dependencies": {
"chalk": "^1.1.0",
"globule": "^0.2.0",
"lodash": "^4.2.1",
"lodash": "^4.6.1",
"shelljs": "^0.6.0",
"yeoman-generator": "^0.22.5",
"yosay": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.5.0",
"babel-eslint": "^5.0.0-beta9",
"babel-preset-es2015": "6.3.13",
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.0",
"babel-preset-es2015": "^6.6.0",
"codeclimate-test-reporter": "^0.3.1",
"coveralls": "^2.11.6",
"del": "^2.2.0",
"eslint": "^1.10.0",
"eslint-config-xo": "^0.9.2",
"eslint-config-xo-space": "^0.8.0",
"generator-mocha": "^0.2.0",
"eslint": "^2.5.3",
"eslint-config-xo": "^0.12.0",
"eslint-config-xo-space": "^0.11.0",
"generator-mocha": "^0.3.0",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^1.1.1",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.2.0",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.0.0",
"mocha-lcov-reporter": "^1.2.0",
"yeoman-assert": "^2.1.1",
"yeoman-test": "^1.0.0",
"yo": "^1.6.0"
"yeoman-test": "^1.1.0",
"yo": "^1.7.0"
}
}
16 changes: 8 additions & 8 deletions test/gulp.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,35 @@ describe('jekyllized:gulp', function () {
[
'"autoprefixer": "^6.2.3"',
'"babel-core": "^6.5.0"',
'"babel-eslint": "^5.0.0-beta9"',
'"babel-eslint": "^6.0.0"',
'"babel-preset-es2015": "^6.5.0"',
'"browser-sync": "^2.11.0"',
'"del": "^2.2.0"',
'"eslint": "^1.10.3"',
'"eslint-config-xo": "^0.9.1"',
'"eslint-config-xo-space": "^0.8.0"',
'"eslint": "^2.5.3"',
'"eslint-config-xo": "^0.12.0"',
'"eslint-config-xo-space": "^0.11.0"',
'"gulp": "git://github.com/gulpjs/gulp.git#4.0"',
'"gulp-cache": "^0.4.1"',
'"gulp-concat": "^2.6.0"',
'"gulp-cssnano": "^2.1.0"',
'"gulp-eslint": "^1.1.1"',
'"gulp-eslint": "^2.0.0"',
'"gulp-gzip": "^1.1.0"',
'"gulp-htmlmin": "^1.3.0"',
'"gulp-if": "^2.0.0"',
'"gulp-imagemin": "^2.1.0"',
'"gulp-inject": "^3.0.0"',
'"gulp-inject": "^4.0.0"',
'"gulp-load-plugins": "^1.2.0"',
'"gulp-newer": "^1.1.0"',
'"gulp-postcss": "^6.0.0"',
'"gulp-rename": "^1.2.2"',
'"gulp-rev": "^6.0.0"',
'"gulp-rev": "^7.0.0"',
'"gulp-sass": "^2.1.1"',
'"gulp-size": "^2.0.0"',
'"gulp-sourcemaps": "^1.3.0"',
'"gulp-uglify": "^1.5.1"',
'"gulp-uncss": "^1.0.0"',
'"shelljs": "^0.6.0"',
'"yargs": "^3.31.0"'
'"yargs": "^4.3.2"'
].forEach(function (pack) {
assert.fileContent('package.json', pack);
});
Expand Down

0 comments on commit 92dc473

Please sign in to comment.