Skip to content

Commit

Permalink
feat: core6 and core6-based libs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 14, 2023
1 parent d0f50c1 commit 92642cb
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 190 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
"@commitlint/config-conventional": "^17.1.0",
"@salesforce/dev-config": "^4.1.0",
"@salesforce/prettier-config": "^0.0.3",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/chai": "^4.3.10",
"@types/mocha": "^10.0.4",
"@types/node": "^18",
"@types/sinon": "^10.0.20",
"chai": "^4.3.10",
"chalk": "^4.0.0",
"cosmiconfig": "^7.0.0",
"eslint-config-salesforce-typescript": "^3.0.1",
"eslint-config-salesforce-typescript": "^3.0.5",
"husky": "^7.0.4",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.0",
"shelljs": "~0.8.4",
"pretty-quick": "^3.1.3",
"shelljs": "^0.8.5",
"sinon": "10.0.0",
"source-map-support": "~0.5.19",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "0.23.16",
"typedoc": "^0.25.3",
"typedoc-plugin-missing-exports": "0.23.0",
"typescript": "^4.9.5",
"wireit": "^0.14.1"
Expand Down
8 changes: 4 additions & 4 deletions utils/write-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ const { resolveConfig } = require('./sf-config');
*/
const nonPjsonDependencyMinimums = new Map([
['@salesforce/sf-plugins-core', '^3.1.20'],
['@salesforce/core', '^5.2.0'],
['@salesforce/kit', '^3.0.9'],
['@salesforce/ts-types', '^2.0.6'],
['@salesforce/core', '^6.1.0'],
['@salesforce/kit', '^3.0.15'],
['@salesforce/ts-types', '^2.0.9'],
['@oclif/core', '^2.15.0'],
['@salesforce/cli-plugins-testkit', '^4.2.9'],
['@salesforce/source-deploy-retrieve', '^9.7.2'],
['@salesforce/source-tracking', '^4.2.10'],
['@salesforce/plugin-command-reference', '^3.0.25'],
['@oclif/plugin-command-snapshot', '^4.0.2'],
['eslint-plugin-sf-plugin', '^1.15.6'],
['eslint-plugin-sf-plugin', '^1.16.15'],
['oclif', '^3.16.0'],
]);

Expand Down
Loading

0 comments on commit 92642cb

Please sign in to comment.