diff --git a/package.json b/package.json index 77277ea1..62f30885 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@plaiceholder/next": "^3.0.0", "@stitches/core": "^1.2.8", "@tailwindcss/aspect-ratio": "^0.4.2", - "@tanstack/react-query": "^4.36.1", + "@tanstack/react-query": "^5.62.11", "@tanstack/react-query-devtools": "^4.36.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 46ed0f9c..46e9ec56 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,11 +47,11 @@ importers: specifier: ^0.4.2 version: 0.4.2(tailwindcss@3.4.17(ts-node@10.9.2(@swc/core@1.10.4(@swc/helpers@0.5.15))(@types/node@22.10.2)(typescript@5.7.2))) '@tanstack/react-query': - specifier: ^4.36.1 - version: 4.36.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^5.62.11 + version: 5.62.11(react@19.0.0) '@tanstack/react-query-devtools': specifier: ^4.36.1 - version: 4.36.1(@tanstack/react-query@4.36.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 4.36.1(@tanstack/react-query@5.62.11(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) clsx: specifier: ^2.1.1 version: 2.1.1 @@ -3097,8 +3097,8 @@ packages: resolution: {integrity: sha512-Wo1iKt2b9OT7d+YGhvEPD3DXvPv2etTusIMhMUoG7fbhmxcXCtIjJDEygy91Y2JFlwGyjqiBPRozme7UD8hoqg==} engines: {node: '>=12'} - '@tanstack/query-core@4.36.1': - resolution: {integrity: sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==} + '@tanstack/query-core@5.62.9': + resolution: {integrity: sha512-lwePd8hNYhyQ4nM/iRQ+Wz2cDtspGeZZHFZmCzHJ7mfKXt+9S301fULiY2IR2byJYY6Z03T427E5PoVfMexHjw==} '@tanstack/react-query-devtools@4.36.1': resolution: {integrity: sha512-WYku83CKP3OevnYSG8Y/QO9g0rT75v1om5IvcWUwiUZJ4LanYGLVCZ8TdFG5jfsq4Ej/lu2wwDAULEUnRIMBSw==} @@ -3107,17 +3107,10 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@tanstack/react-query@4.36.1': - resolution: {integrity: sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw==} + '@tanstack/react-query@5.62.11': + resolution: {integrity: sha512-Xb1nw0cYMdtFmwkvH9+y5yYFhXvLRCnXoqlzSw7UkqtCVFq3cG8q+rHZ2Yz1XrC+/ysUaTqbLKJqk95mCgC1oQ==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-native: '*' - peerDependenciesMeta: - react-dom: - optional: true - react-native: - optional: true + react: ^18 || ^19 '@testing-library/cypress@10.0.2': resolution: {integrity: sha512-dKv95Bre5fDmNb9tOIuWedhGUryxGu1GWYWtXDqUsDPcr9Ekld0fiTb+pcBvSsFpYXAZSpmyEjhoXzLbhh06yQ==} @@ -11914,24 +11907,21 @@ snapshots: dependencies: remove-accents: 0.5.0 - '@tanstack/query-core@4.36.1': {} + '@tanstack/query-core@5.62.9': {} - '@tanstack/react-query-devtools@4.36.1(@tanstack/react-query@4.36.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@tanstack/react-query-devtools@4.36.1(@tanstack/react-query@5.62.11(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@tanstack/match-sorter-utils': 8.19.4 - '@tanstack/react-query': 4.36.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@tanstack/react-query': 5.62.11(react@19.0.0) react: 19.0.0 react-dom: 19.0.0(react@19.0.0) superjson: 1.13.3 use-sync-external-store: 1.4.0(react@19.0.0) - '@tanstack/react-query@4.36.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@tanstack/react-query@5.62.11(react@19.0.0)': dependencies: - '@tanstack/query-core': 4.36.1 + '@tanstack/query-core': 5.62.9 react: 19.0.0 - use-sync-external-store: 1.4.0(react@19.0.0) - optionalDependencies: - react-dom: 19.0.0(react@19.0.0) '@testing-library/cypress@10.0.2(cypress@13.17.0)': dependencies: