Bump dev (esm alongside cjs) (#415)

This commit is contained in:
Jaco Greeff
2020-12-09 20:46:23 +01:00
committed by GitHub
parent b1a9cbdabb
commit 558f5b0286
11 changed files with 170 additions and 170 deletions
+3 -3
View File
@@ -10,16 +10,16 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/keyring": "^4.2.1",
"@polkadot/keyring": "^4.2.2-9",
"@polkadot/ledger": "^0.62.2-23",
"@polkadot/ui-settings": "0.62.2-23",
"@polkadot/util": "^4.2.1",
"@polkadot/util": "^4.2.2-9",
"mkdirp": "^1.0.4",
"rxjs": "^6.6.3",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/types": "^2.10.2-4",
"@polkadot/types": "^2.10.2-9",
"@types/mkdirp": "^1.0.1",
"@types/store": "^2.0.2"
},