Skip to content

Commit

Permalink
Merge pull request #1166 from salesforcecli/release/2.11.2
Browse files Browse the repository at this point in the history
Release PR for 2.11.2 as nightly
  • Loading branch information
svc-cli-bot authored Sep 23, 2023
2 parents 8c8818e + 2b40b6c commit 117cb3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli",
"description": "The Salesforce CLI",
"version": "2.11.1",
"version": "2.11.2",
"author": "Salesforce",
"bin": {
"sf": "./bin/run",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@salesforce/plugin-devops-center": "1.2.0",
"@salesforce/plugin-env": "2.2.1",
"@salesforce/plugin-functions": "1.22.3",
"@salesforce/plugin-packaging": "1.25.1",
"@salesforce/plugin-packaging": "1.26.0",
"@salesforce/plugin-signups": "1.5.0",
"@salesforce/sfdx-plugin-lwc-test": "1.1.0",
"@salesforce/sfdx-scanner": "3.16.0"
Expand Down Expand Up @@ -123,10 +123,10 @@
"dependencies": {
"@oclif/core": "2.15.0",
"@oclif/plugin-autocomplete": "2.3.8",
"@oclif/plugin-commands": "2.2.25",
"@oclif/plugin-commands": "2.2.26",
"@oclif/plugin-help": "5.2.19",
"@oclif/plugin-not-found": "2.4.1",
"@oclif/plugin-plugins": "3.7.1",
"@oclif/plugin-plugins": "3.8.0",
"@oclif/plugin-search": "0.0.22",
"@oclif/plugin-update": "3.2.3",
"@oclif/plugin-version": "1.3.10",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1187,10 +1187,10 @@
ts-json-schema-generator "^1.2.0"
tslib "^2.5.0"

"@oclif/[email protected].25":
version "2.2.25"
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-2.2.25.tgz#980a012deb0545612ce1ff49b9a6c8887de37313"
integrity sha512-DKlWM0B0b0ypOCvcpJk3PLZ+oKmaSgGuOUa5zjF/JiYUfS1eJXyO3wp47TZ/z67ANui8gEBQc12mFJCjHuc2GA==
"@oclif/[email protected].26":
version "2.2.26"
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-2.2.26.tgz#a85bd89c9bf8b95280d719d491550c0a928527cc"
integrity sha512-DvJ2EnCt5S/VPLwnb9LApumqBNXsJQ8iIO9DL7tJk4i7+WSIlndvoO2xqRSFOqdXBGojs8LZmDYbCGhcjO4J7g==
dependencies:
"@oclif/core" "^2.15.0"
lodash "^4.17.11"
Expand Down Expand Up @@ -1228,10 +1228,10 @@
chalk "^4"
fast-levenshtein "^3.0.0"

"@oclif/plugin-plugins@3.7.1":
version "3.7.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-3.7.1.tgz#595ad7980862722951a29610ec7a6b42453881a2"
integrity sha512-3YrJZ6XlAntOV2UJNme5iuE7cYx57Yg+PaMSLLkU/1AnDSIoNLlkKk1Y3AQmbd8B3aKOZtI9/bJzFXV8nmvgiw==
"@oclif/plugin-plugins@3.8.0":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-3.8.0.tgz#d83ad5fb1a1c37864b23dfd1f1180d5d4ba9e5a7"
integrity sha512-yQ+M0REyP7DeCQQ4j4TDYV2bu0wy66tJzrO/ZN/ZHbwdzcyM3JmfQsqo9rBSXDJZf6FU2xL9P2+Gfj2VpG7qMw==
dependencies:
"@oclif/core" "^2.15.0"
chalk "^4.1.2"
Expand Down

0 comments on commit 117cb3f

Please sign in to comment.