Skip to content

Commit

Permalink
Merge branch 'main' into renovate/vitest-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
lowsky authored May 12, 2024
2 parents ba00ab8 + e07a5b5 commit 51ece9f
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 42 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"format": "prettier --write . '!participants/*.json'",
"update-schema": "node --loader ts-node/esm --experimental-specifier-resolution=node create-json-schema.ts > static/schemas/participants.2024.json && prettier --write ./static/schemas/participants.2024.json"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"devDependencies": {
"@fontsource/poppins": "5.0.13",
"@fontsource/poppins": "5.0.14",
"@fontsource/source-sans-pro": "5.0.8",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "1.30.4",
Expand All @@ -30,7 +30,7 @@
"jsonc-parser": "3.2.1",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.3",
"svelte": "4.2.15",
"svelte": "4.2.16",
"svelte-check": "3.6.9",
"ts-node": "10.9.2",
"tslib": "2.6.2",
Expand Down
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions src/lib/sponsoring/Sponsors2024.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import satellytes from './sponsors-2024/satellytes-blue.svg';
import tng from './sponsors-2024/tng.png';
import tiffingerthiel from './sponsors-2024/tiffinger-thiel.svg';
import twilio from './sponsors-2024/twilio.svg';
import codecentric from './sponsors-2024/codecentric.png';
import hipsquare from './sponsors-2024/hipsquare.svg';
import Sponsors from './Sponsors.svelte';
Expand Down Expand Up @@ -82,6 +83,12 @@
name: 'Tiffinger & Thiel GmbH',
sponsoring: '200 €'
},
{
image: twilio,
link: 'https://twilio.com/',
name: 'Twilio',
sponsoring: '400 €'
},
{
image: codecentric,
link: 'https://www.codecentric.de',
Expand Down
3 changes: 2 additions & 1 deletion src/lib/sponsoring/sponsors-2024/is-sponsor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ export const isSponsor = (key: string) =>
'saab',
'satellytes',
'tiffinger-thiel',
'tng'
'tng',
'twilio'
].includes(key);
1 change: 1 addition & 0 deletions src/lib/sponsoring/sponsors-2024/twilio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51ece9f

Please sign in to comment.