# HG changeset patch # User rougeronj # Date 1434029899 -7200 # Node ID 903d6f504f71b2e4b5d2aef66325d446c98d6567 # Parent 533a98367f991a6581f9df2d0d5f7b7ca3244bee update the libraries of the client app diff -r 533a98367f99 -r 903d6f504f71 client/bower.json --- a/client/bower.json Thu Jun 11 15:37:51 2015 +0200 +++ b/client/bower.json Thu Jun 11 15:38:19 2015 +0200 @@ -15,12 +15,13 @@ "tests" ], "dependencies": { - "angular": "~1.3", - "angular-route": "~1.3", - "angular-resource": "~1.3", - "angular-bootstrap": "~0.11.0", - "angular-ui-sortable": "~0.13.3", - "bootstrap": "~ 3.3.4", - "angular-touch": "~1.4.0" + "angular": "~1.4.0", + "angular-route": "~1.4.0", + "angular-resource": "~1.4.0", + "angular-bootstrap": "~0.13.0", + "angular-ui-sortable": "~0.13.4", + "bootstrap": "~3.3.4", + "angular-touch": "~1.4.0", + "angular-messages": "~1.4.0" } }