From 71929c20052420117fe343291a816a21041f7b83 Mon Sep 17 00:00:00 2001 From: aayushi1001 <65100683+aayushi1001@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:14:20 +0530 Subject: [PATCH] Update package.json updated grunt packages --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 83f7fda..7c47c8d 100644 --- a/package.json +++ b/package.json @@ -28,13 +28,13 @@ "test": "grunt test" }, "devDependencies": { - "grunt-contrib-jshint": "~0.1.1", - "grunt-contrib-clean": "~0.4.0", - "grunt-contrib-nodeunit": "~0.1.2", - "grunt": "~0.4.1" + "grunt-contrib-jshint": "2.1.0", + "grunt-contrib-clean": "2.0.0", + "grunt-contrib-nodeunit": "2.1.0", + "grunt": "1.5.3" }, "peerDependencies": { - "grunt": "~0.4.1" + "grunt": "1.5.3" }, "keywords": [ "gruntplugin"