From d0af4e765e83deb992a3872b69f305ba603987aa Mon Sep 17 00:00:00 2001 From: semenyakNik <18479777+semenyakNik@users.noreply.github.com> Date: Tue, 15 Oct 2019 23:15:03 +0300 Subject: [PATCH] update package --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 854b304..dc03bb9 100644 --- a/package.json +++ b/package.json @@ -30,15 +30,15 @@ "client" ], "devDependencies": { - "grunt": "1.0.1", - "grunt-notify": "0.4.5", - "grunt-contrib-watch": "1.0.0", + "coveralls": "2.11.9", + "grunt": "^1.0.4", + "grunt-contrib-jasmine": "1.0.3", "grunt-contrib-jshint": "1.0.0", "grunt-contrib-uglify": "1.0.1", - "grunt-contrib-jasmine": "1.0.3", + "grunt-contrib-watch": "^1.1.0", "grunt-docco": "0.4.0", - "grunt-template-jasmine-istanbul": "0.4.0", - "coveralls": "2.11.9" + "grunt-notify": "0.4.5", + "grunt-template-jasmine-istanbul": "0.4.0" }, "license": "MIT" }