Skip to content

Commit

Permalink
fix: pin SDR to 9.7.6 as workaround for DecodeableMap issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jayree committed Sep 4, 2023
1 parent 616f627 commit b6493b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@jayree/changelog": "^1.1.5",
"@salesforce/sf-plugins-core": "^3.1.20",
"@salesforce/source-deploy-retrieve": "^9.7.8",
"@salesforce/source-deploy-retrieve": "9.7.6",
"debug": "^4.3.4",
"fast-deep-equal": "^3.1.3",
"fast-xml-parser": "^4.2.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1042,13 +1042,13 @@
chalk "^4"
inquirer "^8.2.5"

"@salesforce/source-deploy-retrieve@^9.7.8":
version "9.7.8"
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.8.tgz#34119f33cf93b3991e2dbf33a0f223bb4ea57f1e"
integrity sha512-bDmn7ccYfcnmj2Meotk/TABcleVffK/cBiefdKrND+8eKKLWoZpb8VPCgoVaiShvOmKIy0tqrZ1oEF4AzFcn9g==
"@salesforce/[email protected].6":
version "9.7.6"
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.6.tgz#331d2b6287fa9a5a19fe6e00abe3146002503e1c"
integrity sha512-U6hDvVd/zU4NJJMpaskXVaPOb9RDFjz6fvLWzSjcbVPRbn4QOppi9geAAoDn494Cnspo5pG9/DNoSQ2aKcVK2w==
dependencies:
"@salesforce/core" "^5.2.1"
"@salesforce/kit" "^3.0.11"
"@salesforce/kit" "^3.0.9"
"@salesforce/ts-types" "^2.0.7"
fast-levenshtein "^3.0.0"
fast-xml-parser "^4.2.7"
Expand Down

0 comments on commit b6493b9

Please sign in to comment.