From 8507ed736e6b972b20a51f26542ae1d185f17d51 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 e7c21548..6f3e0f18 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ } ], "dependencies": { - "grunt": "0.4.5", - "grunt-jquery-content": "3.0.0" + "grunt": "1.5.2", + "grunt-cli": "1.4.3", + "grunt-jquery-content": "3.1.0" } } From c15bccb224e707fcd9ace44c39c44d933c70238a Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 8 Jul 2023 19:59:56 +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 6f3e0f18..7a342884 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,7 @@ } ], "dependencies": { - "grunt": "1.5.2", - "grunt-cli": "1.4.3", + "grunt": "1.5.3", "grunt-jquery-content": "3.1.0" } }