From 203f415cd5f314401a335991bd97919e3baa9dc3 Mon Sep 17 00:00:00 2001 From: SaurabhKumar Date: Fri, 16 Jun 2023 10:25:17 +0530 Subject: [PATCH] AC-8074: npm package grunt-contrib-less upgrade to new major version(3.0.0) --- package.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json.sample b/package.json.sample index 147bdcccffe2f..3750203b70c6e 100644 --- a/package.json.sample +++ b/package.json.sample @@ -18,7 +18,7 @@ "grunt-contrib-cssmin": "~4.0.0", "grunt-contrib-imagemin": "~4.0.0", "grunt-contrib-jasmine": "~4.0.0", - "grunt-contrib-less": "~2.1.0", + "grunt-contrib-less": "~3.0.0", "grunt-contrib-watch": "~1.1.0", "grunt-eslint": "~24.1.0", "grunt-exec": "~3.0.0",