This commit is contained in:
Jaco
2023-01-15 21:27:52 +02:00
committed by GitHub
parent 9b4845a6d4
commit 7fa98ef5a1
16 changed files with 853 additions and 719 deletions
+6 -6
View File
@@ -17,17 +17,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.9.15",
"version": "2.10.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/ui-shared": "2.9.15",
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3",
"react-native-svg": "^12.4.4"
"@polkadot/ui-shared": "2.10.0",
"@polkadot/util": "^10.2.6",
"@polkadot/util-crypto": "^10.2.6",
"react-native-svg": "^12.5.0"
},
"devDependencies": {
"@types/react-native": "^0.70.8"
"@types/react-native": "^0.71.0"
},
"peerDependencies": {
"@polkadot/util": "*",