Skip to content

Commit

Permalink
feat: sf-plugins-core with core4
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed May 30, 2023
1 parent b1c9475 commit fd305ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/write-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { resolveConfig } = require('./sf-config');
* But, if the target repo has the dep, we want to make sure it meets the minimum version.
*/
const nonPjsonDependencyMinimums = new Map([
['@salesforce/sf-plugins-core', '^2.4.2'],
['@salesforce/sf-plugins-core', '^3.0.2'],
['@salesforce/core', '^4.0.1'],
['@salesforce/kit', '^3.0.2'],
['@salesforce/ts-types', '^2.0.2'],
Expand Down

0 comments on commit fd305ee

Please sign in to comment.