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"
}
}
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/'
}
];
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