mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-23 01:28:02 +00:00
0.61 (#384)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "exampleReactNative",
|
||||
"version": "0.60.2-3",
|
||||
"version": "0.61.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
|
||||
@@ -12,31 +12,31 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^3.6.0-beta.14",
|
||||
"@polkadot/reactnative-identicon": "0.60.2-3",
|
||||
"@polkadot/ui-keyring": "0.60.2-3",
|
||||
"@polkadot/ui-settings": "0.60.2-3",
|
||||
"@polkadot/util": "^3.6.0-beta.14",
|
||||
"@polkadot/util-crypto": "^3.6.0-beta.14",
|
||||
"@polkadot/keyring": "^3.6.1",
|
||||
"@polkadot/reactnative-identicon": "0.61.0",
|
||||
"@polkadot/ui-keyring": "0.61.0",
|
||||
"@polkadot/ui-settings": "0.61.0",
|
||||
"@polkadot/util": "^3.6.1",
|
||||
"@polkadot/util-crypto": "^3.6.1",
|
||||
"@react-native-community/async-storage": "^1.12.1",
|
||||
"fast-text-encoding": "^1.0.3",
|
||||
"get-yarn-workspaces": "^1.0.2",
|
||||
"os-browserify": "^0.3.0",
|
||||
"process": "^0.11.10",
|
||||
"react": "16.13.1",
|
||||
"react": "^16.14.0",
|
||||
"react-native": "^0.63.3",
|
||||
"react-native-crypto": "^2.2.0",
|
||||
"react-native-randombytes": "^3.5.3",
|
||||
"stream-http": "^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.6",
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@babel/core": "^7.12.3",
|
||||
"@babel/runtime": "^7.12.1",
|
||||
"@react-native-community/cli-platform-ios": "^4.13.0",
|
||||
"@types/react-test-renderer": "16.9.3",
|
||||
"babel-jest": "^26.5.2",
|
||||
"metro-react-native-babel-preset": "^0.63.0",
|
||||
"react-test-renderer": "16.13.1"
|
||||
"react-test-renderer": "16.14.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/keyring": "*",
|
||||
|
||||
Reference in New Issue
Block a user