This commit is contained in:
Jaco
2022-08-26 14:54:57 +02:00
committed by GitHub
parent 0ac96ff7c2
commit 18343f50d4
3 changed files with 664 additions and 546 deletions
+2 -2
View File
@@ -39,10 +39,10 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.18.10", "@babel/core": "^7.18.10",
"@polkadot/dev": "^0.67.113", "@polkadot/dev": "^0.67.116",
"@types/jest": "^28.1.7" "@types/jest": "^28.1.7"
}, },
"resolutions": { "resolutions": {
"typescript": "^4.7.4" "typescript": "^4.8.2"
} }
} }
+3 -3
View File
@@ -21,9 +21,9 @@
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.18.9", "@babel/runtime": "^7.18.9",
"@polkadot/util": "^10.1.5", "@polkadot/util": "^10.1.6",
"@polkadot/util-crypto": "^10.1.5", "@polkadot/util-crypto": "^10.1.6",
"@polkadot/x-fetch": "^10.1.5" "@polkadot/x-fetch": "^10.1.6"
}, },
"devDependencies": { "devDependencies": {
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",
+659 -541
View File
File diff suppressed because it is too large Load Diff