Switched to exact dependency versions

This commit is contained in:
Chris Troutner
2021-10-31 14:22:36 -07:00
parent 6ca1d729dc
commit 2c0fa9dfbd
2 changed files with 1223 additions and 1020 deletions
+1181 -978
View File
File diff suppressed because it is too large Load Diff
+42 -42
View File
@@ -36,53 +36,53 @@
"url": "git+https://github.com/Permissionless-Software-Foundation/bch-js.git" "url": "git+https://github.com/Permissionless-Software-Foundation/bch-js.git"
}, },
"dependencies": { "dependencies": {
"@psf/bip21": "^2.0.1", "@psf/bip21": "2.0.1",
"@psf/bip32-utils": "^1.0.1", "@psf/bip32-utils": "1.0.1",
"@psf/bitcoincash-ops": "^2.0.0", "@psf/bitcoincash-ops": "2.0.0",
"@psf/bitcoincashjs-lib": "^4.0.2", "@psf/bitcoincashjs-lib": "4.0.2",
"@psf/coininfo": "^4.0.0", "@psf/coininfo": "4.0.0",
"@uppy/core": "^1.10.4", "@uppy/core": "1.10.4",
"@uppy/tus": "^1.5.12", "@uppy/tus": "1.5.12",
"axios": "^0.21.1", "axios": "^0.21.4",
"bc-bip68": "^1.0.5", "bc-bip68": "1.0.5",
"bchaddrjs-slp": "^0.2.5", "bchaddrjs-slp": "0.2.5",
"bigi": "^1.4.2", "bigi": "1.4.2",
"bignumber.js": "^9.0.0", "bignumber.js": "9.0.0",
"bip-schnorr": "^0.3.0", "bip-schnorr": "0.3.0",
"bip38": "^2.0.2", "bip38": "2.0.2",
"bip39": "^3.0.2", "bip39": "3.0.2",
"bip66": "^1.1.5", "bip66": "1.1.5",
"bitcoinjs-message": "^2.0.0", "bitcoinjs-message": "2.0.0",
"bs58": "^4.0.1", "bs58": "4.0.1",
"ecashaddrjs": "^1.0.7", "ecashaddrjs": "1.0.7",
"ini": "^1.3.8", "ini": "1.3.8",
"randombytes": "^2.0.6", "randombytes": "2.0.6",
"safe-buffer": "^5.1.2", "safe-buffer": "5.1.2",
"satoshi-bitcoin": "^1.0.4", "satoshi-bitcoin": "1.0.4",
"slp-mdm": "0.0.6", "slp-mdm": "0.0.6",
"slp-parser": "0.0.4", "slp-parser": "0.0.4",
"wif": "^2.0.6" "wif": "2.0.6"
}, },
"devDependencies": { "devDependencies": {
"apidoc": "^0.17.7", "apidoc": "0.17.7",
"assert": "^2.0.0", "assert": "2.0.0",
"chai": "^4.1.2", "chai": "4.1.2",
"coveralls": "^3.0.2", "coveralls": "3.0.2",
"eslint": "^8.1.0", "eslint": "^8.1.0",
"eslint-config-prettier": "^6.0.0", "eslint-config-prettier": "6.0.0",
"eslint-config-standard": "^14.1.0", "eslint-config-standard": "14.1.0",
"eslint-plugin-node": "^9.1.0", "eslint-plugin-node": "9.1.0",
"eslint-plugin-prettier": "^3.1.0", "eslint-plugin-prettier": "3.1.0",
"eslint-plugin-standard": "^4.0.0", "eslint-plugin-standard": "4.0.0",
"husky": "^4.3.6", "husky": "^4.3.8",
"lodash.clonedeep": "^4.5.0", "lodash.clonedeep": "4.5.0",
"mocha": "^9.1.3", "mocha": "9.1.3",
"node-mocks-http": "^1.7.0", "node-mocks-http": "1.7.0",
"nyc": "^15.1.0", "nyc": "15.1.0",
"prettier": "^1.18.2", "prettier": "1.18.2",
"semantic-release": "^17.3.9", "semantic-release": "17.3.9",
"sinon": "^7.3.2", "sinon": "7.3.2",
"standard": "^16.0.3" "standard": "^16.0.4"
}, },
"apidoc": { "apidoc": {
"title": "bch-js", "title": "bch-js",