mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-12 02:10:38 +01:00
* fix(connect): make fetch work in react native * refactor(suite): move FW upgrade logic to common package * feat(mobile): make some atoms easily animatable * feat(mobile): firmware upgrade * fix: formatting and deps * refactor(suite): map operation to translation ID * refactor(suite): add transport selectors * refactor(suite): remove useFirmware hook * chore: bug fixes --------- Co-authored-by: Jan Komarek <jan.komarek@satoshilabs.com>
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"name": "@suite-native/module-device-settings",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@react-navigation/native": "6.1.18",
|
|
"@react-navigation/native-stack": "6.11.0",
|
|
"@reduxjs/toolkit": "1.9.5",
|
|
"@suite-common/suite-utils": "workspace:*",
|
|
"@suite-common/wallet-core": "workspace:*",
|
|
"@suite-native/alerts": "workspace:*",
|
|
"@suite-native/analytics": "workspace:*",
|
|
"@suite-native/atoms": "workspace:*",
|
|
"@suite-native/config": "workspace:*",
|
|
"@suite-native/device": "workspace:*",
|
|
"@suite-native/device-mutex": "workspace:*",
|
|
"@suite-native/icons": "workspace:*",
|
|
"@suite-native/intl": "workspace:*",
|
|
"@suite-native/link": "workspace:*",
|
|
"@suite-native/module-authorize-device": "workspace:*",
|
|
"@suite-native/navigation": "workspace:*",
|
|
"@suite-native/toasts": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/device-utils": "workspace:*",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"@trezor/styles": "workspace:*",
|
|
"react": "18.2.0",
|
|
"react-native": "0.76.1",
|
|
"react-redux": "8.0.7"
|
|
}
|
|
}
|