diff --git a/bower.json b/bower.json index 0f7eef3..79176de 100644 --- a/bower.json +++ b/bower.json @@ -20,12 +20,12 @@ "amcharts": "~3.15.2", "amcharts-stock": "*", "ammap": "~3.14.5", - "angular": "~1.4.8", - "angular-route": "~1.4.6", + "angular": "~1.5.7", + "angular-route": "~1.5.7", "angular-slimscroll": "~1.1.5", "angular-smart-table": "~2.1.3", "angular-toastr": "~1.7.0", - "angular-touch": "~1.4.6", + "angular-touch": "~1.5.7", "angular-ui-sortable": "~0.13.4", "animate.css": "~3.4.0", "bootstrap": "~3.3.5", @@ -47,10 +47,10 @@ "angular-chart.js": "~0.8.8", "angular-chartist.js": "~3.3.12", "chartist": "0.9.5", - "angular-morris-chart": "~1.1.0", + "angular-morris-chart": "~1.2.0", "ionrangeslider": "~2.1.2", "angular-bootstrap": "~1.3.3", - "angular-animate": "~1.4.8", + "angular-animate": "~1.5.7", "textAngular": "~1.4.6", "angular-xeditable": "~0.1.9", "ng-js-tree": "~0.0.7" @@ -95,5 +95,8 @@ "fonts/fontawesome-webfont.woff2" ] } + }, + "resolutions": { + "angular": "~1.5.7" } } diff --git a/package.json b/package.json index a062cac..d8ff629 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,10 @@ }, "scripts": { "postinstall": "bower install" - } + }, + "repository": { + "type": "git", + "url": "https://github.com/akveo/blur-admin" + }, + "license" : "MIT" }