From dd4cd4c432c9b3be18ba62aaa3aba560b94c98f8 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 1 Jun 2021 02:13:08 +0600 Subject: [PATCH 1/2] Add SvelteKit , update Svelte / UI Framework --- src/technologies.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index deb017292..be51f9461 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -18838,10 +18838,28 @@ "cats": [ 12 ], + "description": "Svelte is a free and open-source front end compiler created by Rich Harris and maintained by the Svelte core team members.", "html": "<[^>]+class=\\\"[^\\\"]+\\ssvelte-[\\w]*\\\"", "icon": "Svelte.svg", + "oss": true, "website": "https://svelte.dev" }, + "SvelteKit": { + "cats": [ + 66 + ], + "description": "SvelteKit is an officially supported framework, built around Svelte.", + "icon": "Svelte.svg", + "dom": { + "a": { + "attributes": { + "sveltekit:prefetch": "" + } + } + }, + "oss": true, + "website": "https://kit.svelte.dev" + }, "SweetAlert": { "cats": [ 59 From f4f057d23fd45614036d6887585856f4f6b1b6d2 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 1 Jun 2021 22:39:25 +0600 Subject: [PATCH 2/2] Updated description --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index be51f9461..951638589 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -18848,7 +18848,7 @@ "cats": [ 66 ], - "description": "SvelteKit is an officially supported framework, built around Svelte.", + "description": "SvelteKit is the official Svelte framework for building web applications with a flexible filesystem-based routing.", "icon": "Svelte.svg", "dom": { "a": {