Skip to content

Commit

Permalink
feat: core bump for cache fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 8, 2022
1 parent 926720f commit a8c890f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"!lib/**/*.map"
],
"dependencies": {
"@salesforce/core": "^3.19.4",
"@salesforce/core": "^3.20.1",
"@salesforce/kit": "^1.5.42",
"@salesforce/ts-types": "^1.5.17",
"archiver": "^5.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,10 @@
mv "~2"
safe-json-stringify "~1"

"@salesforce/core@^3.19.4":
version "3.19.4"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.19.4.tgz#c5e746bd5788c5c34ad4855add3b91aa8283e7b4"
integrity sha512-UPSoXB313mErUScZh/suCyO8xNHldHjZ4OItpsqM4vgQVxcH2aR6KZl0woHB2Yveg+apX+An48QXEqO4VMzYTg==
"@salesforce/core@^3.20.1":
version "3.20.1"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.20.1.tgz#2f293a84eb793ce549ee42045877b82b9cf5e8d0"
integrity sha512-lOy+qJ9YxwUmvKG9eAvnWJn1yOHvd4G/3vuvUTXugj9G8JTqUyPwKFmWgIS2FSEBWkRIhDQnEIXbgrM6/ytC4A==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.5.41"
Expand Down

0 comments on commit a8c890f

Please sign in to comment.