Upgrades.

This commit is contained in:
Alexis Lahouze 2016-01-24 19:05:51 +01:00
parent 80a1e85db2
commit 3a706cb042

View File

@ -13,21 +13,21 @@
"tests" "tests"
], ],
"dependencies": { "dependencies": {
"jquery": "2.1.4", "jquery": "~2.2",
"moment": "2.10.6", "moment": "~2.11",
"bootstrap": "3.3.6", "bootstrap": "~3.3.6",
"bootstrap-additions": "0.3.1", "bootstrap-additions": "~0.3.1",
"angular": "~1.4", "angular": "~1.4",
"angular-resource": "1.4.8",
"angular-route": "1.4.8",
"angular-strap": "2.3.6",
"angular-xeditable": "0.1.9",
"angular-notify": "2.5.0", "angular-notify": "2.5.0",
"highcharts-ng": "0.0.11", "angular-resource": "~1.4",
"highstock-release": "2.1.10", "angular-route": "~1.4",
"angular-http-auth": "1.2.3", "angular-strap": "~2.3.6",
"meanie-angular-storage": "1.0.3", "angular-xeditable": "~0.1.9",
"font-awesome": "4.5.0", "highcharts-ng": "~0.0.11",
"bootbox": "4.4.0" "highstock-release": "~4.2",
"angular-http-auth": "~1.2.3",
"meanie-angular-storage": "~1.1",
"font-awesome": ">=4.5.0",
"bootbox": "~4.4.0"
} }
} }