diff options
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a8f333dc..a95e9699 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,9 +59,15 @@ importers: '@radix-ui/react-slot': specifier: ^1.2.3 version: 1.2.3(@types/react@19.1.8)(react@19.1.0) + '@tanstack/query-async-storage-persister': + specifier: 5.90.2 + version: 5.90.2 '@tanstack/react-query': specifier: 5.90.2 version: 5.90.2(react@19.1.0) + '@tanstack/react-query-persist-client': + specifier: 5.90.2 + version: 5.90.2(@tanstack/react-query@5.90.2(react@19.1.0))(react@19.1.0) '@trpc/client': specifier: ^11.4.3 version: 11.4.3(@trpc/server@11.4.3(typescript@5.8.3))(typescript@5.8.3) @@ -5688,18 +5694,30 @@ packages: peerDependencies: tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1' + '@tanstack/query-async-storage-persister@5.90.2': + resolution: {integrity: sha512-oyb7IHW85hsRdSZZNPu5dowQJFX3agOR/1O4M6Qc5V7s5dfnex5CqipEu0tbScNRMc2knna2ihQUiEQuTXWrEQ==} + '@tanstack/query-core@5.90.2': resolution: {integrity: sha512-k/TcR3YalnzibscALLwxeiLUub6jN5EDLwKDiO7q5f4ICEoptJ+n9+7vcEFy5/x/i6Q+Lb/tXrsKCggf5uQJXQ==} '@tanstack/query-devtools@5.90.1': resolution: {integrity: sha512-GtINOPjPUH0OegJExZ70UahT9ykmAhmtNVcmtdnOZbxLwT7R5OmRztR5Ahe3/Cu7LArEmR6/588tAycuaWb1xQ==} + '@tanstack/query-persist-client-core@5.90.2': + resolution: {integrity: sha512-rgJRgqqziPc3KgK2mav2HNR4PoI5e7fkiIrkg85xZ5j29mHPzTp3A0QcceQXVaV9qcPp/SMDJA48A6BpGJGHZg==} + '@tanstack/react-query-devtools@5.90.2': resolution: {integrity: sha512-vAXJzZuBXtCQtrY3F/yUNJCV4obT/A/n81kb3+YqLbro5Z2+phdAbceO+deU3ywPw8B42oyJlp4FhO0SoivDFQ==} peerDependencies: '@tanstack/react-query': ^5.90.2 react: ^18 || ^19 + '@tanstack/react-query-persist-client@5.90.2': + resolution: {integrity: sha512-ii5VbUlxv/zSPWbMT5Sr7VAsmvjup+xu7XeHj/umRiZ3cR7Ulc+6qwFhfehw7sUi1L6/K0RN5hXZjtzPBrUgjA==} + peerDependencies: + '@tanstack/react-query': ^5.90.2 + react: ^18 || ^19 + '@tanstack/react-query@5.90.2': resolution: {integrity: sha512-CLABiR+h5PYfOWr/z+vWFt5VsOA2ekQeRQBFSKlcoW6Ndx/f8rfyVmq4LbgOM4GG2qtxAxjLYLOpCNTYm4uKzw==} peerDependencies: @@ -20829,16 +20847,31 @@ snapshots: postcss-selector-parser: 6.0.10 tailwindcss: 3.4.1 + '@tanstack/query-async-storage-persister@5.90.2': + dependencies: + '@tanstack/query-core': 5.90.2 + '@tanstack/query-persist-client-core': 5.90.2 + '@tanstack/query-core@5.90.2': {} '@tanstack/query-devtools@5.90.1': {} + '@tanstack/query-persist-client-core@5.90.2': + dependencies: + '@tanstack/query-core': 5.90.2 + '@tanstack/react-query-devtools@5.90.2(@tanstack/react-query@5.90.2(react@19.1.0))(react@19.1.0)': dependencies: '@tanstack/query-devtools': 5.90.1 '@tanstack/react-query': 5.90.2(react@19.1.0) react: 19.1.0 + '@tanstack/react-query-persist-client@5.90.2(@tanstack/react-query@5.90.2(react@19.1.0))(react@19.1.0)': + dependencies: + '@tanstack/query-persist-client-core': 5.90.2 + '@tanstack/react-query': 5.90.2(react@19.1.0) + react: 19.1.0 + '@tanstack/react-query@5.90.2(react@19.1.0)': dependencies: '@tanstack/query-core': 5.90.2 |
