Bump util libs (#1106)

This commit is contained in:
Jaco
2022-02-14 15:30:04 +01:00
committed by GitHub
parent 561765d903
commit fe1b62879b
3 changed files with 151 additions and 143 deletions
+3 -3
View File
@@ -21,9 +21,9 @@
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.2",
"@polkadot/util": "^8.3.3",
"@polkadot/util-crypto": "^8.3.3",
"@polkadot/x-fetch": "^8.3.3"
"@polkadot/util": "^8.4.1",
"@polkadot/util-crypto": "^8.4.1",
"@polkadot/x-fetch": "^8.4.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",