Use objectSpread as applicable (#538)

* Use objectSpread as applicable

* Updates

* Add objectSpread import
This commit is contained in:
Jaco
2021-11-05 05:27:07 +01:00
committed by GitHub
parent 2910128399
commit f6e6c83950
14 changed files with 139 additions and 139 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/networks": "^7.7.1",
"@polkadot/util": "^7.7.1",
"@polkadot/networks": "^7.7.2-6",
"@polkadot/util": "^7.7.2-6",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},