feat: add application-owned query cache contract

This commit is contained in:
donghyeon-ka
2026-07-25 20:55:27 +09:00
parent c570996a97
commit 184eb67282
6 changed files with 188 additions and 3 deletions
+18
View File
@@ -8,6 +8,9 @@ importers:
.:
dependencies:
'@tanstack/react-query':
specifier: 5.101.4
version: 5.101.4(react@19.2.8)
react:
specifier: 19.2.8
version: 19.2.8
@@ -396,6 +399,14 @@ packages:
'@standard-schema/spec@1.1.0':
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
'@tanstack/query-core@5.101.4':
resolution: {integrity: sha512-gNwcvOJcRbLWPOLG/2OBm+zM+Yv+MKsXKEOWC57USuZDEsI71hEErQsiEGx5wX9rzWWkfwM0fVSPoiIFSsxfiw==}
'@tanstack/react-query@5.101.4':
resolution: {integrity: sha512-yRg2pfOCxIs4ZJW3XYYHU/WgtD04FHSnfHlpRT7h7pR77hwkdRG4wxbKe4aq6P0RvXUTBSQpQeadS1SUYUe+KA==}
peerDependencies:
react: ^18 || ^19
'@testing-library/dom@10.4.1':
resolution: {integrity: sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==}
engines: {node: '>=18'}
@@ -1840,6 +1851,13 @@ snapshots:
'@standard-schema/spec@1.1.0': {}
'@tanstack/query-core@5.101.4': {}
'@tanstack/react-query@5.101.4(react@19.2.8)':
dependencies:
'@tanstack/query-core': 5.101.4
react: 19.2.8
'@testing-library/dom@10.4.1':
dependencies:
'@babel/code-frame': 7.29.7