Skip to content

Commit

Permalink
fix: bump module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Oct 13, 2021
1 parent e728a8e commit abdf5e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
}
},
"dependencies": {
"@oclif/core": "^1.0.1",
"@salesforce/core": "^3.6.6",
"@oclif/core": "^1.0.2",
"@salesforce/core": "3.6.6",
"@salesforce/kit": "^1.5.17",
"@salesforce/ts-types": "^1.5.20",
"cli-ux": "^5.6.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,10 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/core@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.1.tgz#e97fc5c234db1a745fb4468eb79cabeea5f84af9"
integrity sha512-ai9XwnEZ+P34VUtV+fX/6HmRbo5CXGdZjX3iK3PsY6O+KYeJBKVAkPCKLz0qtAHxx0HX4+Yj2wnmy+hTCx6HYQ==
"@oclif/core@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.2.tgz#f8f4eb12ff5adceb0a7ed262e9f5d46bbef1bf4f"
integrity sha512-5Qd4D+OkhCPLNML8S/LEu78CPbnd4hfsF+/7fzAnyUD4U3P+F+/Lnx/b/AnaXw6U8CPjSNO+sod0C+QpqTN13A==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.0"
Expand Down Expand Up @@ -531,7 +531,7 @@
mv "~2"
safe-json-stringify "~1"

"@salesforce/core@^3.6.6":
"@salesforce/[email protected]":
version "3.6.6"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.6.6.tgz#31e231080f42e20d66bc834b6e80e141f1aabd1f"
integrity sha512-ubf8dbFAdMcoK4sHXtJD/IrA8WXj8H2df7a8b7wGFBMegqziQDzL7yqwmE7qbAEtD7MxLm1FhQQP+WONPCdoWA==
Expand Down

0 comments on commit abdf5e3

Please sign in to comment.