From 3a4eebc4a28a7229d668ec412fc3b79ea0f2b169 Mon Sep 17 00:00:00 2001 From: TRIPLE Bot Date: Fri, 5 Jul 2024 03:19:43 +0000 Subject: [PATCH] chore(deps): update dependency @tanstack/react-query to ^5.50.1 --- packages/tds-widget/package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/tds-widget/package.json b/packages/tds-widget/package.json index 395cf61666..0a61e18bb0 100644 --- a/packages/tds-widget/package.json +++ b/packages/tds-widget/package.json @@ -69,7 +69,7 @@ "@graphql-codegen/typescript": "4.0.9", "@graphql-codegen/typescript-generic-sdk": "^3.1.0", "@graphql-codegen/typescript-operations": "4.2.3", - "@tanstack/react-query": "^5.49.2", + "@tanstack/react-query": "^5.50.1", "@titicaca/i18n": "workspace:*", "@titicaca/tds-theme": "workspace:*", "@titicaca/triple-web": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9b7f339668..0fadd2e186 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -553,8 +553,8 @@ importers: specifier: 4.2.3 version: 4.2.3(encoding@0.1.13)(graphql@16.9.0) '@tanstack/react-query': - specifier: ^5.49.2 - version: 5.49.2(react@18.3.1) + specifier: ^5.50.1 + version: 5.50.1(react@18.3.1) '@titicaca/i18n': specifier: workspace:* version: link:../i18n @@ -3958,11 +3958,11 @@ packages: resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==} engines: {node: '>=10'} - '@tanstack/query-core@5.49.1': - resolution: {integrity: sha512-JnC9ndmD1KKS01Rt/ovRUB1tmwO7zkyXAyIxN9mznuJrcNtOrkmOnQqdJF2ib9oHzc2VxHomnEG7xyfo54Npkw==} + '@tanstack/query-core@5.50.1': + resolution: {integrity: sha512-lpfhKPrJlyV2DSVcQb/HuozH3Av3kws4ge22agx+lNGpFkS4vLZ7St0l3GLwlAD+bqB+qXGex3JdRKUNtMviEQ==} - '@tanstack/react-query@5.49.2': - resolution: {integrity: sha512-6rfwXDK9BvmHISbNFuGd+wY3P44lyW7lWiA9vIFGT/T0P9aHD1VkjTvcM4SDAIbAQ9ygEZZoLt7dlU1o3NjMVA==} + '@tanstack/react-query@5.50.1': + resolution: {integrity: sha512-s0DW3rVBDPReDDovUjVqItVa3R2nPfUANK9nqGvarO2DwTiY9U4EBTsqizMxItRCoGgK5apeM7D3mxlHrSKpdQ==} peerDependencies: react: ^18.0.0 @@ -15392,11 +15392,11 @@ snapshots: dependencies: defer-to-connect: 2.0.1 - '@tanstack/query-core@5.49.1': {} + '@tanstack/query-core@5.50.1': {} - '@tanstack/react-query@5.49.2(react@18.3.1)': + '@tanstack/react-query@5.50.1(react@18.3.1)': dependencies: - '@tanstack/query-core': 5.49.1 + '@tanstack/query-core': 5.50.1 react: 18.3.1 '@testing-library/dom@9.3.1':