From 47bff19046a8e97beef159fbac2fb21258666332 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 05:38:34 +0000 Subject: [PATCH] fix(deps): update dependency @tanstack/react-query to v5 --- package.json | 2 +- pnpm-lock.yaml | 27 +++++++++------------------ 2 files changed, 10 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index ab86845..0ab4022 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@mantine/hooks": "^6.0.21", "@mantine/notifications": "^6.0.21", "@tabler/icons-react": "^2.34.0", - "@tanstack/react-query": "^4.35.3", + "@tanstack/react-query": "^5.0.0", "dayjs": "^1.11.9", "jotai": "^2.4.2", "react": "^18.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f013984..0485b54 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ dependencies: specifier: ^2.34.0 version: 2.34.0(react@18.2.0) '@tanstack/react-query': - specifier: ^4.35.3 - version: 4.35.3(react-dom@18.2.0)(react@18.2.0) + specifier: ^5.0.0 + version: 5.0.0(react-dom@18.2.0)(react@18.2.0) dayjs: specifier: ^1.11.9 version: 1.11.9 @@ -2303,15 +2303,15 @@ packages: resolution: {integrity: sha512-JlIZcs+zhl/ihta49iIbMCf3E8tSvGDqMIH+oItnYLOzWI7oiujXu7FYgna2E1V79KhR0PaxkPX6jHZLpvacgw==} dev: true - /@tanstack/query-core@4.35.3: - resolution: {integrity: sha512-PS+WEjd9wzKTyNjjQymvcOe1yg8f3wYc6mD+vb6CKyZAKvu4sIJwryfqfBULITKCla7P9C4l5e9RXePHvZOZeQ==} + /@tanstack/query-core@5.0.0: + resolution: {integrity: sha512-Y1BpiA6BblJd/UlVqxEVeAG7IACn568YJuTTItAiecBI7En+33g780kg+/8lhgl+BzcUPN7o+NjBrSRGJoemyQ==} dev: false - /@tanstack/react-query@4.35.3(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-UgTPioip/rGG3EQilXfA2j4BJkhEQsR+KAbF+KIuvQ7j4MkgnTCJF01SfRpIRNtQTlEfz/+IL7+jP8WA8bFbsw==} + /@tanstack/react-query@5.0.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-diQoC8FNBcO5Uf5yuaJlXthTtbO1xM8kzOX+pSBUMT9n/cqQ/u1wJGCtukvhDWA+6j07WmIj4bfqNbd2KOB6jQ==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^18.0.0 + react-dom: ^18.0.0 react-native: '*' peerDependenciesMeta: react-dom: @@ -2319,10 +2319,9 @@ packages: react-native: optional: true dependencies: - '@tanstack/query-core': 4.35.3 + '@tanstack/query-core': 5.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - use-sync-external-store: 1.2.0(react@18.2.0) dev: false /@trysound/sax@0.2.0: @@ -6238,14 +6237,6 @@ packages: tslib: 2.6.0 dev: false - /use-sync-external-store@1.2.0(react@18.2.0): - resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - react: 18.2.0 - dev: false - /utc-version@2.0.2: resolution: {integrity: sha512-DblGt/1KFe3Jl1BbTZN7P8SFNw6L0zU/zahdgCJ+a/LPW6SE7VPY3RfpEg0W0ksyx6NewZYu7WD/7NzV7xljlA==} engines: {node: '>=6'}