mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-25 09:37:56 +00:00
chore: Fix 430+ TS errors, Safe Area issues, WebView SSO, and mock Alice for testing
This commit is contained in:
+14
-14
@@ -32,9 +32,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.28.4",
|
||||
"@pezkuwi/api": "^16.5.9",
|
||||
"@pezkuwi/api": "^16.5.11",
|
||||
"@pezkuwi/keyring": "14.0.11",
|
||||
"@pezkuwi/types": "16.5.9",
|
||||
"@pezkuwi/types": "^16.5.11",
|
||||
"@pezkuwi/util": "14.0.11",
|
||||
"@pezkuwi/util-crypto": "14.0.11",
|
||||
"@react-native-async-storage/async-storage": "^2.2.0",
|
||||
@@ -74,17 +74,17 @@
|
||||
},
|
||||
"overrides": {
|
||||
"react-test-renderer": "19.1.0",
|
||||
"@pezkuwi/api-augment": "16.5.9",
|
||||
"@pezkuwi/api-base": "16.5.9",
|
||||
"@pezkuwi/api-derive": "16.5.9",
|
||||
"@pezkuwi/rpc-augment": "16.5.9",
|
||||
"@pezkuwi/rpc-core": "16.5.9",
|
||||
"@pezkuwi/rpc-provider": "16.5.9",
|
||||
"@pezkuwi/types": "16.5.9",
|
||||
"@pezkuwi/types-augment": "16.5.9",
|
||||
"@pezkuwi/types-codec": "16.5.9",
|
||||
"@pezkuwi/types-create": "16.5.9",
|
||||
"@pezkuwi/types-known": "16.5.9",
|
||||
"@pezkuwi/api-augment": "^16.5.11",
|
||||
"@pezkuwi/api-base": "^16.5.11",
|
||||
"@pezkuwi/api-derive": "^16.5.11",
|
||||
"@pezkuwi/rpc-augment": "^16.5.11",
|
||||
"@pezkuwi/rpc-core": "^16.5.11",
|
||||
"@pezkuwi/rpc-provider": "^16.5.11",
|
||||
"@pezkuwi/types": "^16.5.11",
|
||||
"@pezkuwi/types-augment": "^16.5.11",
|
||||
"@pezkuwi/types-codec": "^16.5.11",
|
||||
"@pezkuwi/types-create": "^16.5.11",
|
||||
"@pezkuwi/types-known": "^16.5.11",
|
||||
"@pezkuwi/networks": "14.0.11",
|
||||
"@pezkuwi/keyring": "14.0.11",
|
||||
"@pezkuwi/util": "14.0.11",
|
||||
@@ -92,7 +92,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@expo/ngrok": "^4.1.0",
|
||||
"react-test-renderer": "19.1.0",
|
||||
"@pezkuwi/extension-dapp": "^0.62.20",
|
||||
"@pezkuwi/extension-inject": "^0.62.20",
|
||||
"@testing-library/jest-native": "^5.4.3",
|
||||
@@ -111,6 +110,7 @@
|
||||
"globals": "^16.5.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-expo": "^54.0.13",
|
||||
"react-test-renderer": "19.1.0",
|
||||
"typescript": "~5.9.2",
|
||||
"typescript-eslint": "^8.47.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user