diff --git a/package.json b/package.json index 0dca637..7903484 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "type": "module", "dependencies": { - "@luke-else/component-lib": "^1.0.8", + "@luke-else/component-lib": "^1.1.3", "@tailwindcss/vite": "^4.1.13", "svelte-toasts": "^1.1.2", "tailwindcss": "^4.1.13" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 20e5a52..3f9ce68 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@luke-else/component-lib': - specifier: ^1.0.8 - version: 1.0.8(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1)) + specifier: ^1.1.3 + version: 1.1.3(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1)) '@tailwindcss/vite': specifier: ^4.1.13 version: 4.1.13(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1)) @@ -240,8 +240,8 @@ packages: '@jridgewell/trace-mapping@0.3.31': resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} - '@luke-else/component-lib@1.0.8': - resolution: {integrity: sha512-4wM5H7qW8UYoVBILU8RlV/BVeTTxMC0EMRA0Zq34ld0ETuLZI3rrVPjZwvOoYsPPMlI3qK+6rrezwrrfEXUOMg==, tarball: https://git.luke-else.co.uk/api/packages/luke-else/npm/%40luke-else%2Fcomponent-lib/-/1.0.8/component-lib-1.0.8.tgz} + '@luke-else/component-lib@1.1.3': + resolution: {integrity: sha512-RUK6Mj7OR0PhmyrRgf+LM9IV9ztCtleoGsNjcIo+aVCeuKM7znq9DNnJxKah1ew1JnYpJkS+VFKEaNzOfSLIDA==, tarball: https://git.luke-else.co.uk/api/packages/luke-else/npm/%40luke-else%2Fcomponent-lib/-/1.1.3/component-lib-1.1.3.tgz} '@parcel/watcher-android-arm64@2.5.1': resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==} @@ -1188,7 +1188,7 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@luke-else/component-lib@1.0.8(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1))': + '@luke-else/component-lib@1.1.3(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1))': dependencies: '@sveltejs/package': 2.5.2(svelte@5.38.10)(typescript@5.9.2) '@sveltejs/vite-plugin-svelte': 6.2.0(svelte@5.38.10)(vite@6.3.5(jiti@2.5.1)(lightningcss@1.30.1)) diff --git a/src/app.css b/src/app.css index 4a5c8e5..a461c50 100644 --- a/src/app.css +++ b/src/app.css @@ -1 +1 @@ -@import "tailwindcss" \ No newline at end of file +@import "tailwindcss"; \ No newline at end of file diff --git a/src/lib/index.ts b/src/lib/index.ts index 98143f2..c7ab773 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -1,9 +1 @@ -// place files you want to import through the `$lib` alias in this folder. -import Card from '$lib/components/Cards/Card.svelte'; -import GridGallery from './components/GridGallery.svelte'; -import Loading from './components/Loading.svelte'; -import Section from './components/Section.svelte'; -import SkillProgress from './components/SkillProgress.svelte'; -import Timeline from './components/Timeline.svelte'; - -export { Card, GridGallery, Loading, Section, SkillProgress, Timeline }; +// place files you want to import through the `$lib` alias in this folder. \ No newline at end of file diff --git a/src/routes/repos/+page.svelte b/src/routes/repos/+page.svelte index bce3409..66531d6 100644 --- a/src/routes/repos/+page.svelte +++ b/src/routes/repos/+page.svelte @@ -35,6 +35,7 @@ showProgress: true })} +
Sorry... we can't show you anything here
{/if}