File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 130130 "jest" : " ^29.3.1" ,
131131 "jest-environment-jsdom" : " ^29.3.1" ,
132132 "jest-watch-typeahead" : " ^2.2.1" ,
133- "jotai" : " ^2.0.2 " ,
133+ "jotai" : " ^2.0.3 " ,
134134 "jotai-tanstack-query" : " ^0.5.0" ,
135135 "lint-staged" : " ^13.1.0" ,
136136 "prettier" : " ^2.8.1" ,
Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ export type Store = ReturnType<typeof createStore>;
66export type Options = Parameters < typeof useStore > [ 0 ] ;
77
88export type AnyAtomValue = unknown ;
9- export type AnyAtom = Atom < AnyAtomValue > & {
10- // FIXME remove this after [email protected] is added 11- debugPrivate ?: boolean ;
12- } ;
9+ export type AnyAtom = Atom < AnyAtomValue > ;
1310export type AtomsValues = Map < AnyAtom , AnyAtomValue > ; // immutable
1411export type AtomsDependents = Map < AnyAtom , Set < AnyAtom > > ; // immutable
1512export type AtomsSnapshot = Readonly < {
Original file line number Diff line number Diff line change @@ -8544,10 +8544,10 @@ jotai-tanstack-query@^0.5.0:
85448544 resolved "https://registry.yarnpkg.com/jotai-tanstack-query/-/jotai-tanstack-query-0.5.0.tgz#d6d5e3efbd9704f4c4c5c381f8b46f635e62d062"
85458545 integrity sha512-UXfI+I+bdrYL3R1o+OrADY9diizQD8/yqi+DJswOisKGzvNJs1FUIXi9ugtWVR9cjAfRuroG6fQzJhuNyUJ70g==
85468546
8547- jotai@^2.0.2 :
8548- version "2.0.2 "
8549- resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.0.2 .tgz#52728e91de61742263e40fda79a367ab4649506c "
8550- integrity sha512-0yOked08Swa84LUbBjtj7ZLZrE05n3u50rHeZ+bsT86thUjcy0kFgQz9GmEWhYbQDFoT1G8Ww6edSj/MBJHO4A ==
8547+ jotai@^2.0.3 :
8548+ version "2.0.3 "
8549+ resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.0.3 .tgz#3b67cda9f6d5feb70a14db0b842a9873aacda8b5 "
8550+ integrity sha512-MMjhSPAL3RoeZD9WbObufRT2quThEAEknHHridf2ma8Ml7ZVQmUiHk0ssdbR3F0h3kcwhYqSGJ59OjhPge7RRg ==
85518551
85528552joycon@^3.0.1:
85538553 version "3.1.1"
You can’t perform that action at this time.
0 commit comments