From cc5498c0a11a334b7c9229eeb91f8821f5978339 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:22:57 +0800 Subject: [PATCH] bump(deps): update dependency @tanstack/react-query to ^5.0.0-beta.31 (#402) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/standard-web/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/standard-web/package.json b/packages/standard-web/package.json index 3add3da1..e338c66b 100644 --- a/packages/standard-web/package.json +++ b/packages/standard-web/package.json @@ -7,7 +7,7 @@ "dependencies": { "@netlify/ipx": "^1.4.4", "@reduxjs/toolkit": "^1.9.5", - "@tanstack/react-query": "^5.0.0-beta.29", + "@tanstack/react-query": "^5.0.0-beta.31", "@types/react": "18.2.21", "@types/react-dom": "18.2.7", "follow-redirects": "^1.15.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 54576ed1..7b69306a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -363,8 +363,8 @@ importers: specifier: ^1.9.5 version: 1.9.5(react-redux@8.1.2)(react@18.2.0) '@tanstack/react-query': - specifier: ^5.0.0-beta.29 - version: 5.0.0-beta.29(react-dom@18.2.0)(react@18.2.0) + specifier: ^5.0.0-beta.31 + version: 5.0.0-beta.31(react-dom@18.2.0)(react@18.2.0) '@types/react': specifier: 18.2.21 version: 18.2.21 @@ -3487,12 +3487,12 @@ packages: defer-to-connect: 2.0.1 dev: false - /@tanstack/query-core@5.0.0-beta.29: - resolution: {integrity: sha512-vnFAu4Ff+Y6uuBwnVNuKa9twPXKBvTEtGffM0SxtwndVcNYWSd2sBvIraX5SHeSPvyc6hEtNY5GWna3Vcshhuw==} + /@tanstack/query-core@5.0.0-beta.31: + resolution: {integrity: sha512-XOpDJqRLIcbrC9AFb2/JzgvshS4Gwl7v9M2t4qXHFYRCwaLD+cL18QzMntqz0VeLMHzBShUFPeJUFzuUwTm/Gg==} dev: false - /@tanstack/react-query@5.0.0-beta.29(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-z5GcI8mbxnphVGIZyWFT6e0/aLDtI6qyS8mcmTVxM146I12Ad3veAuRQfbMtniCL0mrO5cS2+5oZxao9DkuURQ==} + /@tanstack/react-query@5.0.0-beta.31(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-rXGD+FWguHmkq0xyRyeTpbvVesIqxklO8xrcTrAZ3UGa8yB2HOuOuk6lGQC4+X+fH38NYDaK7J5QSc6QBiLbTg==} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -3503,7 +3503,7 @@ packages: react-native: optional: true dependencies: - '@tanstack/query-core': 5.0.0-beta.29 + '@tanstack/query-core': 5.0.0-beta.31 client-only: 0.0.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0)