Skip to content

Commit

Permalink
Add deps through lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
vshab committed Mar 25, 2019
1 parent 6d567ad commit b1f49a5
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/web3-core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/web3-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dtslint": "dtslint types --onlyTestTsNext"
},
"dependencies": {
"@types/bn.js": "^4.11.4",
"@babel/runtime": "^7.3.1",
"@types/bn.js": "^4.11.4",
"@types/node": "^10.12.18",
"lodash": "^4.17.11",
"web3-utils": "1.0.0-beta.50"
Expand Down
17 changes: 17 additions & 0 deletions packages/web3-eth-contract/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/web3-eth-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dtslint": "dtslint types --onlyTestTsNext"
},
"dependencies": {
"@types/bn.js": "^4.11.4",
"@babel/runtime": "^7.3.1",
"@types/bn.js": "^4.11.4",
"lodash": "^4.17.11",
"web3-core": "1.0.0-beta.50",
"web3-core-helpers": "1.0.0-beta.50",
Expand Down

0 comments on commit b1f49a5

Please sign in to comment.