Skip to content

Commit

Permalink
fix(general): fixed unused deps and updated them
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Alcázar <e.alcazar.garzas@accenture.com>
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
kikoncuo authored and petermetz committed Mar 30, 2021
1 parent 8810d62 commit b76a970
Show file tree
Hide file tree
Showing 36 changed files with 8,208 additions and 9,728 deletions.
810 changes: 493 additions & 317 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@hyperledger/cactus",
"description": "Root project for Cactus which contains all core components and plugins developed by the project.",
"private": true,
"scripts": {
"run-ci": "./tools/ci.sh",
"configure": "npm i && lerna clean --yes && lerna bootstrap && npm-run-all build:dev:backend generate-api-server-config",
"configure-lite": "npm ci && lerna bootstrap && npm-run-all build:dev:backend generate-api-server-config",
"generate-api-server-config": "node ./tools/generate-api-server-config.js",
"start:api-server": "node ./packages/cactus-cmd-api-server/dist/lib/main/typescript/cmd/cactus-api.js --config-file=.config.json",
"start:cockpit": "lerna run --scope '*/cactus-cockpit' --stream serve:proxy",
Expand Down Expand Up @@ -94,7 +96,7 @@
"shebang-loader": "0.0.1",
"source-map-loader": "0.2.4",
"stream-browserify": "3.0.0",
"tap": "14.10.6",
"tap": "14.11.0",
"tape": "5.0.1",
"tape-promise": "4.0.0",
"ts-loader": "6.2.1",
Expand All @@ -118,5 +120,7 @@
"lint-staged": {
"*/*/src/**/*.{js,ts}": "eslint --fix"
},
"dependencies": {}
"dependencies": {
"@types/ssh2": "0.5.46"
}
}
6 changes: 1 addition & 5 deletions packages/cactus-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,8 @@
"@hyperledger/cactus-common": "0.3.0",
"@hyperledger/cactus-core": "0.3.0",
"@hyperledger/cactus-core-api": "0.3.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.3.0",
"axios": "0.21.1",
"joi": "14.3.1",
"typescript-optional": "2.0.1"
"@hyperledger/cactus-plugin-consortium-manual": "0.3.0"
},
"devDependencies": {
"@types/joi": "14.3.4"
}
}
183 changes: 3 additions & 180 deletions packages/cactus-cmd-api-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b76a970

Please sign in to comment.