Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Sep 8, 2021
1 parent a19aa7e commit 7253493
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 45 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"author": "Salesforce",
"bugs": "https://github.com/salesforcecli/cli/issues",
"dependencies": {
"@oclif/core": "^0.5.34",
"@salesforce/core": "3.4.2",
"@salesforce/sf-plugins-core": "^0.0.15",
"@oclif/core": "^0.5.35",
"@salesforce/core": "3.4.5",
"@salesforce/sf-plugins-core": "^0.0.16",
"change-case": "^4.1.2",
"cli-ux": "^5.6.3",
"open": "^8.2.0",
Expand Down
7 changes: 2 additions & 5 deletions src/hooks/envList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@ const hook: SfHook.EnvList<SalesforceOrg> = async function (opts) {
scratchOrgs: [] as OrgAuthorization[],
};
for (const org of orgs) {
if (org.isScratchOrg) {
grouped.scratchOrgs = grouped.scratchOrgs.concat(org);
} else {
grouped.nonScratchOrgs = grouped.nonScratchOrgs.concat(org);
}
if (org.isScratchOrg) grouped.scratchOrgs.push(org);
else grouped.nonScratchOrgs.push(org);
}

const salesforceOrgs = {
Expand Down
51 changes: 14 additions & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -491,33 +491,10 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^0.5.33":
version "0.5.33"
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.33.tgz#3d304436163653044dd37c173e2fc504cdf40040"
integrity sha512-4zaDkhDM319U4TsIlYx7GlGTfVRCUuOx3GXh/FpAGY7dPwrtRv5xKKiR87LWZIt1En1Q58E1cSGKeR1lQ3WNnQ==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.0"
clean-stack "^3.0.0"
cli-ux "^5.1.0"
debug "^4.1.1"
fs-extra "^9.0.1"
get-package-type "^0.1.0"
globby "^11.0.1"
indent-string "^4.0.0"
is-wsl "^2.1.1"
lodash.template "^4.4.0"
semver "^7.3.2"
string-width "^4.2.0"
strip-ansi "^6.0.0"
tslib "^2.0.0"
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^0.5.34":
version "0.5.34"
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.34.tgz#d8cadcd609929560e6cc836c45d94bc99379e1f6"
integrity sha512-laLrm2tvIOr6uboDMVdAbBJMeAAgV0otkoF8imdyhYCsNcmXFyV3x0kwNGbEUYG945CQ0V00u7MS7tmlwdZlGw==
"@oclif/core@^0.5.35":
version "0.5.35"
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.35.tgz#20d6dd2be4c78449227c2912aa23e4d451d7add5"
integrity sha512-5nTd+lOcDh1QPa9mM74qFChmApp5oHnP3EqYGYwqhfA3ad4qIfyYEn8pKxf0MlrYoPA8j2PrmceuRZThstKssA==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.0"
Expand Down Expand Up @@ -736,15 +713,15 @@
sfdx-faye "^1.0.9"
ts-retry-promise "^0.6.0"

"@salesforce/core@3.4.2":
version "3.4.2"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.4.2.tgz#fd7ecc719d40d1ebca4b7665a031bbc06fa0f939"
integrity sha512-7mRiFvwLvEPOqA0hIaevrSGSP9G6y9uf1eJaSl83JVeusnmCFg6KgXlbabcrCJPedl6PX8pUsZS4sClfWVU6Gw==
"@salesforce/core@3.4.5":
version "3.4.5"
resolved "https://registry.npmjs.org/@salesforce/core/-/core-3.4.5.tgz#bf19319347e24945e474cedc84ee08e2d8a5c08d"
integrity sha512-84A4PeDNcsE6Gs7Rswp7cbzD7adkQM/hjHt6q7B7R7hnnOXqJnVaKcIFTJAC78i0BsQwV2jG4cC8mZTJsq2wyw==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.5.8"
"@salesforce/schemas" "^1.0.1"
"@salesforce/ts-types" "^1.5.13"
"@salesforce/ts-types" "^1.5.20"
"@types/graceful-fs" "^4.1.5"
"@types/jsforce" "^1.9.29"
"@types/mkdirp" "^1.0.1"
Expand Down Expand Up @@ -867,12 +844,12 @@
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.1.0.tgz#bbf94a11ee036f2b0ec6ba82306cd9565a6ba26b"
integrity sha512-6D7DvE6nFxpLyyTnrOIbbAeCJw2r/EpinFAcMh6gU0gA/CGfSbwV/8uR3uHLYL2zCyCZLH8jJ4dZ3BzCMqc+Eg==

"@salesforce/sf-plugins-core@^0.0.15":
version "0.0.15"
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-0.0.15.tgz#f7458258c14aad6c1819511ae9a9dd1d474b4f6a"
integrity sha512-k5i2s2mmx7prWZrZUp8FByU9Gdi7AwgpBz0cF+9TpQ8nLdqIyWZez3fNRr79SUTBFE1/sExHtN/wUJX5j5m1tA==
"@salesforce/sf-plugins-core@^0.0.16":
version "0.0.16"
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-0.0.16.tgz#2d67bbce6736c5097c2af73eabd393b960bf5eff"
integrity sha512-yNAsHL/cWrU+dbqUZ/s6mCzUulczpX6o512cxix3Ku4xmvTumG6OuxAB/h4f7JQIy/6inHCyVPm9qgJYitL/RQ==
dependencies:
"@oclif/core" "^0.5.33"
"@oclif/core" "^0.5.35"
"@salesforce/kit" "^1.5.8"
"@salesforce/ts-types" "^1.5.13"
cli-ux "^5.6.2"
Expand Down

0 comments on commit 7253493

Please sign in to comment.