Skip to content

Commit

Permalink
fix: pin to @salesforce/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jul 28, 2021
1 parent 970700e commit 6acbc2b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
"@oclif/core": "^0.5.26",
"@salesforce/core": "^3.3.4",
"@salesforce/core": "3.3.5",
"cli-ux": "^5.6.3",
"open": "^8.2.0",
"tslib": "^2"
Expand Down
21 changes: 21 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,27 @@
chalk "^2.4.2"
cli-ux "^4.9.3"

"@salesforce/[email protected]":
version "3.3.5"
resolved "https://registry.npmjs.org/@salesforce/core/-/core-3.3.5.tgz#caa40e618c7c53d158336ce2d9a292d340982c0b"
integrity sha512-PwhErCgZVj8ho0svqL37XCWWngY7m58+28p+Lxm451uZ11NywrY7cgP6k7WE6vs5js81lBTvToSjesEWAZKPKg==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.5.8"
"@salesforce/schemas" "^1.0.1"
"@salesforce/ts-types" "^1.5.13"
"@types/graceful-fs" "^4.1.5"
"@types/jsforce" "^1.9.29"
"@types/mkdirp" "^1.0.1"
debug "^3.1.0"
graceful-fs "^4.2.4"
jsen "0.6.6"
jsforce "^1.10.1"
jsonwebtoken "8.5.0"
mkdirp "1.0.4"
sfdx-faye "^1.0.9"
ts-retry-promise "^0.6.0"

"@salesforce/core@^2.2.0", "@salesforce/core@^2.23.4":
version "2.24.0"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-2.24.0.tgz#b414731223fbd418e4db065959f73662dfd2a1bc"
Expand Down

0 comments on commit 6acbc2b

Please sign in to comment.