From afcadad4b29cafded4345bd762e4b427d06af7f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:33:10 +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" },