From 0d30c1390db83160e686999c3195d26214577cc1 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Fri, 27 May 2022 16:50:29 +0400 Subject: [PATCH] Downgrade parcel to 2.5.0 (#5627) --- images/win/toolsets/toolset-2016.json | 2 +- images/win/toolsets/toolset-2019.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index 285c9582c..2abb40872 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -376,7 +376,7 @@ { "name": "cordova" }, { "name": "grunt-cli", "test": "grunt --version" }, { "name": "gulp-cli", "test": "gulp --version" }, - { "name": "parcel", "test": "parcel --version" }, + { "name": "parcel@2.5.0", "test": "parcel --version" }, { "name": "webpack" }, { "name": "webpack-cli" }, { "name": "node-sass" } diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 8830b4925..d0ed50ab7 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -412,7 +412,7 @@ { "name": "cordova" }, { "name": "grunt-cli", "test": "grunt --version" }, { "name": "gulp-cli", "test": "gulp --version" }, - { "name": "parcel", "test": "parcel --version"}, + { "name": "parcel@2.5.0", "test": "parcel --version"}, { "name": "webpack" }, { "name": "webpack-cli" }, { "name": "node-sass" }