Skip to content

Commit

Permalink
Merge pull request #137 from izumin5210/yarn-upgrade
Browse files Browse the repository at this point in the history
Upgrade webpack things
  • Loading branch information
Masayuki Izumi committed Feb 16, 2017
2 parents 6a70608 + c6ca1d4 commit 4ac0e08
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 174 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"autoprefixer": "^6.7.2",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-unassert": "^2.1.1",
Expand All @@ -73,7 +73,7 @@
"babel-preset-stage-2": "^6.18.0",
"conventional-changelog-cli": "^1.2.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.25.0",
"css-loader": "^0.26.1",
"devtron": "^1.4.0",
"electron": "^1.4.8",
"electron-builder": "^8.6.0",
Expand All @@ -96,14 +96,13 @@
"eslint-plugin-react": "^6.8.0",
"eslint-plugin-standard": "^2.0.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"extract-text-webpack-plugin": "beta",
"fake-indexeddb": "^1.0.8",
"file-loader": "^0.9.0",
"file-loader": "^0.10.0",
"flow-bin": "^0.37.4",
"flowtype-loader": "^0.2.2",
"html-webpack-plugin": "^2.24.1",
"html-webpack-plugin": "^2.28.0",
"jsdom": "^9.8.3",
"json-loader": "^0.5.4",
"minimist": "^1.2.0",
"mocha": "^3.1.2",
"npm-run-all": "^4.0.0",
Expand All @@ -112,7 +111,7 @@
"postcss-csso": "^1.1.2",
"postcss-custom-properties": "^5.0.1",
"postcss-flexbugs-fixes": "^2.0.0",
"postcss-loader": "^1.1.1",
"postcss-loader": "^1.2.2",
"postcss-nesting": "^2.3.1",
"postcss-reporter": "^2.0.0",
"postcss-smart-import": "^0.6.6",
Expand All @@ -129,9 +128,9 @@
"stylelint-declaration-use-variable": "^1.6.0",
"stylelint-selector-bem-pattern": "^1.0.0",
"url-loader": "^0.5.7",
"webpack": "^2.2.0-rc.2",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1",
"webpack-merge": "^0.15.0"
},
"directories": {
Expand Down

0 comments on commit 4ac0e08

Please sign in to comment.