diff --git a/package.json b/package.json index b78e4ca..ace1164 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@deskpro/deskpro-ui": "^8.3.1", "@heroicons/react": "1.0.6", "@hookform/resolvers": "^3.10.0", - "@tanstack/react-query": "^4.36.1", + "@tanstack/react-query": "^5.74.3", "date-fns": "^2.30.0", "flatpickr": "^4.6.13", "polished": "^4.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f0ab046..62cae1a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^3.10.0 version: 3.10.0(react-hook-form@7.55.0(react@18.3.1)) '@tanstack/react-query': - specifier: ^4.36.1 - version: 4.36.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.74.3 + version: 5.74.3(react@18.3.1) date-fns: specifier: ^2.30.0 version: 2.30.0 @@ -1073,6 +1073,9 @@ packages: '@tanstack/query-core@4.36.1': resolution: {integrity: sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==} + '@tanstack/query-core@5.74.3': + resolution: {integrity: sha512-Mqk+5o3qTuAiZML248XpNH8r2cOzl15+LTbUsZQEwvSvn1GU4VQhvqzAbil36p+MBxpr/58oBSnRzhrBevDhfg==} + '@tanstack/react-query@4.36.1': resolution: {integrity: sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw==} peerDependencies: @@ -1085,6 +1088,11 @@ packages: react-native: optional: true + '@tanstack/react-query@5.74.3': + resolution: {integrity: sha512-QrycUn0wxjVPzITvQvOxFRdhlAwIoOQSuav7qWD4SWCoKCdLbyRZ2vji2GuBq/glaxbF4wBx3fqcYRDOt8KDTA==} + peerDependencies: + react: ^18 || ^19 + '@testing-library/dom@8.20.1': resolution: {integrity: sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==} engines: {node: '>=12'} @@ -4274,6 +4282,8 @@ snapshots: '@tanstack/query-core@4.36.1': {} + '@tanstack/query-core@5.74.3': {} + '@tanstack/react-query@4.36.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tanstack/query-core': 4.36.1 @@ -4282,6 +4292,11 @@ snapshots: optionalDependencies: react-dom: 18.3.1(react@18.3.1) + '@tanstack/react-query@5.74.3(react@18.3.1)': + dependencies: + '@tanstack/query-core': 5.74.3 + react: 18.3.1 + '@testing-library/dom@8.20.1': dependencies: '@babel/code-frame': 7.26.2