Update dependencies.

This commit is contained in:
Alexis Lahouze 2016-10-15 11:46:03 +02:00
parent 8cad18d5ea
commit a2996a5074

View File

@ -17,8 +17,8 @@
"tests" "tests"
], ],
"dependencies": { "dependencies": {
"jquery": "~2.2", "jquery": "~3.1",
"moment": "~2.14", "moment": "~2.15",
"bootstrap": "~3.3.6", "bootstrap": "~3.3.6",
"bootstrap-additions": "~0.3.1", "bootstrap-additions": "~0.3.1",
"angular": "~1.5", "angular": "~1.5",
@ -26,15 +26,15 @@
"angular-route": "~1.5", "angular-route": "~1.5",
"angular-messages": "~1.5", "angular-messages": "~1.5",
"angular-strap": "~2.3.6", "angular-strap": "~2.3.6",
"angular-xeditable": "~0.1", "angular-xeditable": "~0.4",
"angular-ui-notification": "~0.2", "angular-ui-notification": "~0.2",
"highcharts-ng": "~0.0.11", "highcharts-ng": "~0.0.11",
"highstock-release": "~4.2", "highstock-release": "~5.0",
"angular-http-auth": "~1.3", "angular-http-auth": "~1.3",
"meanie-angular-storage": "~1.1", "meanie-angular-storage": "~1.3",
"font-awesome": ">=4.5.0", "font-awesome": ">=4.5.0",
"bootbox": "~4.4.0", "bootbox": "~4.4.0",
"angular-bootstrap": "~1.3", "angular-bootstrap": "~2.1",
"ngBootbox": "^0.1.3" "ngBootbox": "^0.1.3"
}, },
"overrides": { "overrides": {
@ -50,6 +50,18 @@
"./css/font-awesome.css", "./css/font-awesome.css",
"./fonts/*" "./fonts/*"
] ]
},
"meanie-angular-storage": {
"main": [
"release/meanie-angular-storage.js"
]
},
"highstock-release": {
"main": [
"highstock.js",
"highcharts-more.js",
"modules/exporting.js"
]
} }
} }
} }