Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed May 21, 2017
1 parent 6000454 commit a9bf08f
Show file tree
Hide file tree
Showing 2 changed files with 304 additions and 203 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"test:watch": "karma start --autoWatch=true --singleRun=false",
"deploy": "git subtree push --prefix dist origin gh-pages",
"ci-publish": "ci-publish",
"coverage": "cat ./coverage/lcov.info | coveralls"
"coverage": "cat ./coverage/lcov.info | coveralls",
"check": "yarn upgrade-interactive"
},
"repository": {
"type": "git",
Expand All @@ -32,8 +33,8 @@
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.0.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.8.0",
Expand All @@ -44,65 +45,64 @@
"chai": "^3.2.0",
"ci-publish": "^1.3.0",
"copyfiles": "^1.0.0",
"coveralls": "^2.11.14",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"coveralls": "^2.13.1",
"cross-env": "^5.0.0",
"css-loader": "^0.28.1",
"eslint": "^3.6.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^6.0.0",
"eslint-plugin-react": "^7.0.1",
"expect": "^1.20.2",
"express": "^4.15.2",
"express": "^4.15.3",
"file-loader": "^0.11.1",
"glob": "^7.0.0",
"html-minifier": "^3.1.0",
"glob": "^7.1.2",
"html-minifier": "^3.5.0",
"imports-loader": "^0.7.1",
"istanbul": "^0.4.5",
"karma": "^1.0.0",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.0.0",
"karma-mocha-reporter": "^2.0.0",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"karma-webpack": "^2.0.3",
"minimist": "^1.2.0",
"mocha": "^3.0.0",
"mocha": "^3.4.1",
"nock": "^9.0.2",
"node-sass": "^3.10.0",
"node-sass": "^4.5.3",
"null-loader": "^0.1.1",
"open": "0.0.5",
"open-browser-webpack-plugin": "^0.0.5",
"react-addons-test-utils": "^15.0.0",
"react-hot-loader": "^v3.0.0-beta.6",
"rimraf": "^2.4.3",
"sass-loader": "^4.0.2",
"style-loader": "^0.16.1",
"sass-loader": "^6.0.5",
"style-loader": "^0.17.0",
"url-loader": "^0.5.6",
"webpack": "^2.x",
"webpack-bundle-analyzer": "^2.4.0",
"webpack-dev-middleware": "^1.10.1",
"webpack": "^2.5.1",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"animation-frame": "^0.3.0",
"classlist-polyfill": "^1.0.3",
"classlist-polyfill": "^1.2.0",
"classnames": "^2.2.5",
"locutus": "^2.0.5",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.2.1",
"moment": "^2.16.0",
"prop-types": "^15.5.8",
"prop-types": "^15.5.10",
"react": "^15.0.0",
"react-addons-css-transition-group": "^15.4.0",
"react-dom": "^15.0.0",
"react-ga": "^2.1.2",
"react-masonry-component": "^5.0.5",
"react-mdl": "^1.9.0",
"react-mdl": "^1.10.3",
"react-mixin": "^3.0.5",
"react-modal": "^1.7.7",
"react-redux": "^5.0.4",
"react-router-component": "^0.36.3",
"react-redux": "^5.0.5",
"react-router-component": "^0.37.0",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
Expand Down
Loading

0 comments on commit a9bf08f

Please sign in to comment.