This commit is contained in:
Jaco
2021-06-22 17:20:59 +03:00
committed by GitHub
parent 4384a95b4e
commit 994c67ee5a
3 changed files with 331 additions and 383 deletions
+3 -3
View File
@@ -7,7 +7,7 @@
"packages/*"
],
"resolutions": {
"typescript": "^4.3.2"
"typescript": "^4.3.4"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -22,8 +22,8 @@
"test": "polkadot-dev-run-test --coverage --runInBand --detectOpenHandles --testPathIgnorePatterns addrcheck --testPathIgnorePatterns crosscheck"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@polkadot/dev": "^0.62.42",
"@babel/core": "^7.14.6",
"@polkadot/dev": "^0.62.43",
"@types/jest": "^26.0.23"
},
"version": "0.6.206",
+1 -1
View File
@@ -13,7 +13,7 @@
"repository": "github.com:polkadot-js/phishing",
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@polkadot/util": "^6.9.1",
"@polkadot/util-crypto": "^6.9.1",
"@polkadot/x-fetch": "^6.9.1"
+327 -379
View File
File diff suppressed because it is too large Load Diff