Bump dev (fixup jest tests) (#471)

This commit is contained in:
Jaco
2021-05-26 11:03:44 +03:00
committed by GitHub
parent 153852c87b
commit 44690ffe3b
11 changed files with 976 additions and 715 deletions
+4 -4
View File
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^6.5.1",
"@polkadot/keyring": "^6.5.2-0",
"@polkadot/reactnative-identicon": "0.77.1",
"@polkadot/ui-keyring": "0.77.1",
"@polkadot/ui-settings": "0.77.1",
"@polkadot/util": "^6.5.1",
"@polkadot/util-crypto": "^6.5.1",
"@polkadot/util": "^6.5.2-0",
"@polkadot/util-crypto": "^6.5.2-0",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -34,7 +34,7 @@
"@babel/runtime": "^7.14.0",
"@react-native-community/cli-platform-ios": "^5.0.1-alpha.2",
"@types/react-test-renderer": "17.0.1",
"babel-jest": "^26.6.3",
"babel-jest": "^27.0.1",
"metro-react-native-babel-preset": "^0.66.0",
"react-test-renderer": "17.0.2"
},