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/*" "packages/*"
], ],
"resolutions": { "resolutions": {
"typescript": "^4.3.2" "typescript": "^4.3.4"
}, },
"scripts": { "scripts": {
"build": "polkadot-dev-build-ts", "build": "polkadot-dev-build-ts",
@@ -22,8 +22,8 @@
"test": "polkadot-dev-run-test --coverage --runInBand --detectOpenHandles --testPathIgnorePatterns addrcheck --testPathIgnorePatterns crosscheck" "test": "polkadot-dev-run-test --coverage --runInBand --detectOpenHandles --testPathIgnorePatterns addrcheck --testPathIgnorePatterns crosscheck"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.14.5", "@babel/core": "^7.14.6",
"@polkadot/dev": "^0.62.42", "@polkadot/dev": "^0.62.43",
"@types/jest": "^26.0.23" "@types/jest": "^26.0.23"
}, },
"version": "0.6.206", "version": "0.6.206",
+1 -1
View File
@@ -13,7 +13,7 @@
"repository": "github.com:polkadot-js/phishing", "repository": "github.com:polkadot-js/phishing",
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme", "homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.14.5", "@babel/runtime": "^7.14.6",
"@polkadot/util": "^6.9.1", "@polkadot/util": "^6.9.1",
"@polkadot/util-crypto": "^6.9.1", "@polkadot/util-crypto": "^6.9.1",
"@polkadot/x-fetch": "^6.9.1" "@polkadot/x-fetch": "^6.9.1"
+327 -379
View File
File diff suppressed because it is too large Load Diff