Skip to content

Commit

Permalink
chore: ensure oclif 3.16.0 for readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Sep 13, 2023
1 parent ae71a89 commit 24b6a0a
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 @@ -25,7 +25,7 @@ const nonPjsonDependencyMinimums = new Map([
['@salesforce/plugin-command-reference', '^3.0.25'],
['@oclif/plugin-command-snapshot', '^4.0.2'],
['eslint-plugin-sf-plugin', '^1.15.6'],
['oclif', '^3.14.0'],
['oclif', '^3.16.0'],
]);

const getVersionNum = (ver) => (ver.startsWith('^') || ver.startsWith('~') ? ver.slice(1) : ver);
Expand Down

0 comments on commit 24b6a0a

Please sign in to comment.