Skip to content

Commit

Permalink
chore: update dependencies & pump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-al committed Nov 14, 2022
1 parent 613d1f2 commit 68b5b74
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adamant-api",
"version": "1.5.0",
"version": "1.6.0",
"description": "REST API for ADAMANT Blockchain",
"main": "src/index.js",
"scripts": {
Expand All @@ -13,17 +13,17 @@
"license": "GPL-3.0",
"dependencies": {
"@liskhq/lisk-cryptography": "3.2.1",
"axios": "^0.27.2",
"bignumber.js": "^9.0.2",
"axios": "^1.1.3",
"bignumber.js": "^9.1.0",
"bitcoinjs-lib": "^5.2.0",
"bitcore-mnemonic": "^8.25.30",
"bitcore-mnemonic": "^8.25.40",
"bytebuffer": "^5.0.1",
"coininfo": "^5.2.1",
"ed2curve": "^0.3.0",
"ethereumjs-util": "^7.1.5",
"hdkey": "^2.0.1",
"pbkdf2": "^3.1.2",
"socket.io-client": "^4.5.1",
"socket.io-client": "^4.5.3",
"sodium-browserify-tweetnacl": "^0.2.6"
},
"publishConfig": {
Expand Down Expand Up @@ -63,12 +63,12 @@
},
"homepage": "https://github.com/Adamant-im/adamant-api-jsclient#readme",
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"eslint": "^8.18.0",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"eslint": "^8.27.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^26.5.3",
"husky": "^8.0.1",
"jest": "^28.1.2"
"eslint-plugin-jest": "^27.1.5",
"husky": "^8.0.2",
"jest": "^29.3.1"
}
}

0 comments on commit 68b5b74

Please sign in to comment.