Browse Source

Update bip32 and nyc to latest

fixTypes
junderw 6 years ago
parent
commit
fabd1d6c9d
No known key found for this signature in database GPG Key ID: B256185D3A971908
  1. 2777
      package-lock.json
  2. 4
      package.json

2777
package-lock.json

File diff suppressed because it is too large

4
package.json

@ -43,7 +43,7 @@
"dependencies": { "dependencies": {
"@types/node": "10.12.18", "@types/node": "10.12.18",
"bech32": "^1.1.2", "bech32": "^1.1.2",
"bip32": "git+https://github.com/junderw/bip32.git#typeScript", "bip32": "^2.0.0",
"bip66": "^1.1.0", "bip66": "^1.1.0",
"bitcoin-ops": "^1.4.0", "bitcoin-ops": "^1.4.0",
"bs58check": "^2.0.0", "bs58check": "^2.0.0",
@ -67,7 +67,7 @@
"hoodwink": "^2.0.0", "hoodwink": "^2.0.0",
"minimaldata": "^1.0.2", "minimaldata": "^1.0.2",
"mocha": "^5.2.0", "mocha": "^5.2.0",
"nyc": "^11.8.0", "nyc": "^13.3.0",
"prettier": "1.16.4", "prettier": "1.16.4",
"proxyquire": "^2.0.1", "proxyquire": "^2.0.1",
"tslint": "5.13.1", "tslint": "5.13.1",

Loading…
Cancel
Save