Skip to content

Commit

Permalink
chore: bump sf-plugins-core
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 17, 2024
1 parent 0cad807 commit f680c18
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@oclif/core": "^4",
"@salesforce/core": "^8.6.2",
"@salesforce/sf-plugins-core": "^12",
"@salesforce/sf-plugins-core": "^12.0.1",
"fast-levenshtein": "^3.0.0"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1285,10 +1285,10 @@
http-call "^5.2.2"
lodash "^4.17.21"

"@oclif/table@^0.1.19":
version "0.1.19"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.19.tgz#cf279e0d6ec2f3df4cdd2f8e55d7f6c4069f43d5"
integrity sha512-a659MZzfWcRa0IvrxJWkEhh3bU3JV1QQzExrj98A4SLZJ1NVuWsnkyMFc9IZ8iQsz1j3sLdiQ365xxrl1eJi8A==
"@oclif/table@^0.1.20":
version "0.1.20"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.20.tgz#024a2eafec3824f70493db95a11f43446ebd8446"
integrity sha512-4zrGeBO7cjsnY9z30bDO6+kPZHXol5ZVsxP6lDKDeanLmkasEZt4btZhVfwyyZaWM22UXb1BDPeYX77r8+VWrw==
dependencies:
"@oclif/core" "^4"
"@types/react" "^18.3.11"
Expand Down Expand Up @@ -1490,15 +1490,15 @@
string-width "^7.2.0"
terminal-link "^3.0.0"

"@salesforce/sf-plugins-core@^12":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.0.tgz#f98a5684d542813438a6ad7274078aba0aee46d4"
integrity sha512-8HVgw9ybv+G4NdXx/HuGFgIZvprOHg9JNSYeuhphn27zUepGX7zh/k1IV3RnFrxbhQ6i8axCCjgSnofQwHvxaA==
"@salesforce/sf-plugins-core@^12.0.1":
version "12.0.1"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.1.tgz#05f40c58b637e29e69b61e3e77f43f58650b1a10"
integrity sha512-Wr3fNemz/sXKq5SglblavbMhHXXDr7+qBQDtkWtx1BvmcArjwgDq19eVbxPpYnJEo7ceq0ARr9RMQ6PvvQHDXg==
dependencies:
"@inquirer/confirm" "^3.1.22"
"@inquirer/password" "^2.2.0"
"@oclif/core" "^4.0.27"
"@oclif/table" "^0.1.19"
"@oclif/table" "^0.1.20"
"@salesforce/core" "^8.5.1"
"@salesforce/kit" "^3.2.3"
"@salesforce/ts-types" "^2.0.12"
Expand Down

0 comments on commit f680c18

Please sign in to comment.