Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions src/lib/components/organisms/AboutTorrust.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
that consumes the API, built with Vue 3.
</p>
<div class="buttons">
<Button href="https://github.com/torrust/torrust-index-backend" color="secondary">
<Button href="https://github.com/torrust/torrust-index-gui" color="secondary">
<GitHubIcon slot="icon" />
index-backend
index-gui
</Button>
<Button href="https://github.com/torrust/torrust-index-frontend" color="primary">
<Button href="https://github.com/torrust/torrust-index" color="primary">
<GitHubIcon slot="icon" />
index-frontend
index
</Button>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/lib/components/organisms/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
>.
</div>
<div class="socials">
<a href="/blog">Blog</a>
<Socials />
<RssLink />
<ThemeToggle />
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(waves)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<div class="container">
<Hero hasFeatures={features && features.length > 0} hasPosts={posts && posts.length > 0} />
<AboutTorrust />
<HowToContribute />
{#if posts && posts.length}
<RecentPosts {posts} />
{/if}
<HowToContribute />
{#if features && features.length}
<Features {features} />
{/if}
Expand Down
46 changes: 23 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@
integrity sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==

"@fastify/busboy@^2.0.0":
version "2.0.0"
resolved "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.0.0.tgz"
integrity sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==
version "2.1.1"
resolved "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz"
integrity sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==

"@fontsource-variable/roboto-mono@^5.0.9":
version "5.0.16"
Expand Down Expand Up @@ -321,11 +321,11 @@
integrity sha512-VUqTfXsxYGugCpMqQv1U0LIdbR3S5nBkMMDmpjGVJyM6Q2jHVMFtdWJCkeHMySc6mZxJ+0eZK3T7IgmUCDrcUQ==

"@sveltejs/kit@^1.22.4", "@sveltejs/kit@^1.5.0":
version "1.27.0"
resolved "https://registry.npmjs.org/@sveltejs/kit/-/kit-1.27.0.tgz"
integrity sha512-a1wPIq2uO3RsTmV+KbA4venOgCJDbfHTXFe+g7eJR3N8l46DSuulUONJ1qnk2EnZWYC1Uj3Wbp3US0WFocIzXg==
version "1.30.4"
resolved "https://registry.npmjs.org/@sveltejs/kit/-/kit-1.30.4.tgz"
integrity sha512-JSQIQT6XvdchCRQEm7BABxPC56WP5RYVONAi+09S8tmzeP43fBsRlr95bFmsTQM2RHBldfgQk+jgdnsKI75daA==
dependencies:
"@sveltejs/vite-plugin-svelte" "^2.4.1"
"@sveltejs/vite-plugin-svelte" "^2.5.0"
"@types/cookie" "^0.5.1"
cookie "^0.5.0"
devalue "^4.3.1"
Expand All @@ -337,7 +337,7 @@
set-cookie-parser "^2.6.0"
sirv "^2.0.2"
tiny-glob "^0.2.9"
undici "~5.26.2"
undici "^5.28.3"

"@sveltejs/vite-plugin-svelte-inspector@^1.0.4":
version "1.0.4"
Expand All @@ -346,10 +346,10 @@
dependencies:
debug "^4.3.4"

"@sveltejs/vite-plugin-svelte@^2.2.0", "@sveltejs/vite-plugin-svelte@^2.4.1":
version "2.4.6"
resolved "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-2.4.6.tgz"
integrity sha512-zO79p0+DZnXPnF0ltIigWDx/ux7Ni+HRaFOw720Qeivc1azFUrJxTl0OryXVibYNx1hCboGia1NRV3x8RNv4cA==
"@sveltejs/vite-plugin-svelte@^2.2.0", "@sveltejs/vite-plugin-svelte@^2.5.0":
version "2.5.3"
resolved "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-2.5.3.tgz"
integrity sha512-erhNtXxE5/6xGZz/M9eXsmI7Pxa6MS7jyTy06zN3Ck++ldrppOnOlJwHHTsMC7DHDQdgUp4NAc4cDNQ9eGdB/w==
dependencies:
"@sveltejs/vite-plugin-svelte-inspector" "^1.0.4"
debug "^4.3.4"
Expand Down Expand Up @@ -1904,9 +1904,9 @@ magic-string@^0.27.0:
"@jridgewell/sourcemap-codec" "^1.4.13"

magic-string@^0.30.0, magic-string@^0.30.3:
version "0.30.5"
resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz"
integrity sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==
version "0.30.8"
resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz"
integrity sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==
dependencies:
"@jridgewell/sourcemap-codec" "^1.4.15"

Expand Down Expand Up @@ -2786,7 +2786,7 @@ svelte-sitemap@^2.5.4:
minimist "^1.2.8"
xmlbuilder2 "^3.0.2"

svelte@*, "svelte@^3.0.0 || ^4.0.0", "svelte@^3.19.0 || ^4.0.0", svelte@^3.2.0, "svelte@^3.2.0 || ^4.0.0-next.0", "svelte@^3.23.0 || ^4.0.0-next.0 || ^4.0.0", svelte@^3.54.0, "svelte@^3.54.0 || ^4.0.0", "svelte@^3.54.0 || ^4.0.0-next.0", "svelte@^3.55.0 || ^4.0.0-next.0 || ^4.0.0", "svelte@>=3 <5":
svelte@*, "svelte@^3.0.0 || ^4.0.0", "svelte@^3.19.0 || ^4.0.0", svelte@^3.2.0, "svelte@^3.2.0 || ^4.0.0-next.0", "svelte@^3.23.0 || ^4.0.0-next.0 || ^4.0.0", svelte@^3.54.0, "svelte@^3.54.0 || ^4.0.0", "svelte@^3.54.0 || ^4.0.0 || ^5.0.0-next.0", "svelte@^3.54.0 || ^4.0.0-next.0 || ^5.0.0-next.0", "svelte@^3.55.0 || ^4.0.0-next.0 || ^4.0.0", "svelte@>=3 <5":
version "3.59.2"
resolved "https://registry.npmjs.org/svelte/-/svelte-3.59.2.tgz"
integrity sha512-vzSyuGr3eEoAtT/A6bmajosJZIUWySzY2CzB3w2pgPvnkUjGqlDnsNnA0PMO+mMAhuyMul6C2uuZzY6ELSkzyA==
Expand Down Expand Up @@ -2938,10 +2938,10 @@ undici-types@~5.25.1:
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz"
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==

undici@~5.26.2:
version "5.26.5"
resolved "https://registry.npmjs.org/undici/-/undici-5.26.5.tgz"
integrity sha512-cSb4bPFd5qgR7qr2jYAi0hlX9n5YKK2ONKkLFkxl+v/9BvC0sOpZjBHDBSXc5lWAf5ty9oZdRXytBIHzgUcerw==
undici@^5.28.3:
version "5.28.3"
resolved "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz"
integrity sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==
dependencies:
"@fastify/busboy" "^2.0.0"

Expand Down Expand Up @@ -3096,9 +3096,9 @@ [email protected]:
vite "^3.0.0 || ^4.0.0"

"vite@^2.9.0 || ^3.0.0 || ^4.0.0", "vite@^3.0.0 || ^4.0.0", "vite@^3.0.0 || ^4.0.0 || ^5.0.0", vite@^4.0.0, vite@^4.4.9:
version "4.5.0"
resolved "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz"
integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==
version "4.5.2"
resolved "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz"
integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==
dependencies:
esbuild "^0.18.10"
postcss "^8.4.27"
Expand Down