Commit a3910c3 1 parent 476426c commit a3910c3 Copy full SHA for a3910c3
File tree 3 files changed +3
-0
lines changed
suite-native/module-trading
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 13
13
"dependencies" : {
14
14
"@react-navigation/native-stack" : " 6.11.0" ,
15
15
"@reduxjs/toolkit" : " 1.9.5" ,
16
+ "@suite-common/trading" : " workspace:*" ,
16
17
"@suite-native/navigation" : " workspace:*" ,
17
18
"@suite-native/test-utils" : " workspace:*" ,
18
19
"@trezor/blockchain-link-types" : " workspace:*" ,
Original file line number Diff line number Diff line change 2
2
"extends" : "../../tsconfig.base.json" ,
3
3
"compilerOptions" : { "outDir" : "libDev" } ,
4
4
"references" : [
5
+ { "path" : "../../suite-common/trading" } ,
5
6
{ "path" : "../navigation" } ,
6
7
{ "path" : "../test-utils" } ,
7
8
{
Original file line number Diff line number Diff line change @@ -10950,6 +10950,7 @@ __metadata:
10950
10950
dependencies:
10951
10951
"@react-navigation/native-stack": "npm:6.11.0"
10952
10952
"@reduxjs/toolkit": "npm:1.9.5"
10953
+ "@suite-common/trading": "workspace:*"
10953
10954
"@suite-native/navigation": "workspace:*"
10954
10955
"@suite-native/test-utils": "workspace:*"
10955
10956
"@trezor/blockchain-link-types": "workspace:*"
You can’t perform that action at this time.
0 commit comments