From 2d28f920b0fde72c066a96045a3896a83b5eb869 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Tue, 4 Sep 2018 00:18:46 +0200 Subject: [PATCH] bump grunt-plugin-dependencies to 1.x versions --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 6a5d71a7..237a3d15 100644 --- a/package.json +++ b/package.json @@ -37,13 +37,13 @@ "eco": "~1.1.0-rc-3", "grunt": "^1.0.3", "grunt-babel": "^5.0.0", - "grunt-cli": "~0.1.10", - "grunt-contrib-clean": "0.x", - "grunt-contrib-concat": "0.x", - "grunt-contrib-connect": "0.x", - "grunt-contrib-copy": "0.x", - "grunt-contrib-requirejs": "0.x", - "grunt-contrib-uglify": "0.x", + "grunt-cli": "^1", + "grunt-contrib-clean": "^1", + "grunt-contrib-concat": "^1", + "grunt-contrib-connect": "^1", + "grunt-contrib-copy": "^1", + "grunt-contrib-requirejs": "^1", + "grunt-contrib-uglify": "^1", "grunt-contrib-watch": "^1.1.0", "grunt-eslint": "^20.1.0", "grunt-saucelabs": "8.x",