Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
react-router and material-ui will need some more work for updating,
though.
  • Loading branch information
rbarrois committed Sep 18, 2015
1 parent fcabe04 commit 68019a0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"author": "Polytechnique.org dev team",
"license": "GPLv3",
"devDependencies": {
"browserify": "~10.2.0",
"clean-css": "~3.2.10",
"browserify": "~11.1.0",
"clean-css": "~3.4.3",
"exorcist": "~0.4.0",
"jsxhint": "~0.15.0",
"minimize": "~1.4.1",
"node-sass": "~3.1.1",
"minimize": "~1.7.1",
"node-sass": "~3.3.3",
"reactify": "~1.1.1",
"uglify-js": "~2.4.21"
"uglify-js": "~2.4.24"
},
"dependencies": {
"bluebird": "~2.9.25",
"bluebird": "~2.10.0",
"material-ui": "~0.8.0",
"react": "~0.13.3",
"react-router": "~0.13.3",
"react-tap-event-plugin": "~0.1.7",
"reflux": "~0.2.7",
"superagent": "~1.2.0",
"superagent-bluebird-promise": "~2.0.2"
"reflux": "~0.2.12",
"superagent": "~1.4.0",
"superagent-bluebird-promise": "~2.1.0"
}
}

0 comments on commit 68019a0

Please sign in to comment.