Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bdefore committed Feb 9, 2016
1 parent e52037e commit dc71a6f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
},
"dependencies": {
"autoprefixer": "6.3.1",
"babel-cli": "6.4.5",
"babel-core": "6.4.5",
"babel-cli": "6.5.1",
"babel-core": "6.5.1",
"babel-eslint": "5.0.0-beta9",
"babel-loader": "6.2.2",
"babel-plugin-react-transform": "2.0.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.4.3",
"babel-plugin-transform-runtime": "6.5.0",
"babel-plugin-typecheck": "3.6.1",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-preset-stage-0": "6.3.13",
"babel-runtime": "6.3.19",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"babel-runtime": "6.5.0",
"compression": "1.6.1",
"css-loader": "0.23.1",
"eslint": "1.10.3",
Expand All @@ -58,7 +58,7 @@
"json-loader": "0.5.4",
"less": "2.6.0",
"less-loader": "2.2.2",
"lodash": "4.2.1",
"lodash": "4.3.0",
"node-sass": "3.4.2",
"postcss-loader": "0.8.0",
"pretty-error": "2.0.0",
Expand All @@ -67,15 +67,15 @@
"react-addons-test-utils": "^0.14.3",
"react-document-meta": "2.0.2",
"react-dom": "^0.14.3",
"react-redux": "4.3.0",
"react-redux": "4.4.0",
"react-router": "2.0.0-rc5",
"react-router-redux": "3.0.0",
"react-transform-catch-errors": "1.0.2",
"react-transform-hmr": "1.0.2",
"redbox-react": "1.2.2",
"redux": "3.2.1",
"redux": "3.3.1",
"redux-async-connect": "0.1.12",
"redux-devtools": "3.1.0",
"redux-devtools": "3.1.1",
"redux-devtools-dock-monitor": "1.0.1",
"redux-devtools-log-monitor": "1.0.4",
"redux-logger": "2.5.0",
Expand All @@ -88,8 +88,8 @@
"webpack-config-merger": "0.0.5",
"webpack-dev-middleware": "1.5.1",
"webpack-error-notification": "0.1.6",
"webpack-hot-middleware": "2.6.4",
"webpack-isomorphic-tools": "2.2.24"
"webpack-hot-middleware": "2.7.0",
"webpack-isomorphic-tools": "2.2.26"
},
"devDependencies": {
"chai": "3.4.1",
Expand Down

0 comments on commit dc71a6f

Please sign in to comment.