Default to type: module (#447)

This commit is contained in:
Jaco Greeff
2021-03-02 21:43:36 +01:00
committed by GitHub
parent 100f22bcfe
commit 0eebd52577
15 changed files with 217 additions and 210 deletions
+4 -4
View File
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^5.9.3-0",
"@polkadot/keyring": "^6.0.1-4",
"@polkadot/reactnative-identicon": "0.70.2-0",
"@polkadot/ui-keyring": "0.70.2-0",
"@polkadot/ui-settings": "0.70.2-0",
"@polkadot/util": "^5.9.3-0",
"@polkadot/util-crypto": "^5.9.3-0",
"@polkadot/util": "^6.0.1-4",
"@polkadot/util-crypto": "^6.0.1-4",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -31,7 +31,7 @@
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/runtime": "^7.13.8",
"@babel/runtime": "^7.13.9",
"@react-native-community/cli-platform-ios": "^4.13.0",
"@types/react-test-renderer": "17.0.1",
"babel-jest": "^26.6.3",