Skip to content

Commit

Permalink
Upgrade: eslint/phantomjsを2へバージョンアップ
Browse files Browse the repository at this point in the history
New: merge/extendパッケージ追加
Update: その他パッケージのアップデート
  • Loading branch information
sable-virt committed Feb 18, 2016
1 parent 5d8d0c1 commit 0a2066a
Showing 1 changed file with 28 additions and 27 deletions.
55 changes: 28 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,49 @@
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-core": "^6.4.0",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"browser-sync": "^2.11.0",
"connect-modrewrite": "^0.8.3",
"autoprefixer": "^6.3.3",
"babel-core": "^6.5.2",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"browser-sync": "^2.11.1",
"connect-modrewrite": "^0.8.5",
"css-mqpacker": "^4.0.0",
"del": "^2.2.0",
"ejs": "^2.3.4",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"ejs": "^2.4.1",
"eslint": "^2.1.0",
"eslint-loader": "^1.3.0",
"espower-loader": "^1.0.0",
"gulp": "^3.9.0",
"gulp-ejs": "^1.2.2",
"extend": "^3.0.0",
"gulp": "^3.9.1",
"gulp-ejs": "^2.1.1",
"gulp-foreach": "0.1.0",
"gulp-frontnote": "^1.0.2",
"gulp-htmlhint": "^0.3.0",
"gulp-htmlhint": "^0.3.1",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-sass": "^2.1.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^2.2.0",
"gulp-sass-lint": "^1.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp.spritesmith": "^6.0.1",
"html-loader": "^0.4.0",
"karma": "^0.13.19",
"karma-mocha": "^0.2.1",
"gulp.spritesmith": "^6.2.0",
"html-loader": "^0.4.3",
"karma": "^0.13.21",
"karma-mocha": "^0.2.2",
"karma-notify-reporter": "^0.1.1",
"karma-phantomjs-launcher": "^0.2.3",
"karma-phantomjs-launcher": "^1.0.0",
"karma-webpack": "^1.7.0",
"lodash": "^3.10.1",
"merge": "^1.2.0",
"merge-stream": "^1.0.0",
"mocha": "^2.3.4",
"phantomjs": "^1.9.19",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.4",
"power-assert": "^1.2.0",
"run-sequence": "^1.1.5",
"sinon": "^1.17.2",
"through2": "^2.0.0",
"webpack": "^1.12.11",
"sinon": "^1.17.3",
"through2": "^2.0.1",
"webpack": "^1.12.13",
"webpack-espower-loader": "^1.0.1"
},
"scripts": {
Expand Down

0 comments on commit 0a2066a

Please sign in to comment.