File tree 3 files changed +14
-14
lines changed
3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 102
102
"turbo" : " ^1.11.0" ,
103
103
"turbowatch" : " 2.29.4" ,
104
104
"typedoc" : " ^0.25.4" ,
105
- "typescript" : " 5.3 .3"
105
+ "typescript" : " 5.7 .3"
106
106
},
107
107
"packageManager" :
" [email protected] " ,
108
108
"engines" : {
Original file line number Diff line number Diff line change @@ -114,16 +114,16 @@ type GetAtomFn = <V>(
114
114
options ?: UseAtomOptionsOrScope
115
115
) => V ;
116
116
117
- type UseAtomValueFn = < V , SO = V > (
117
+ type UseAtomValueFn = < V , S = V > (
118
118
atom : Atom < V > ,
119
119
store ?: JotaiStore ,
120
120
options ?: UseAtomOptionsOrScope ,
121
- selector ?: ( v : V , prevSelectorOutput ?: SO ) => SO ,
121
+ selector ?: ( v : V , prevSelectorOutput ?: S ) => S ,
122
122
equalityFnOrDeps ?:
123
- | ( ( prevSelectorOutput : SO , selectorOutput : SO ) => boolean )
123
+ | ( ( prevSelectorOutput : S , selectorOutput : S ) => boolean )
124
124
| unknown [ ] ,
125
125
deps ?: unknown [ ]
126
- ) => SO ;
126
+ ) => S ;
127
127
128
128
type SetAtomFn = < V , A extends unknown [ ] , R > (
129
129
atom : WritableAtom < V , A , R > ,
Original file line number Diff line number Diff line change @@ -9530,7 +9530,7 @@ __metadata:
9530
9530
turbo : " npm:^1.11.0"
9531
9531
turbowatch : " npm:2.29.4"
9532
9532
typedoc : " npm:^0.25.4"
9533
- typescript : " npm:5.3 .3"
9533
+ typescript : " npm:5.7 .3"
9534
9534
languageName : unknown
9535
9535
linkType : soft
9536
9536
@@ -10860,23 +10860,23 @@ __metadata:
10860
10860
languageName : node
10861
10861
linkType : hard
10862
10862
10863
- " typescript@npm:5.3 .3 " :
10864
- version : 5.3 .3
10865
- resolution : " typescript@npm:5.3 .3"
10863
+ " typescript@npm:5.7 .3 " :
10864
+ version : 5.7 .3
10865
+ resolution : " typescript@npm:5.7 .3"
10866
10866
bin :
10867
10867
tsc : bin/tsc
10868
10868
tsserver : bin/tsserver
10869
- checksum : e33cef99d82573624fc0f854a2980322714986bc35b9cb4d1ce736ed182aeab78e2cb32b385efa493b2a976ef52c53e20d6c6918312353a91850e2b76f1ea44f
10869
+ checksum : b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
10870
10870
languageName : node
10871
10871
linkType : hard
10872
10872
10873
- " typescript@patch:typescript@npm%3A5.3 .3#optional!builtin<compat/typescript> " :
10874
- version : 5.3 .3
10875
- resolution : " typescript@patch:typescript@npm%3A5.3 .3#optional!builtin<compat/typescript>::version=5.3 .3&hash=e012d7"
10873
+ " typescript@patch:typescript@npm%3A5.7 .3#optional!builtin<compat/typescript> " :
10874
+ version : 5.7 .3
10875
+ resolution : " typescript@patch:typescript@npm%3A5.7 .3#optional!builtin<compat/typescript>::version=5.7 .3&hash=e012d7"
10876
10876
bin :
10877
10877
tsc : bin/tsc
10878
10878
tsserver : bin/tsserver
10879
- checksum : 1d0a5f4ce496c42caa9a30e659c467c5686eae15d54b027ee7866744952547f1be1262f2d40de911618c242b510029d51d43ff605dba8fb740ec85ca2d3f9500
10879
+ checksum : 3b56d6afa03d9f6172d0b9cdb10e6b1efc9abc1608efd7a3d2f38773d5d8cfb9bbc68dfb72f0a7de5e8db04fc847f4e4baeddcd5ad9c9feda072234f0d788896
10880
10880
languageName : node
10881
10881
linkType : hard
10882
10882
You can’t perform that action at this time.
0 commit comments