Skip to content

Commit

Permalink
update oclif (#50)
Browse files Browse the repository at this point in the history
* chore: update oclif, fix typo in trigger-framework description

* chore: update more packages
  • Loading branch information
k-capehart authored Jul 30, 2024
1 parent b6a682d commit 01b2b5e
Show file tree
Hide file tree
Showing 3 changed files with 1,109 additions and 1,114 deletions.
2 changes: 1 addition & 1 deletion messages/kc.trigger-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Generate apex trigger frameworks based on templates.

# description

Given an SObject, creates a Trigger and accompaning handler classes and components.
Given an SObject, creates a Trigger and accompanying handler classes and components.

Use the `--init` flag to initialize the framework, then the `--sobject` flag to create triggers based on the framework.

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
},
"homepage": "https://github.com/k-capehart/kc-sf-plugin",
"dependencies": {
"@oclif/core": "^4.0.8",
"@salesforce/core": "^8.1.1",
"@salesforce/sf-plugins-core": "^11.1.2",
"@salesforce/source-deploy-retrieve": "^12.1.4",
"@salesforce/source-tracking": "^7.0.5",
"@salesforce/ts-sinon": "^1.4.22",
"@salesforce/ts-types": "^2.0.10",
"@oclif/core": "^4.0.17",
"@salesforce/core": "^8.2.7",
"@salesforce/sf-plugins-core": "^11.2.4",
"@salesforce/source-deploy-retrieve": "^12.1.8",
"@salesforce/source-tracking": "^7.1.2",
"@salesforce/ts-sinon": "^1.4.23",
"@salesforce/ts-types": "^2.0.12",
"chalk": "^5.3.0"
},
"devDependencies": {
"@oclif/plugin-command-snapshot": "^5.2.4",
"@salesforce/cli-plugins-testkit": "^5.3.17",
"@salesforce/dev-scripts": "^10.2.4",
"@oclif/plugin-command-snapshot": "^5.2.10",
"@salesforce/cli-plugins-testkit": "^5.3.20",
"@salesforce/dev-scripts": "^10.2.9",
"@types/yeoman-assert": "^3.1.4",
"eslint-plugin-sf-plugin": "^1.18.10",
"oclif": "^4.13.12",
"eslint-plugin-sf-plugin": "^1.20.1",
"oclif": "^4.14.12",
"shx": "0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"yeoman-assert": "^3.1.1"
},
"engines": {
Expand Down
Loading

0 comments on commit 01b2b5e

Please sign in to comment.