Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
moroshko committed Dec 16, 2016
1 parent 0985d46 commit 3dc869c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/src/components/App/components/Header/redux.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fetch from 'isomorphic-fetch';
const UPDATE_STARGAZERS = 'UPDATE_STARGAZERS';

const initialState = {
stargazers: '1416'
stargazers: '1419'
};

export const loadStargazers = () => dispatch =>
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"react-autowhatever": "^7.0.0",
"react-redux": "^4.4.6",
"react-redux": "^5.0.1",
"redux": "^3.6.0",
"shallow-equal": "^1.0.0"
},
Expand All @@ -37,7 +37,7 @@
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.9",
"babel-loader": "^6.2.10",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-react-remove-prop-types": "^0.2.11",
"babel-preset-es2015": "^6.18.0",
Expand All @@ -49,7 +49,7 @@
"cross-env": "^3.1.3",
"css-loader": "^0.26.1",
"es6-promise": "^4.0.5",
"eslint": "^3.12.1",
"eslint": "^3.12.2",
"eslint-plugin-react": "6.8.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
Expand All @@ -65,7 +65,7 @@
"react": "^15.4.1",
"react-addons-test-utils": "^15.4.1",
"react-dom": "^15.4.1",
"react-modal": "^1.6.3",
"react-modal": "^1.6.4",
"react-transform-hmr": "^1.0.4",
"redux-thunk": "^2.1.0",
"sinon": "^1.17.6",
Expand Down

0 comments on commit 3dc869c

Please sign in to comment.