[Ubuntu] Update npm parcel package to v2 (#4743)

* [Ubuntu] Update npm parcel package to v2

* [Ubuntu] Add the parcel to the software report

* [Ubuntu] Move the parcel on tools to the software report
This commit is contained in:
V-Zabayrachny
2021-12-16 12:07:15 +03:00
committed by GitHub
parent ff37068951
commit 30861de4bb
4 changed files with 9 additions and 3 deletions

View File

@@ -174,6 +174,11 @@ function Get-YarnVersion {
return "Yarn $yarnVersion"
}
function Get-ParcelVersion {
$parcelVersion = parcel --version
return "Parcel $parcelVersion"
}
function Get-PipVersion {
$result = Get-CommandResult "pip --version"
$result.Output -match "pip (?<version>\d+\.\d+\.\d+)" | Out-Null

View File

@@ -130,6 +130,7 @@ $toolsList = @(
(Get-NvmVersion),
(Get-OpensslVersion),
(Get-PackerVersion),
(Get-ParcelVersion),
(Get-PhantomJSVersion),
(Get-PodManVersion),
(Get-PulumiVersion),

View File

@@ -297,7 +297,7 @@
"command": "n"
},
{
"name": "parcel-bundler",
"name": "parcel",
"command": "parcel"
},
{

View File

@@ -298,7 +298,7 @@
"command": "n"
},
{
"name": "parcel-bundler",
"name": "parcel",
"command": "parcel"
},
{