From 981b236953c9a1926b4f07cbee2d2cffc5f190c0 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 26 Sep 2023 14:59:07 +0100 Subject: [PATCH 1/3] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20all=20depende?= =?UTF-8?q?ncies.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 245eb4d..8ff19b9 100644 --- a/package.json +++ b/package.json @@ -25,29 +25,29 @@ }, "dependencies": { "downloadjs": "1.4.7", - "svelte-sonner": "0.1.4" + "svelte-sonner": "0.3.0" }, "devDependencies": { "@sveltejs/adapter-auto": "2.1.0", - "@sveltejs/kit": "1.24.1", - "@types/downloadjs": "1.4.3", - "@typescript-eslint/eslint-plugin": "6.7.0", - "@typescript-eslint/parser": "6.7.0", - "autoprefixer": "10.4.15", - "eslint": "8.49.0", + "@sveltejs/kit": "1.25.1", + "@types/downloadjs": "1.4.4", + "@typescript-eslint/eslint-plugin": "6.7.3", + "@typescript-eslint/parser": "6.7.3", + "autoprefixer": "10.4.16", + "eslint": "8.50.0", "eslint-config-prettier": "9.0.0", - "eslint-plugin-svelte": "2.33.1", + "eslint-plugin-svelte": "2.33.2", "phosphor-svelte": "1.3.0", - "postcss": "8.4.29", + "postcss": "8.4.30", "prettier": "3.0.3", "prettier-plugin-svelte": "3.0.3", "prettier-plugin-tailwindcss": "0.5.4", - "svelte": "4.2.0", - "svelte-check": "3.5.1", + "svelte": "4.2.1", + "svelte-check": "3.5.2", "tailwindcss": "3.3.3", "tslib": "2.6.2", "typescript": "5.2.2", "vite": "4.4.9", - "vitest": "0.34.4" + "vitest": "0.34.5" } } From 1bb44f0251f07f4646c671c7b4d808bdf3d89d01 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 26 Sep 2023 15:03:21 +0100 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=A6=20New=20svgs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/library/codium.svg | 1 + static/library/crossplane.svg | 1 + static/library/typesense.svg | 1 + 3 files changed, 3 insertions(+) create mode 100644 static/library/codium.svg create mode 100644 static/library/crossplane.svg create mode 100644 static/library/typesense.svg diff --git a/static/library/codium.svg b/static/library/codium.svg new file mode 100644 index 0000000..e4988ea --- /dev/null +++ b/static/library/codium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/crossplane.svg b/static/library/crossplane.svg new file mode 100644 index 0000000..b1ec181 --- /dev/null +++ b/static/library/crossplane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/typesense.svg b/static/library/typesense.svg new file mode 100644 index 0000000..49669f4 --- /dev/null +++ b/static/library/typesense.svg @@ -0,0 +1 @@ + \ No newline at end of file From 2455918eca0875ce030b35adf7a7a6271d7727bb Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 26 Sep 2023 15:03:31 +0100 Subject: [PATCH 3/3] =?UTF-8?q?=E2=9C=A8=20Add=20new=20svgs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 42bb324..93ba777 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1403,9 +1403,30 @@ export const svgs: iSVG[] = [ }, { id: 201, - title: "FastAPI", + title: 'FastAPI', category: 'Framework', route: '/library/fastapi.svg', url: 'https://fastapi.tiangolo.com/' + }, + { + id: 202, + title: 'Codium', + category: 'AI', + route: '/library/codium.svg', + url: 'https://www.codium.ai/' + }, + { + id: 203, + title: 'Crossplane', + category: 'Framework', + route: '/library/crossplane.svg', + url: 'https://crossplane.io/' + }, + { + id: 204, + title: 'Typesense', + category: 'Software', + route: '/library/typesense.svg', + url: 'https://typesense.org/' } ];