Skip to content

Commit 3be119f

Browse files
committed
chore: bump typescript
1 parent 076596a commit 3be119f

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"turbo": "^1.11.0",
103103
"turbowatch": "2.29.4",
104104
"typedoc": "^0.25.4",
105-
"typescript": "5.3.3"
105+
"typescript": "5.7.3"
106106
},
107107
"packageManager": "[email protected]",
108108
"engines": {

packages/jotai-x/src/createAtomStore.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,16 @@ type GetAtomFn = <V>(
114114
options?: UseAtomOptionsOrScope
115115
) => V;
116116

117-
type UseAtomValueFn = <V, SO = V>(
117+
type UseAtomValueFn = <V, S = V>(
118118
atom: Atom<V>,
119119
store?: JotaiStore,
120120
options?: UseAtomOptionsOrScope,
121-
selector?: (v: V, prevSelectorOutput?: SO) => SO,
121+
selector?: (v: V, prevSelectorOutput?: S) => S,
122122
equalityFnOrDeps?:
123-
| ((prevSelectorOutput: SO, selectorOutput: SO) => boolean)
123+
| ((prevSelectorOutput: S, selectorOutput: S) => boolean)
124124
| unknown[],
125125
deps?: unknown[]
126-
) => SO;
126+
) => S;
127127

128128
type SetAtomFn = <V, A extends unknown[], R>(
129129
atom: WritableAtom<V, A, R>,

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9530,7 +9530,7 @@ __metadata:
95309530
turbo: "npm:^1.11.0"
95319531
turbowatch: "npm:2.29.4"
95329532
typedoc: "npm:^0.25.4"
9533-
typescript: "npm:5.3.3"
9533+
typescript: "npm:5.7.3"
95349534
languageName: unknown
95359535
linkType: soft
95369536

@@ -10860,23 +10860,23 @@ __metadata:
1086010860
languageName: node
1086110861
linkType: hard
1086210862

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"
1086610866
bin:
1086710867
tsc: bin/tsc
1086810868
tsserver: bin/tsserver
10869-
checksum: e33cef99d82573624fc0f854a2980322714986bc35b9cb4d1ce736ed182aeab78e2cb32b385efa493b2a976ef52c53e20d6c6918312353a91850e2b76f1ea44f
10869+
checksum: b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
1087010870
languageName: node
1087110871
linkType: hard
1087210872

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"
1087610876
bin:
1087710877
tsc: bin/tsc
1087810878
tsserver: bin/tsserver
10879-
checksum: 1d0a5f4ce496c42caa9a30e659c467c5686eae15d54b027ee7866744952547f1be1262f2d40de911618c242b510029d51d43ff605dba8fb740ec85ca2d3f9500
10879+
checksum: 3b56d6afa03d9f6172d0b9cdb10e6b1efc9abc1608efd7a3d2f38773d5d8cfb9bbc68dfb72f0a7de5e8db04fc847f4e4baeddcd5ad9c9feda072234f0d788896
1088010880
languageName: node
1088110881
linkType: hard
1088210882

0 commit comments

Comments
 (0)