Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosampler committed Jul 17, 2019
1 parent b243399 commit 2e85c2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eth-cli",
"description": "A collection of CLI tools to help with ethereum learning and development.",
"version": "1.0.0-alpha-5",
"version": "1.0.0-alpha-6",
"contributors": [
"Fernando Greco",
"Franco Victorio",
Expand All @@ -24,9 +24,9 @@
"repl.history": "^0.1.4",
"rlp": "^2.2.3",
"tslib": "^1",
"web3": "^1.0.0-beta.55",
"web3-eth-accounts": "^1.0.0-beta.55",
"web3-providers": "^1.0.0-beta.55"
"web3": "1.0.0-beta.55",
"web3-eth-accounts": "1.0.0-beta.55",
"web3-providers": "1.0.0-beta.55"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5357,7 +5357,7 @@ web3-eth-abi@1.0.0-beta.55:
lodash "^4.17.11"
web3-utils "1.0.0-beta.55"

web3-eth-accounts@1.0.0-beta.55, web3-eth-accounts@^1.0.0-beta.55:
web3-eth-accounts@1.0.0-beta.55:
version "1.0.0-beta.55"
resolved "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.0.0-beta.55.tgz#ba734ffdc1e3cc8ac0ea01de5241323a0c2f69f3"
integrity sha512-VfzvwpSDHXqRVelIxsBVhgbV9BkFvhJ/q+bKhnVUUXV0JAhMK/7uC92TsqKk4EBYuqpHyZ1jjqrL4n03fMU7zw==
Expand Down Expand Up @@ -5469,7 +5469,7 @@ web3-net@1.0.0-beta.55:
web3-providers "1.0.0-beta.55"
web3-utils "1.0.0-beta.55"

web3-providers@1.0.0-beta.55, web3-providers@^1.0.0-beta.55:
web3-providers@1.0.0-beta.55:
version "1.0.0-beta.55"
resolved "https://registry.yarnpkg.com/web3-providers/-/web3-providers-1.0.0-beta.55.tgz#639503517741b69baaa82f1f940630df6a25992b"
integrity sha512-MNifc7W+iF6rykpbDR1MuX152jshWdZXHAU9Dk0Ja2/23elhIs4nCWs7wOX9FHrKgdrQbscPoq0uy+0aGzyWVQ==
Expand Down Expand Up @@ -5516,7 +5516,7 @@ web3-utils@1.0.0-beta.55:
randombytes "^2.1.0"
utf8 "2.1.1"

web3@^1.0.0-beta.55:
web3@1.0.0-beta.55:
version "1.0.0-beta.55"
resolved "https://registry.yarnpkg.com/web3/-/web3-1.0.0-beta.55.tgz#8845075129299da172c2eb41a748c8a87c2a2b5a"
integrity sha512-yJpwy4IUA3T/F9hWzYQVn0GbJCrAaZ0KTIO3iuqkhaYH0Y09KV7k4GzFi4hN7hT4cFTj4yIKaeVCwQ5kzvi2Vg==
Expand Down

0 comments on commit 2e85c2a

Please sign in to comment.