File tree 3 files changed +17
-18
lines changed 3 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 17
17
"remeda" : " ^0.0.11" ,
18
18
"rxjs" : " 6.2.2" ,
19
19
"styled-components" : " ^4.1.3" ,
20
- "typeless" : " ^1.0 .0" ,
21
- "typeless-form" : " ^1.0 .0" ,
22
- "typeless-router" : " ^1.0 .0" ,
20
+ "typeless" : " ^1.1 .0" ,
21
+ "typeless-form" : " ^1.1 .0" ,
22
+ "typeless-router" : " ^1.1 .0" ,
23
23
"typescript" : " ^3.5.1"
24
24
},
25
25
"scripts" : {
Original file line number Diff line number Diff line change 11
11
if ( getAccessToken ( ) ) {
12
12
return getUser ( ) . pipe ( Rx . map ( GlobalActions . loggedIn ) ) ;
13
13
}
14
- // TODO bug in typeless 1.0.0
15
- // doesn't invoke re-render
16
- return Rx . of ( GlobalActions . loggedIn ( null ) ) . pipe ( Rx . delay ( 0 ) ) ;
14
+
15
+ return GlobalActions . loggedIn ( null ) ;
17
16
} )
18
17
. on ( GlobalActions . logout , ( ) => {
19
18
clearAccessToken ( ) ;
Original file line number Diff line number Diff line change @@ -9736,20 +9736,20 @@ typedarray@^0.0.6:
9736
9736
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
9737
9737
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
9738
9738
9739
- typeless-form@^1.0 .0 :
9740
- version "1.0 .0"
9741
- resolved "https://registry.yarnpkg.com/typeless-form/-/typeless-form-1.0 .0.tgz#f9f460e4af67ba8cbac40d55c69c0bbce084853b "
9742
- integrity sha512-kSyqUTqgvgN8uEW2qweQZT0srcUcfPBW1SZ24nBcybwexasD6ETJGG2Yvfc09uMdP2/vArMbZ4Br9Mvo3ldDPQ ==
9739
+ typeless-form@^1.1 .0 :
9740
+ version "1.1 .0"
9741
+ resolved "https://registry.yarnpkg.com/typeless-form/-/typeless-form-1.1 .0.tgz#68c4133925403ff8a1e8da896319b5540fa6c98e "
9742
+ integrity sha512-XqZzQpXANKFpdyQVgv9bkKuDm4cTErzIapRXehlCbz7QEeylWqjFM8P9vREi23dEAPGxXrdurzugSmkQ+wDNNQ ==
9743
9743
9744
- typeless-router@^1.0 .0 :
9745
- version "1.0 .0"
9746
- resolved "https://registry.yarnpkg.com/typeless-router/-/typeless-router-1.0 .0.tgz#02e7fb708835ca7e5a9acac85adbab79a43fd6a0 "
9747
- integrity sha512-cf3z/cYKN5DHuD8solSJf5a60ux9Hnfl6zg+EwX6QfqwN1zThT/71VdzI9JzDUESjh5c+lnQD/zKo4mD/5A7kQ ==
9744
+ typeless-router@^1.1 .0 :
9745
+ version "1.1 .0"
9746
+ resolved "https://registry.yarnpkg.com/typeless-router/-/typeless-router-1.1 .0.tgz#4b20f2733b19726965c7174017c5ff3f980b47df "
9747
+ integrity sha512-v5TBr9ncbxwYUF3yQSWqpdLLZKhULRzs/2QhsF5GgbzfmbEZ7frx8yjn6F7+/EL4WiCXcUFxMnVW9QmMSY7vJA ==
9748
9748
9749
- typeless@^1.0 .0 :
9750
- version "1.0 .0"
9751
- resolved "https://registry.yarnpkg.com/typeless/-/typeless-1.0 .0.tgz#0b920bb45272c97e3289e5f92d398ae02bb3ae4c "
9752
- integrity sha512-o1OUZtFZj7L8zh8JXeyBl64wjA0hNKl8Mij0So3u6DVxlEKFuwExUOkTZGAX5Y/r08w2l17wuEX4SgBUjMGhtw ==
9749
+ typeless@^1.1 .0 :
9750
+ version "1.1 .0"
9751
+ resolved "https://registry.yarnpkg.com/typeless/-/typeless-1.1 .0.tgz#80707103781cf3bc9f41004132624433a0333a9b "
9752
+ integrity sha512-zx6UL+oG7kBLjb22bSy4nDZr+gnna4CrM1ZVVImdF8eoF40IT28AUR4sRpRYqKVxXVArhy3mct5XjMUBrRRHNw ==
9753
9753
dependencies :
9754
9754
immer "^1.8.0"
9755
9755
You can’t perform that action at this time.
0 commit comments