Skip to content

Commit

Permalink
update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremeTechnopriest committed Jan 24, 2016
1 parent f3fd40f commit 1f3623f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cli/generator/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.3.19",
"core-decorators": "^0.9.2",
"lodash": "^3.10.1",
"core-decorators": "^0.11.0",
"lodash": "^4.0.0",
"radium": "^0.16.2",
"react": "^0.14.6",
"react-blueprint": "^1.1.6",
Expand Down
2 changes: 1 addition & 1 deletion cli/generator/templates/src/stores/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ if (__DEVELOPMENT__ && module.hot) {
}

store = store(rootReducer, getHydratedState());
middleware.syncHistoryToStore(store, state => state.route);
middleware(store, state => state.route);

export default store;
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"dependencies": {
"babel-cli": "^6.4.0",
"babel-runtime": "^6.3.19",
"core-decorators": "^0.9.2",
"lodash": "^3.10.1",
"core-decorators": "^0.11.0",
"lodash": "^4.0.0",
"react-motion": "^0.3.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 1f3623f

Please sign in to comment.