Skip to content

Commit

Permalink
Merge pull request #3 from ananavati/fix-react-15.4-upgrade
Browse files Browse the repository at this point in the history
fix react 15.4 upgrade errors/warnings
  • Loading branch information
ananavati authored Dec 5, 2016
2 parents ee8691d + 71c6af1 commit f886c96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/universal-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
},
"dependencies": {
"bluebird": "^3.4.6",
"electrode-archetype-react-app": "^1.0.0",
"electrode-archetype-react-app": "^1.4.1",
"electrode-confippet": "^1.0.0",
"electrode-router-resolver-engine": "^1.0.0",
"electrode-server": "^1.0.0",
"electrode-static-paths": "^1.0.0",
"lodash": "^4.10.1",
"material-ui": "^0.15.4",
"react-tap-event-plugin": "^1.0.0"
"material-ui": "^0.16.4",
"react-tap-event-plugin": "^2.0.0"
},
"devDependencies": {
"electrode-archetype-react-app-dev": "^1.0.0",
"electrode-archetype-react-app-dev": "^1.4.1",
"gulp": "^3.9.1"
}
}

0 comments on commit f886c96

Please sign in to comment.