mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-20 23:21:06 +02:00
feat(package): add jotai-family dependency to enhance state management capabilities
This commit is contained in:
parent
44138668a4
commit
c0b7e3d1f2
2 changed files with 14 additions and 0 deletions
|
|
@ -111,6 +111,7 @@
|
|||
"fuzzy-search": "^3.2.1",
|
||||
"geist": "^1.4.2",
|
||||
"jotai": "^2.15.1",
|
||||
"jotai-family": "^1.0.2",
|
||||
"jotai-tanstack-query": "^0.11.0",
|
||||
"katex": "^0.16.28",
|
||||
"lenis": "^1.3.17",
|
||||
|
|
|
|||
13
surfsense_web/pnpm-lock.yaml
generated
13
surfsense_web/pnpm-lock.yaml
generated
|
|
@ -254,6 +254,9 @@ importers:
|
|||
jotai:
|
||||
specifier: ^2.15.1
|
||||
version: 2.18.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4)
|
||||
jotai-family:
|
||||
specifier: ^1.0.2
|
||||
version: 1.0.2(jotai@2.18.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4))
|
||||
jotai-tanstack-query:
|
||||
specifier: ^0.11.0
|
||||
version: 0.11.0(@tanstack/query-core@5.90.20)(@tanstack/react-query@5.90.21(react@19.2.4))(jotai@2.18.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4))(react@19.2.4)
|
||||
|
|
@ -7032,6 +7035,12 @@ packages:
|
|||
jose@5.10.0:
|
||||
resolution: {integrity: sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==}
|
||||
|
||||
jotai-family@1.0.2:
|
||||
resolution: {integrity: sha512-U1aTMGxmsmz2Z8gaJD1/ljmMnsmG4/dqrcsfwGbjWV7p6boB9Vy3+75YwUpwPj7GbLNJk9O8rl1VNi8d7+6Rxw==}
|
||||
engines: {node: '>=12.20.0'}
|
||||
peerDependencies:
|
||||
jotai: '>=2.9.0'
|
||||
|
||||
jotai-optics@0.4.0:
|
||||
resolution: {integrity: sha512-osbEt9AgS55hC4YTZDew2urXKZkaiLmLqkTS/wfW5/l0ib8bmmQ7kBXSFaosV6jDDWSp00IipITcJARFHdp42g==}
|
||||
peerDependencies:
|
||||
|
|
@ -16336,6 +16345,10 @@ snapshots:
|
|||
|
||||
jose@5.10.0: {}
|
||||
|
||||
jotai-family@1.0.2(jotai@2.18.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4)):
|
||||
dependencies:
|
||||
jotai: 2.18.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4)
|
||||
|
||||
jotai-optics@0.4.0(jotai@2.8.4(@types/react@19.2.14)(react@19.2.4))(optics-ts@2.4.1):
|
||||
dependencies:
|
||||
jotai: 2.8.4(@types/react@19.2.14)(react@19.2.4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue