Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
celeduc committed Aug 28, 2020
1 parent 10ead8c commit d44b10d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"cwd": "${fileDirname}"
}
]
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
},
"devDependencies": {
"coveralls": "^3.1.0",
"eslint": "^7.6.0",
"eslint": "^7.7.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsdoc": "^30.2.1",
"eslint-plugin-jsdoc": "^30.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.5",
"istanbul": "^0.4.5",
"istanbul-merge": "^1.1.1",
"jest": "^26.3.0",
"jest": "^26.4.2",
"lerna": "^3.22.1",
"npm-check-updates": "^7.0.4",
"npm-check-updates": "^7.1.1",
"nyc": "^15.1.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/blockchain-substrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"dependencies": {
"@caelumlabs/blockchain": "^0.1.30",
"@caelumlabs/crypto": "^0.1.30",
"@polkadot/api": "^1.28.1",
"@polkadot/types": "^1.28.1"
"@polkadot/api": "^1.30.1",
"@polkadot/types": "^1.30.1"
},
"gitHead": "0340423a42d0ddd0ff2b3c69624012452d07c95e",
"devDependencies": {
"eslint-plugin-jsdoc": "^30.2.1"
"eslint-plugin-jsdoc": "^30.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/comms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@caelumlabs/crypto": "^0.1.30",
"axios": "^0.19.2",
"axios": "^0.20.0",
"axios-retry": "^3.1.8",
"debug": "^4.1.1",
"events": "^3.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"access": "public"
},
"dependencies": {
"@polkadot/keyring": "^3.1.1",
"@polkadot/util": "^3.1.1",
"@polkadot/util-crypto": "^3.1.1",
"@polkadot/keyring": "^3.3.1",
"@polkadot/util": "^3.3.1",
"@polkadot/util-crypto": "^3.3.1",
"@polkadot/wasm": "^0.2.1",
"@polkadot/wasm-crypto": "^1.3.1"
"@polkadot/wasm-crypto": "^1.4.1"
},
"scripts": {
"test": "jest --silent",
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@caelumlabs/wallet": "^0.1.30",
"debug": "^4.1.1",
"figlet": "^1.5.0",
"terminal-kit": "^1.42.0"
"terminal-kit": "^1.43.0"
},
"scripts": {
"test": "jest --silent",
Expand Down

0 comments on commit d44b10d

Please sign in to comment.