From 50ec972c19cf5ff45d81d4b8ec0410d5734ee027 Mon Sep 17 00:00:00 2001 From: David Rubert Date: Fri, 3 Jul 2015 16:55:31 +0200 Subject: [PATCH] fix(libraries): Updated bower.json with AngularJS latest stable version: https://github.com/tombatossals/angular-leaflet-directive/issues/839 --- bower.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index a97e1963..7c4bbb0b 100644 --- a/bower.json +++ b/bower.json @@ -14,7 +14,7 @@ "dist/angular-leaflet-directive.js" ], "dependencies": { - "angular": "1.3.x", + "angular": "1.4.x", "leaflet": "0.7.x", "font-awesome": "~4.3.x" }, @@ -23,9 +23,9 @@ "semantic-ui": "*", "bootstrap": "*", "prism": "*", - "angular-route": "1.3.x", - "angular-animate": "1.3.x", - "angular-mocks": "1.3.x", + "angular-route": "1.4.x", + "angular-animate": "1.4.x", + "angular-mocks": "1.4.x", "leaflet.markercluster": "*", "leaflet.draw": "*", "Leaflet.label": "*",