Skip to content

Commit

Permalink
Merge pull request #54 from pheralb/dev
Browse files Browse the repository at this point in the history
📦 New svgs & update dependencies.
  • Loading branch information
pheralb committed Sep 26, 2023
2 parents c5dc0d6 + 2455918 commit 79209b5
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
23 changes: 22 additions & 1 deletion src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
}
];
1 change: 1 addition & 0 deletions static/library/codium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/crossplane.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/typesense.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 79209b5

@vercel
Copy link

@vercel vercel bot commented on 79209b5 Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svgl – ./

svgl-git-main-pheralb.vercel.app
svgl-pheralb.vercel.app
svgl.vercel.app

Please sign in to comment.