Skip to content

Commit

Permalink
feat(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Sep 12, 2016
1 parent 80d4e05 commit 8d76583
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions package.json
Expand Up @@ -30,66 +30,66 @@
"author": "Satyajit Sahoo <satyajit.happy@gmail.com> (https://github.com/satya164/)",
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.3.7",
"babel-loader": "^6.2.4",
"autoprefixer": "^6.4.1",
"babel-loader": "^6.2.5",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-react-inline-elements": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-native-modules": "^6.6.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-native-modules": "^6.9.4",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^6.9.2",
"babel-preset-stage-1": "^6.13.0",
"babel-runtime": "^6.11.6",
"chalk": "^1.1.3",
"cheerio": "^0.20.0",
"css-loader": "^0.23.1",
"cheerio": "^0.22.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"glob-expand": "^0.2.0",
"glob-expand": "^0.2.1",
"json-loader": "^0.5.4",
"koa": "^1.2.0",
"koa": "^1.2.4",
"koa-compose": "^2.4.0",
"koa-logger": "^1.3.0",
"koa-static": "^2.0.0",
"koa-webpack-dev-middleware": "^1.2.1",
"koa-webpack-dev-middleware": "^1.2.2",
"koa-webpack-hot-middleware": "^1.0.3",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"lodash": "^4.13.1",
"lodash": "^4.15.0",
"memory-fs": "^0.3.0",
"ncp": "^2.0.0",
"node-sass": "^3.8.0",
"node-sass": "^3.9.3",
"opn": "^4.0.2",
"postcss-loader": "^0.9.1",
"radium": "^0.17.1",
"react": "^15.2.0",
"react-dom": "^15.2.0",
"postcss-loader": "^0.13.0",
"radium": "^0.18.1",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-redux": "^4.4.5",
"react-router": "^2.5.2",
"react-router": "^2.8.0",
"react-router-redux": "^4.0.5",
"redux": "^3.5.2",
"sass-loader": "^4.0.0",
"redux": "^3.6.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.15",
"yargs": "^4.7.1"
"webpack": "^2.1.0-beta.22",
"yargs": "^5.0.0"
},
"devDependencies": {
"ava": "^0.15.2",
"babel-cli": "^6.10.1",
"babel-eslint": "^6.1.0",
"coveralls": "^2.11.9",
"cz-conventional-changelog": "^1.1.6",
"del": "^2.2.1",
"ava": "^0.16.0",
"babel-cli": "^6.14.0",
"babel-eslint": "^6.1.2",
"coveralls": "^2.11.12",
"cz-conventional-changelog": "^1.2.0",
"del": "^2.2.2",
"del-cli": "^0.2.0",
"eslint": "^3.0.0",
"eslint-plugin-ava": "^2.5.0",
"eslint": "^3.5.0",
"eslint-plugin-ava": "^3.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.10.1",
"eslint-plugin-import": "^1.14.0",
"eventsource": "^0.2.1",
"mkdirp": "^0.5.1",
"nyc": "^6.6.1",
"nyc": "^8.1.0",
"semantic-release": "^4.3.5"
},
"ava": {
Expand Down

0 comments on commit 8d76583

Please sign in to comment.