Skip to content

Commit

Permalink
fix: Update to the latest oclif
Browse files Browse the repository at this point in the history
  • Loading branch information
hknokh2 committed Apr 23, 2024
1 parent c7c0157 commit dba1672
Show file tree
Hide file tree
Showing 2 changed files with 2,346 additions and 1,770 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"author": "Haim Knokh",
"bugs": "https://github.com/forcedotcom/SFDX-Data-Move-Utility/issues",
"dependencies": {
"@oclif/command": "^1.8.20",
"@oclif/config": "^1.18.6",
"@oclif/command": "^1.8.36",
"@oclif/config": "^1.18.17",
"@oclif/errors": "^1.3.6",
"@salesforce/command": "^3.1.3",
"@salesforce/core": "^2.37.1",
"@salesforce/dev-config": "^1.6.0",
"@types/bunyan": "^1.8.6",
"@salesforce/command": "^5.3.9",
"@salesforce/core": "^7.3.0",
"@salesforce/dev-config": "^4.1.0",
"@types/bunyan": "^1.8.11",
"alasql": "^0.6.4",
"casual": "^1.6.2",
"class-transformer": "^0.2.3",
Expand All @@ -29,16 +29,16 @@
"tslib": "^1"
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@oclif/plugin-help": "^2",
"@oclif/test": "^1.2.7",
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.3",
"@types/node": "^10.17.32",
"chai": "^4",
"globby": "^8",
"mocha": "^8.1.3",
"nyc": "^14.1.1",
"@oclif/dev-cli": "^1.26.10",
"@oclif/plugin-help": "^6.0.21",
"@oclif/test": "^3.2.10",
"@types/chai": "^4.3.14",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"chai": "^5.1.0",
"globby": "11.0.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"ts-node": "^8",
"tslint": "^5",
"typescript": "^4.4.3"
Expand Down
Loading

0 comments on commit dba1672

Please sign in to comment.