Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Nov 4, 2015
1 parent eb6dd1d commit 25350c9
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 26 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}
17 changes: 9 additions & 8 deletions generators/gulp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,24 @@ module.exports = generators.Base.extend({
pkg.devDependencies = pkg.devDependencies || {};
_.extend(pkg.devDependencies, {
'autoprefixer': '^6.0.3',
'babel-core': '^5.8.24',
'babel-eslint': '^4.1.1',
'babel-core': '^6.0.20',
'babel-eslint': '^4.1.4',
'babel-preset-es2015': '^6.0.15',
'browser-sync': '^2.9.3',
'del': '^2.0.0',
'eslint': '^1.4.1',
'eslint-config-xo': '^0.6.0',
'eslint-config-xo-space': '^0.5.0',
'eslint-config-xo': '^0.7.1',
'eslint-config-xo-space': '^0.6.1',
'gulp': 'git://github.com/gulpjs/gulp.git#4.0',
'gulp-cache': '~0.3.0',
'gulp-cache': '~0.4.0',
'gulp-concat': '^2.6.0',
'gulp-eslint': '^1.0.0',
'gulp-gzip': '^1.1.0',
'gulp-htmlmin': '^1.0.0',
'gulp-if': '^1.2.4',
'gulp-if': '^2.0.0',
'gulp-imagemin': '^2.1.0',
'gulp-inject': '^2.2.0',
'gulp-load-plugins': '^1.0.0-rc.1',
'gulp-inject': '^3.0.0',
'gulp-load-plugins': '^1.0.0',
'gulp-minify-css': '^1.2.0',
'gulp-newer': '^1.0.0',
'gulp-postcss': '^6.0.0',
Expand Down
4 changes: 2 additions & 2 deletions generators/jekyll/templates/Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
source "http://rubygems.org"

gem 'jekyll', '~> 3.0.0.pre.beta8'
gem 'jekyll', '~> 3.0.0'
gem 'redcarpet'
gem 'classifier-reborn'

# jekyll plugins
gem 'jekyll-archives', :git => 'https://github.com/jekyll/jekyll-archives'
gem 'jekyll-archives'
gem 'jekyll-sitemap'
gem 'jekyll-paginate'
gem 'jekyll-feed'
Expand Down
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,31 @@
"globule": "^0.2.0",
"lodash": "^3.10.0",
"shelljs": "^0.5.1",
"yeoman-generator": "^0.20.1",
"yeoman-generator": "^0.21.1",
"yosay": "^1.0.4"
},
"devDependencies": {
"babel-core": "^5.8.22",
"babel-eslint": "^4.1.1",
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.4",
"babel-preset-es2015": "^6.0.15",
"codeclimate-test-reporter": "^0.1.1",
"coveralls": "^2.11.2",
"del": "^2.0.0",
"eslint": "^1.4.1",
"eslint-config-xo": "^0.6.0",
"eslint-config-xo-space": "^0.5.0",
"eslint-config-xo": "^0.7.1",
"eslint-config-xo-space": "^0.6.1",
"generator-mocha": "^0.2.0",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^1.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-mocha": "^2.1.2",
"istanbul": "^0.3.20",
"istanbul": "^0.4.0",
"mocha": "^2.3.2",
"mocha-lcov-reporter": "^0.0.2",
"mocha-lcov-reporter": "^1.0.0",
"yeoman-assert": "^2.1.0",
"yo": "^1.4.8"
"yeoman-generator": "^0.21.1",
"yo": "^1.5.0"
}
}
17 changes: 9 additions & 8 deletions test/gulp.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,24 @@ describe('jekyllized:gulp', function () {
it('package.json contains correct packages', function () {
[
'"autoprefixer": "^6.0.3"',
'"babel-core": "^5.8.24"',
'"babel-eslint": "^4.1.1"',
'"babel-core": "^6.0.20"',
'"babel-eslint": "^4.1.4"',
'"babel-preset-es2015": "^6.0.15"',
'"browser-sync": "^2.9.3"',
'"del": "^2.0.0"',
'"eslint": "^1.4.1"',
'"eslint-config-xo": "^0.6.0"',
'"eslint-config-xo-space": "^0.5.0"',
'"eslint-config-xo": "^0.7.1"',
'"eslint-config-xo-space": "^0.6.1"',
'"gulp": "git://github.com/gulpjs/gulp.git#4.0"',
'"gulp-cache": "~0.3.0"',
'"gulp-cache": "~0.4.0"',
'"gulp-concat": "^2.6.0"',
'"gulp-eslint": "^1.0.0"',
'"gulp-gzip": "^1.1.0"',
'"gulp-htmlmin": "^1.0.0"',
'"gulp-if": "^1.2.4"',
'"gulp-if": "^2.0.0"',
'"gulp-imagemin": "^2.1.0"',
'"gulp-inject": "^2.2.0"',
'"gulp-load-plugins": "^1.0.0-rc.1"',
'"gulp-inject": "^3.0.0"',
'"gulp-load-plugins": "^1.0.0"',
'"gulp-minify-css": "^1.2.0"',
'"gulp-newer": "^1.0.0"',
'"gulp-postcss": "^6.0.0"',
Expand Down

0 comments on commit 25350c9

Please sign in to comment.