Bump deps (#272)

This commit is contained in:
Jaco
2021-04-21 11:14:03 +03:00
committed by GitHub
parent 9aac817d02
commit 6a33b50332
3 changed files with 142 additions and 124 deletions
+5 -5
View File
@@ -13,13 +13,13 @@
"repository": "github.com:polkadot-js/phishing",
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/util": "^6.1.1",
"@polkadot/util-crypto": "^6.1.1",
"@polkadot/x-fetch": "^6.1.1"
"@babel/runtime": "^7.13.17",
"@polkadot/util": "^6.2.1",
"@polkadot/util-crypto": "^6.2.1",
"@polkadot/x-fetch": "^6.2.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0",
"js-yaml": "^4.0.0"
"js-yaml": "^4.1.0"
}
}