Merge pull request #4982 from MetaMask/sig-version-fix

Reestablish old versions of eth-keyring-controller and eth-hd-keyring
feature/default_network_editable
Dan Finlay 6 years ago committed by GitHub
commit fdfcc7d687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7521
      package-lock.json
  2. 6
      package.json

7521
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -74,7 +74,7 @@
] ]
}, },
"dependencies": { "dependencies": {
"@material-ui/core": "^1.0.0", "@material-ui/core": "1.0.0",
"abi-decoder": "^1.0.9", "abi-decoder": "^1.0.9",
"asmcrypto.js": "0.22.0", "asmcrypto.js": "0.22.0",
"async": "^2.5.0", "async": "^2.5.0",
@ -105,7 +105,7 @@
"eth-bin-to-ops": "^1.0.1", "eth-bin-to-ops": "^1.0.1",
"eth-contract-metadata": "github:MetaMask/eth-contract-metadata#master", "eth-contract-metadata": "github:MetaMask/eth-contract-metadata#master",
"eth-ens-namehash": "^2.0.8", "eth-ens-namehash": "^2.0.8",
"eth-hd-keyring": "^2.0.0", "eth-hd-keyring": "^1.2.0",
"eth-json-rpc-filters": "^1.2.6", "eth-json-rpc-filters": "^1.2.6",
"eth-json-rpc-infura": "^3.0.0", "eth-json-rpc-infura": "^3.0.0",
"eth-method-registry": "^1.0.0", "eth-method-registry": "^1.0.0",
@ -244,7 +244,7 @@
"eslint-plugin-mocha": "^5.0.0", "eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-react": "^7.4.0", "eslint-plugin-react": "^7.4.0",
"eth-json-rpc-middleware": "^1.6.0", "eth-json-rpc-middleware": "^1.6.0",
"eth-keyring-controller": "^4.0.0", "eth-keyring-controller": "^3.3.0",
"file-loader": "^1.1.11", "file-loader": "^1.1.11",
"fs-promise": "^2.0.3", "fs-promise": "^2.0.3",
"ganache-cli": "^6.1.0", "ganache-cli": "^6.1.0",

Loading…
Cancel
Save