From d9555c14831d95c3ac5243489a05ebcedcb9fb77 Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Tue, 13 Jun 2023 19:26:33 +1000 Subject: [PATCH] Remove @sveltestack/svelte-query @sveltestack/svelte-query is not maintained, and its code has been updated and maintained within the official TanStack Query repository (already added as a separate entry). --- src/routes/components/components.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index 33db637..83613c4 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2218,16 +2218,6 @@ "title": "svate", "url": "https://github.com/AlexxNB/svate" }, - { - "addedOn": "2021-04-05T11:52:00Z", - "category": "", - "description": "Performant and powerful remote data synchronization for Svelte", - "npm": "@sveltestack/svelte-query", - "tags": ["components and libraries", "stores and state"], - "title": "@sveltestack/svelte-query", - "url": "https://github.com/SvelteStack/svelte-query", - "stars": 350 - }, { "title": "svelte-parallax", "url": "https://github.com/kindoflew/svelte-parallax", @@ -2871,7 +2861,7 @@ "npm": "@tanstack/svelte-query", "addedOn": "2023-01-14", "tags": ["async data", "async loading", "network events", "ssr", "typescript"], - "stars": 32266 + "stars": 35000 }, { "title": "svelte-form-builder",