Skip to content

Commit f1a6574

Browse files
committed
chore: bump jotai to 2.0.3
1 parent bf8364d commit f1a6574

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
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",

src/types.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ export type Store = ReturnType<typeof createStore>;
66
export type Options = Parameters<typeof useStore>[0];
77

88
export 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>;
1310
export type AtomsValues = Map<AnyAtom, AnyAtomValue>; // immutable
1411
export type AtomsDependents = Map<AnyAtom, Set<AnyAtom>>; // immutable
1512
export type AtomsSnapshot = Readonly<{

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

85528552
joycon@^3.0.1:
85538553
version "3.1.1"

0 commit comments

Comments
 (0)