diff --git a/gatekeeper-cli/package.json b/gatekeeper-cli/package.json index 7fd90199..9e59e122 100644 --- a/gatekeeper-cli/package.json +++ b/gatekeeper-cli/package.json @@ -29,7 +29,6 @@ "@identity.com/gateway-evm-ts-client": "^0.1.3", "@identity.com/did-bnb-client": "^2.0.2-beta", "@oclif/core": "^4.0.6", - "@oclif/dev-cli": "^1.26.10", "@oclif/plugin-help": "^5", "ethers": "^5.7.2", "gas-price-oracle": "^0.5.2" @@ -45,7 +44,7 @@ "eslint-config-oclif": "^4", "eslint-config-oclif-typescript": "^1.0.3", "mocha": "^9", - "oclif": "^3", + "oclif": "^4", "shx": "^0.3.3", "ts-node": "^10.9.1", "tslib": "^2.4.1", @@ -60,7 +59,7 @@ ] }, "scripts": { - "build": "rm -rf dist && tsc -b && oclif-dev manifest", + "build": "rm -rf dist && tsc -b && oclif manifest", "postpack": "shx rm -f oclif.manifest.json", "prepack": "yarn build && oclif manifest && oclif readme", "test": "mocha --forbid-only \"src/**/*.spec.ts\"",