diff --git a/package.json b/package.json index e808ded..5891717 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@hookform/resolvers": "^3.10.0", "@sentry/react": "^9.38.0", "@sentry/vite-plugin": "^3.5.0", - "@tanstack/react-query": "^4.40.1", + "@tanstack/react-query": "^5.84.0", "date-fns": "^2.30.0", "flatpickr": "^4.6.13", "polished": "^4.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 100e771..b616061 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^3.5.0 version: 3.5.0 '@tanstack/react-query': - specifier: ^4.40.1 - version: 4.40.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^5.84.0 + version: 5.84.0(react@18.3.1) date-fns: specifier: ^2.30.0 version: 2.30.0 @@ -1252,6 +1252,9 @@ packages: '@tanstack/query-core@4.40.0': resolution: {integrity: sha512-7MJTtZkCSuehMC7IxMOCGsLvHS3jHx4WjveSrGsG1Nc1UQLjaFwwkpLA2LmPfvOAxnH4mszMOBFD6LlZE+aB+Q==} + '@tanstack/query-core@5.83.1': + resolution: {integrity: sha512-OG69LQgT7jSp+5pPuCfzltq/+7l2xoweggjme9vlbCPa/d7D7zaqv5vN/S82SzSYZ4EDLTxNO1PWrv49RAS64Q==} + '@tanstack/react-query@4.40.1': resolution: {integrity: sha512-mgD07S5N8e5v81CArKDWrHE4LM7HxZ9k/KLeD3+NUD9WimGZgKIqojUZf/rXkfAMYZU9p0Chzj2jOXm7xpgHHQ==} peerDependencies: @@ -1264,6 +1267,11 @@ packages: react-native: optional: true + '@tanstack/react-query@5.84.0': + resolution: {integrity: sha512-iPycFGLq5lltDE16Jf13Nx7SOvtfoopfOH/+Ahbdd+z4QqOfYu/SOkY86AVYVcKjneuqPxTm8e85lSGhwe0cog==} + peerDependencies: + react: ^18 || ^19 + '@testing-library/dom@8.20.1': resolution: {integrity: sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==} engines: {node: '>=12'} @@ -4726,6 +4734,8 @@ snapshots: '@tanstack/query-core@4.40.0': {} + '@tanstack/query-core@5.83.1': {} + '@tanstack/react-query@4.40.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tanstack/query-core': 4.40.0 @@ -4734,6 +4744,11 @@ snapshots: optionalDependencies: react-dom: 18.3.1(react@18.3.1) + '@tanstack/react-query@5.84.0(react@18.3.1)': + dependencies: + '@tanstack/query-core': 5.83.1 + react: 18.3.1 + '@testing-library/dom@8.20.1': dependencies: '@babel/code-frame': 7.27.1