Skip to content

Commit

Permalink
chore: add missing dependencies (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
spkjp authored May 21, 2019
1 parent 86a77ba commit b743c8c
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 7 deletions.
1 change: 1 addition & 0 deletions packages/core-blockchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@arkecosystem/core-event-emitter": "^2.4.0-next.3",
"@arkecosystem/core-interfaces": "^2.4.0-next.3",
"@arkecosystem/core-transactions": "^2.4.0-next.3",
"@arkecosystem/core-state": "^2.4.0-next.3",
"@arkecosystem/core-utils": "^2.4.0-next.3",
"@arkecosystem/crypto": "^2.4.0-next.3",
"async": "^3.0.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/core-database-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,19 @@
"@arkecosystem/core-utils": "^2.4.0-next.3",
"@arkecosystem/crypto": "^2.4.0-next.3",
"@arkecosystem/utils": "^0.3.0",
"@types/bluebird": "^3.5.26",
"@types/lodash.chunk": "^4.2.6",
"@types/pluralize": "^0.0.29",
"bluebird": "^3.5.4",
"cpy-cli": "^2.0.0",
"dayjs": "^1.8.14",
"lodash.chunk": "^4.2.0",
"lodash.partition": "^4.6.0",
"pg-promise": "^8.7.2",
"pluralize": "^7.0.0",
"sql": "^0.78.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.26",
"@types/lodash.chunk": "^4.2.6",
"@types/lodash.partition": "^4.6.6",
"@types/pluralize": "^0.0.29"
},
"engines": {
Expand Down
2 changes: 2 additions & 0 deletions packages/core-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@
"lodash.clonedeep": "^4.5.0",
"lodash.compact": "^3.0.1",
"lodash.uniq": "^4.5.0",
"lodash.snakecase": "^4.1.1",
"pluralize": "^7.0.0"
},
"devDependencies": {
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.compact": "^3.0.6",
"@types/lodash.uniq": "^4.5.6",
"@types/lodash.snakecase": "^4.1.6",
"@types/pluralize": "^0.0.29"
},
"engines": {
Expand Down
10 changes: 8 additions & 2 deletions packages/core-forger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,19 @@
"lodash.isempty": "^4.4.0",
"lodash.uniq": "^4.5.0",
"pluralize": "^7.0.0",
"socketcluster-client": "^14.2.2"
"socketcluster-client": "^14.2.2",
"node-forge": "^0.8.3",
"otplib": "^11.0.0",
"wif": "^2.0.6"
},
"devDependencies": {
"@types/lodash.isempty": "^4.4.6",
"@types/lodash.uniq": "^4.5.6",
"@types/pluralize": "^0.0.29",
"@types/socketcluster-client": "^13.0.3"
"@types/socketcluster-client": "^13.0.3",
"@types/otplib": "^7.0.0",
"@types/wif": "^2.0.1",
"@types/node-forge": "^0.8.3"
},
"engines": {
"node": ">=10.x"
Expand Down
2 changes: 2 additions & 0 deletions packages/core-json-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"is-reachable": "^3.1.0",
"keyv": "^3.1.0",
"lodash.get": "^4.4.2",
"lodash.sample": "^4.2.1",
"uuid": "^3.3.2",
"wif": "^2.0.6"
},
Expand All @@ -42,6 +43,7 @@
"@types/keyv": "^3.1.0",
"@types/keyv__sqlite": "^2.0.0",
"@types/lodash.get": "^4.4.6",
"@types/lodash.sample": "^4.2.6",
"@types/uuid": "^3.4.4",
"@types/wif": "^2.0.1"
},
Expand Down
9 changes: 8 additions & 1 deletion packages/core-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@
"@arkecosystem/core-interfaces": "^2.4.0-next.3",
"@arkecosystem/core-transactions": "^2.4.0-next.3",
"@arkecosystem/core-utils": "^2.4.0-next.3",
"@arkecosystem/crypto": "^2.4.0-next.3"
"@arkecosystem/crypto": "^2.4.0-next.3",
"immutable": "^4.0.0-rc.12",
"pluralize": "^7.0.0",
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@types/lodash.clonedeep": "^4.5.6",
"@types/pluralize": "^0.0.29"
},
"engines": {
"node": ">=10.x"
Expand Down
4 changes: 3 additions & 1 deletion packages/core-transaction-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@arkecosystem/core-event-emitter": "^2.4.0-next.3",
"@arkecosystem/core-interfaces": "^2.4.0-next.3",
"@arkecosystem/core-transactions": "^2.4.0-next.3",
"@arkecosystem/core-state": "^2.4.0-next.3",
"@arkecosystem/crypto": "^2.4.0-next.3",
"@types/better-sqlite3": "^5.4.0",
"@types/fs-extra": "^7.0.0",
Expand All @@ -38,7 +39,8 @@
"dayjs": "^1.8.14",
"delay": "^4.2.0",
"fs-extra": "^8.0.1",
"pluralize": "^7.0.0"
"pluralize": "^7.0.0",
"lodash.camelcase": "^4.3.0"
},
"devDependencies": {
"@arkecosystem/core-utils": "^2.4.0-next.3",
Expand Down
1 change: 1 addition & 0 deletions packages/core-wallet-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@arkecosystem/core-container": "^2.4.0-next.3",
"@arkecosystem/core-http-utils": "^2.4.0-next.3",
"@arkecosystem/core-interfaces": "^2.4.0-next.3",
"@arkecosystem/core-utils": "^2.4.0-next.3",
"@hapi/h2o2": "^8.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit b743c8c

Please sign in to comment.