From e07680422956c7613a095d28fe493ff1f514cf40 Mon Sep 17 00:00:00 2001 From: Serhii Chernenko Date: Fri, 20 Oct 2023 18:02:39 +0300 Subject: [PATCH 1/2] Update package.json.sample --- package.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json.sample b/package.json.sample index 9fbde04e8a725..12a04e9543b2b 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": "~3.0.0", + "grunt-contrib-less": "1.4.1", "grunt-contrib-watch": "~1.1.0", "grunt-eslint": "~24.2.0", "grunt-exec": "~3.0.0", From 7dcac26a26b6ab0ae850d737af389494a0d9ab80 Mon Sep 17 00:00:00 2001 From: Serhii Chernenko Date: Tue, 24 Oct 2023 19:43:33 +0300 Subject: [PATCH 2/2] Update package.json.sample grunt-contrib-less and less packages downgraded to make source maps working for magento 2.4.7+ --- package.json.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json.sample b/package.json.sample index 12a04e9543b2b..faa6cb7ff47a5 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": "1.4.1", + "grunt-contrib-less": "~2.1.0", "grunt-contrib-watch": "~1.1.0", "grunt-eslint": "~24.2.0", "grunt-exec": "~3.0.0", @@ -27,7 +27,7 @@ "grunt-template-jasmine-requirejs": "~0.2.3", "grunt-text-replace": "~0.4.0", "imagemin-svgo": "~9.0.0", - "less": "4.1.3", + "less": "3.13.1", "load-grunt-config": "~4.0.1", "morgan": "~1.10.0", "node-minify": "~3.6.0",