diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-04 22:34:01 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-04 22:43:15 +0900 |
| commit | a99f71ab1d08145c21c0738ce3b61006e5536a63 (patch) | |
| tree | 5c04f89a5c9cef48f2821a5144c8f5e0db6b2daf /package.json | |
| parent | a047cdd517efe7693ccd41162f9267f48cd67955 (diff) | |
| download | kioku-a99f71ab1d08145c21c0738ce3b61006e5536a63.tar.gz kioku-a99f71ab1d08145c21c0738ce3b61006e5536a63.tar.zst kioku-a99f71ab1d08145c21c0738ce3b61006e5536a63.zip | |
feat(deps): migrate atomFamily from jotai/utils to jotai-family
Replace built-in jotai atomFamily with jotai-family package for better
parameter-based atom family support.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index bf7a1de..c000333 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "hono": "^4.11.3", "hono-rate-limiter": "^0.5.3", "jotai": "^2.16.1", + "jotai-family": "^1.0.1", "jotai-tanstack-query": "^0.11.0", "pg": "^8.16.3", "react": "^19.2.3", |
