Skip to content

Commit

Permalink
Merge pull request #1661 from dappnode/pablo/remove-unused-dependencies
Browse files Browse the repository at this point in the history
Remove unused deps and add missing ones
  • Loading branch information
pablomendezroyo authored Oct 30, 2023
2 parents 30489f2 + f498a36 commit eb4f271
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 56 deletions.
10 changes: 2 additions & 8 deletions packages/dappmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,22 @@
},
"license": "GPL-3.0",
"dependencies": {
"@dappnode/ethicalmetrics": "^0.1.0",
"@dappnode/installer": "^0.1.0",
"@dappnode/common": "^0.1.0",
"@dappnode/db": "^0.1.0",
"@dappnode/dockerapi": "^0.1.0",
"@dappnode/dockercompose": "^0.1.0",
"@dappnode/ethicalmetrics": "^0.1.0",
"@dappnode/eventbus": "^0.1.0",
"@dappnode/hostscripts": "^0.1.0",
"@dappnode/httpsportal": "^0.1.0",
"@dappnode/installer": "^0.1.0",
"@dappnode/ipfs": "^0.1.0",
"@dappnode/logger": "^0.1.0",
"@dappnode/manifest": "^0.1.0",
"@dappnode/params": "^0.1.0",
"@dappnode/schemas": "^0.1.7",
"@dappnode/toolkit": "^0.1.19",
"@dappnode/types": "^0.1.29",
"@dappnode/utils": "^0.1.0",
"@ipld/car": "^3.1.16",
"@types/async-retry": "^1.4.2",
"@types/bcryptjs": "^2.4.2",
"@types/chai": "^4.2.0",
Expand All @@ -63,7 +61,6 @@
"@types/socket.io": "^3.0.2",
"@types/tar-stream": "^2.1.0",
"ajv": "^6.10.2",
"async": "^3.2.4",
"async-retry": "^1.3.1",
"bcryptjs": "^2.4.3",
"bitcoin-core": "^2.0.0",
Expand All @@ -79,17 +76,14 @@
"express-rate-limit": "^6.7.0",
"helmet": "^4.4.1",
"http-proxy": "^1.18.0",
"ipfs-car": "^0.9.1",
"ipfs-http-client": "^60.0.0",
"is-ip": "^3.0.0",
"is-ipfs": "^8.0.1",
"js-yaml": "^3.11.0",
"lodash-es": "^4.17.21",
"memoizee": "^0.4.14",
"monero-rpc": "^0.5.0",
"multicodec": "^3.2.1",
"multiformats": "^11.0.1",
"multihashes": "^4.0.3",
"node-fetch": "^2.6.0",
"node-os-utils": "^1.2.2",
"node-telegram-bot-api": "^0.50.0",
Expand Down
1 change: 0 additions & 1 deletion packages/eventBus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"lint": "eslint . --ext .ts --fix src"
},
"dependencies": {
"@dappnode/params": "^0.1.0",
"@dappnode/common": "^0.1.0",
"@dappnode/types": "^0.1.29",
"lodash-es": "^4.17.21"
Expand Down
1 change: 0 additions & 1 deletion packages/hostScripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"dependencies": {
"@dappnode/common": "^0.1.0",
"@dappnode/logger": "^0.1.0",
"@dappnode/types": "^0.1.29",
"@dappnode/utils": "^0.1.0",
"memoizee": "0.4.14"
},
Expand Down
1 change: 0 additions & 1 deletion packages/httpsPortal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@dappnode/common": "^0.1.0",
"@dappnode/dockerapi": "^0.1.0",
"@dappnode/dockercompose": "^0.1.0",
"@dappnode/eventbus": "^0.1.0",
"@dappnode/logger": "^0.1.0",
"@dappnode/manifest": "^0.1.0",
"@dappnode/params": "^0.1.0",
Expand Down
14 changes: 13 additions & 1 deletion packages/installer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,44 @@
"@dappnode/db": "^0.1.0",
"@dappnode/dockerapi": "^0.1.0",
"@dappnode/dockercompose": "^0.1.0",
"@dappnode/ethicalmetrics": "^0.1.0",
"@dappnode/eventbus": "^0.1.0",
"@dappnode/httpsportal": "^0.1.0",
"@dappnode/ipfs": "^0.1.0",
"@dappnode/logger": "^0.1.0",
"@dappnode/manifest": "^0.1.0",
"@dappnode/params": "^0.1.0",
"@dappnode/schemas": "^0.1.8",
"@dappnode/toolkit": "^0.1.20",
"@dappnode/types": "^0.1.29",
"@dappnode/utils": "^0.1.0",
"async-retry": "1.3.1",
"data-uri-to-buffer": "2.0.0",
"deepmerge": "2.2.1",
"dockerode": "3.2.1",
"ethers": "5.7.2",
"ipfs-http-client": "60.0.0",
"is-ipfs": "8.0.1",
"lodash-es": "4.17.21",
"memoizee": "^0.4.14",
"multiformats": "11.0.1",
"semver": "7.3.8"
"node-fetch": "2.6.0",
"semver": "7.3.8",
"timestring": "6.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/dockerode": "3.2.1",
"@types/lodash-es": "4.17.6",
"@types/memoizee": "0.4.4",
"@types/mocha": "^10.0.1",
"@types/node": "^20.6.2",
"@types/node-fetch": "2.5.1",
"@types/sinon": "7.0.13",
"chai": "^4.3.8",
"mocha": "^10.2.0",
"rewiremock": "3.13.7",
"sinon": "5.0.10",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
Expand Down
1 change: 1 addition & 0 deletions packages/params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"dependencies": {},
"devDependencies": {
"@types/mocha": "10.0.2",
"@types/node": "^20.6.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down
4 changes: 3 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@
"@dappnode/types": "^0.1.29",
"ajv": "^6.10.2",
"js-yaml": "^3.11.0",
"lodash-es": "^4.17.21"
"lodash-es": "^4.17.21",
"memoizee": "0.4.14"
},
"devDependencies": {
"@types/async": "3.0.1",
"@types/chai": "^4.3.6",
"@types/js-yaml": "^3.12.1",
"@types/lodash-es": "^4.17.9",
"@types/memoizee": "0.4.4",
"@types/mocha": "^10.0.2",
"@types/node": "^20.6.2",
"chai": "^4.3.10",
Expand Down
Loading

0 comments on commit eb4f271

Please sign in to comment.