From c6dec072a5176e82deb881b592f4a63c4d869cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Dal=C3=A9n?= Date: Wed, 15 Jul 2015 15:33:50 +0200 Subject: [PATCH] Update dependencies --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 4cc26da3..f7c465be 100644 --- a/package.json +++ b/package.json @@ -29,13 +29,13 @@ "url": "https://spotify/puppetexplorer.git" }, "dependencies": { - "angular": "^1.4.0", - "angular-animate": "^1.4.0", + "angular": "^1.4.3", + "angular-animate": "^1.4.3", + "angular-bootstrap": "^0.12.0", "angular-google-chart": "0.0.11", "angular-moment": "^0.10.1", - "angular-route": "^1.4.0", - "angular-bootstrap": "^0.12.0", - "bootswatch": "^3.2.0", + "angular-route": "^1.4.3", + "bootswatch": "^3.3.5", "moment": "^2.8.3", "node-puppetdbquery": "^0.5.0" }, @@ -56,8 +56,8 @@ "grunt-contrib-watch": "^0.6.1", "grunt-debian-package": "^0.1.10", "grunt-mocha-casperjs": "^1.4.0", - "grunt-rpm": "^0.1.7", - "jshint-stylish": "^2.0.0", + "grunt-rpm": "^0.1.12", + "jshint-stylish": "^2.0.1", "uglifyify": "^3.0.1" } }