From 648473ba5e49a552d355c7eec341f00efcaf1d91 Mon Sep 17 00:00:00 2001 From: Stephen Salinas Date: Tue, 29 Nov 2016 10:12:35 -0500 Subject: [PATCH] lock down deps for ui build --- BaragonUI/package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/BaragonUI/package.json b/BaragonUI/package.json index d68636703..89f264b00 100644 --- a/BaragonUI/package.json +++ b/BaragonUI/package.json @@ -20,15 +20,15 @@ "postinstall": "bower install --allow-root && brunch build --production" }, "dependencies": { - "bower": "^1.7.6", - "brunch": "~2.2.2", + "bower": "~1.7.9", + "brunch": "~2.2.3", "clean-css-brunch": ">= 1.0 < 1.8", - "coffee-script-brunch": "^2.0.0", - "css-brunch": "^2.0.0", - "handlebars-brunch": "^2.0.1", - "javascript-brunch": "^2.0.0", - "less-brunch": "^2.0.0", - "stylus-brunch": "^2.0.0", - "uglify-js-brunch": "^2.0.0" + "coffee-script-brunch": "~2.0.0", + "css-brunch": "~2.6.1", + "handlebars-brunch": "~2.0.1", + "javascript-brunch": "~2.0.0", + "less-brunch": "~2.6.0", + "stylus-brunch": "~2.6.0", + "uglify-js-brunch": "~2.0.1" } }