From d731349ddab60a07db1eb0c4afdd48f350d8cc4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taavi=20V=C3=A4=C3=A4n=C3=A4nen?= Date: Sat, 8 Jul 2023 21:02:19 +0300 Subject: [PATCH 1/2] Update packages, add grunt-cli --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c2c89316..b681c0b2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ "test": "grunt lint" }, "dependencies": { - "grunt": "0.4.5", - "grunt-jquery-content": "3.0.1" + "grunt": "1.5.2", + "grunt-cli": "1.4.3", + "grunt-jquery-content": "3.1.0" } } From 62d4438ce7ee35ea59dfe61f35205ecbff8e3df5 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 8 Jul 2023 20:00:36 +0100 Subject: [PATCH 2/2] Update package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index b681c0b2..54cc0900 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,7 @@ "test": "grunt lint" }, "dependencies": { - "grunt": "1.5.2", - "grunt-cli": "1.4.3", + "grunt": "1.5.3", "grunt-jquery-content": "3.1.0" } }