Skip to content

Commit

Permalink
chore: update dependencies (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
martiliones authored Nov 18, 2023
1 parent f0716f9 commit 13566c6
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 336 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"posttest": "npm run lint"
},
"dependencies": {
"@liskhq/lisk-cryptography": "3.3.0",
"axios": "^1.5.1",
"@liskhq/lisk-cryptography": "4.0.0",
"axios": "^1.6.2",
"bignumber.js": "^9.1.2",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.5",
Expand All @@ -74,20 +74,20 @@
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@types/bytebuffer": "^5.0.45",
"@types/hdkey": "^2.0.1",
"@types/ed2curve": "^0.2.2",
"@types/jest": "^29.5.5",
"@types/node": "20.8.5",
"@types/pbkdf2": "^3.1.0",
"eslint": "^8.51.0",
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"@types/bytebuffer": "^5.0.47",
"@types/hdkey": "^2.0.3",
"@types/ed2curve": "^0.2.4",
"@types/jest": "^29.5.8",
"@types/node": "20.9.1",
"@types/pbkdf2": "^3.1.2",
"eslint": "^8.54.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-jest": "^27.6.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"gts": "^5.2.0",
"typescript": "~5.1.6"
Expand Down
Loading

0 comments on commit 13566c6

Please sign in to comment.