Bump deps (#406)

This commit is contained in:
Jaco
2021-07-11 18:20:48 +03:00
committed by GitHub
parent ed8e3bc26c
commit 1e81ba93ca
4 changed files with 378 additions and 150 deletions
+4 -4
View File
@@ -14,12 +14,12 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@polkadot/util": "^6.10.1",
"@polkadot/util-crypto": "^6.10.1",
"@polkadot/x-fetch": "^6.10.1"
"@polkadot/util": "^7.0.1",
"@polkadot/util-crypto": "^7.0.1",
"@polkadot/x-fetch": "^7.0.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.1",
"@types/js-yaml": "^4.0.2",
"js-yaml": "^4.1.0"
}
}