-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anthony Heber
committed
Jan 29, 2024
1 parent
5ab5ef8
commit c3fd000
Showing
8 changed files
with
18,628 additions
and
22,120 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,44 @@ | ||
{ | ||
"name": "sf-warp", | ||
"description": "Warp your code and see if your tests notice", | ||
"version": "0.0.9", | ||
"packageManager": "[email protected]+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186", | ||
"version": "0.0.13", | ||
"dependencies": { | ||
"@oclif/core": "^3.9.2", | ||
"@salesforce/core": "^5.3.16", | ||
"@oclif/core": "^3.15.1", | ||
"@salesforce/core": "^6.4.2", | ||
"@salesforce/kit": "^3.0.15", | ||
"@salesforce/sf-plugins-core": "^4.0.0", | ||
"tslib": "^2", | ||
"@salesforce/sf-plugins-core": "^5.0.13", | ||
"tslib": "^2.6.2", | ||
"web-tree-sitter-sfapex": "^0.0.11" | ||
}, | ||
"devDependencies": { | ||
"@oclif/test": "^3.1.0", | ||
"@salesforce/cli-plugins-testkit": "^4.4.12", | ||
"@oclif/test": "^3.1.7", | ||
"@salesforce/cli-plugins-testkit": "^5.1.3", | ||
"@salesforce/dev-config": "^4.1.0", | ||
"@salesforce/dev-scripts": "^6.0.3", | ||
"@salesforce/dev-scripts": "^8.1.3", | ||
"@salesforce/prettier-config": "^0.0.3", | ||
"@salesforce/ts-sinon": "1.4.19", | ||
"@typescript-eslint/eslint-plugin": "^6.9.1", | ||
"@typescript-eslint/parser": "^6.9.1", | ||
"chai": "^4.3.6", | ||
"eslint": "^8.52.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"@typescript-eslint/eslint-plugin": "^6.16.0", | ||
"@typescript-eslint/parser": "^6.16.0", | ||
"chai": "^5.0.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-config-salesforce": "^2.0.2", | ||
"eslint-config-salesforce-typescript": "^3.0.2", | ||
"eslint-plugin-header": "^3.0.0", | ||
"eslint-plugin-import": "2.29.0", | ||
"eslint-plugin-jsdoc": "^46.8.2", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint-plugin-sf-plugin": "^1.1.0", | ||
"eslint-config-salesforce-typescript": "^3.0.18", | ||
"eslint-plugin-header": "^3.1.1", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jsdoc": "^46.9.1", | ||
"eslint-plugin-prettier": "^5.1.2", | ||
"eslint-plugin-sf-plugin": "^1.17.0", | ||
"husky": "^8.0.3", | ||
"mocha": "^10.0.0", | ||
"mocha": "^10.2.0", | ||
"nyc": "^15.1.0", | ||
"oclif": "^4.0.3", | ||
"prettier": "^3.0.3", | ||
"oclif": "^4.1.0", | ||
"prettier": "^3.1.1", | ||
"pretty-quick": "^3.1.3", | ||
"shx": "0.3.4", | ||
"sinon": "17.0.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.2.2" | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"engines": { | ||
"node": ">=14.0.0" | ||
|
@@ -83,7 +82,6 @@ | |
"docs": "sf-docs", | ||
"format": "wireit", | ||
"lint": "wireit", | ||
"postinstall": "yarn husky install", | ||
"postpack": "shx rm -f oclif.manifest.json", | ||
"prepack": "sf-prepack", | ||
"test": "wireit", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.