From 2f964c69ccc8d80e7b91f4811269edb5c6bafb73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:53:25 +0000 Subject: [PATCH] Update dependency @tanstack/vue-query to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 5977469e8..d2796cb21 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "qs": "^6.11.0", "vue": "^3.2.37", "vue-i18n": "^9.2.2", - "@tanstack/vue-query": "^4.32.6", + "@tanstack/vue-query": "^4.32.6 || ^5.0.0", "vue-router": "^4.1.2", "vue-unused-components-checker": "^1.1.2" },