Commit f64d3d8 1 parent aaa428c commit f64d3d8 Copy full SHA for f64d3d8
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 @@ -10951,6 +10951,7 @@ __metadata:
10951
10951
dependencies:
10952
10952
"@react-navigation/native-stack": "npm:6.11.0"
10953
10953
"@reduxjs/toolkit": "npm:1.9.5"
10954
+ "@suite-common/trading": "workspace:*"
10954
10955
"@suite-native/navigation": "workspace:*"
10955
10956
"@suite-native/test-utils": "workspace:*"
10956
10957
"@trezor/blockchain-link-types": "workspace:*"
You can’t perform that action at this time.
0 commit comments