chore: update deps

This commit is contained in:
Cory Dransfeldt 2024-08-27 15:18:41 -07:00
parent 0a9e852b03
commit de015bf37e
No known key found for this signature in database
7 changed files with 13 additions and 32 deletions

22
package-lock.json generated
View file

@ -19,11 +19,11 @@
"@11ty/eleventy": "v3.0.0-beta.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
"@cdransf/eleventy-plugin-tabler-icons": "^1.11.0",
"@cdransf/eleventy-plugin-tabler-icons": "^1.12.0",
"@supabase/supabase-js": "^2.45.2",
"dotenv-flow": "^4.1.0",
"ics": "^3.7.6",
"liquidjs": "^10.16.4",
"liquidjs": "^10.16.5",
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.1.0",
@ -268,9 +268,9 @@
"license": "MIT"
},
"node_modules/@cdransf/eleventy-plugin-tabler-icons": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.11.0.tgz",
"integrity": "sha512-R2+6F4ac7G41AkZpDdxMZLlY7QRpTmVpd1HjUtePs5lrqS/g/xJErHnJUEJRLf/LUNTzv+q7ZOqHLbnI1ULfMQ==",
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.12.0.tgz",
"integrity": "sha512-MbFIUIhoXmc9nxH3Z97cdTjd+ecYsIuSeTjXB1daDBahmmjpg9DxCmSMAlGh/Kr5C8poZ9dIJqUVf1EbivA2GQ==",
"dev": true,
"license": "MIT"
},
@ -1835,9 +1835,9 @@
"license": "ISC"
},
"node_modules/iso-639-1": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.2.tgz",
"integrity": "sha512-Le7BRl3Jt9URvaiEHJCDEdvPZCfhiQoXnFgLAWNRhzFMwRFdWO7/5tLRQbiPzE394I9xd7KdRCM7S6qdOhwG5A==",
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.3.tgz",
"integrity": "sha512-1jz0Wh9hyLMRwqEPchb/KZCiTqfFWtc9R3nm7GHPygBAKS8wdKJ3FH4lvLsri6UtAE5Kz5SnowtXZa//6bqMyw==",
"dev": true,
"license": "MIT",
"engines": {
@ -2153,9 +2153,9 @@
}
},
"node_modules/liquidjs": {
"version": "10.16.4",
"resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.16.4.tgz",
"integrity": "sha512-5kK5HRZng6crSedS11D1h9Od8pYB5wjWjvJIlbhLVS7n+ITWzQervv27jx+7MkOS2KYfAEhwlEinTsTn4Ae5WQ==",
"version": "10.16.5",
"resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.16.5.tgz",
"integrity": "sha512-vg/B5/QdqdlCL8r4MztWvt8/rK8hrW+H/sDKxg0VYTWRV6kRqU1lSA2oj2kRwDBqerjuG1wm4jx+xgynmYffKw==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -34,11 +34,11 @@
"@11ty/eleventy": "v3.0.0-beta.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
"@cdransf/eleventy-plugin-tabler-icons": "^1.11.0",
"@cdransf/eleventy-plugin-tabler-icons": "^1.12.0",
"@supabase/supabase-js": "^2.45.2",
"dotenv-flow": "^4.1.0",
"ics": "^3.7.6",
"liquidjs": "^10.16.4",
"liquidjs": "^10.16.5",
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.1.0",

View file

@ -46,19 +46,6 @@
height: var(--sizing-svg-sm);
}
}
& .brain {
outline: 0;
& > svg {
stroke: var(--brand-listenbrainz);
}
&:focus svg,
&:focus-within svg {
outline: var(--outline-default)
}
}
}
}
}

View file

@ -51,7 +51,6 @@ schema: book
{%- assign percentage = book.progress | append: '%' -%}
{% render "partials/media/progress-bar.liquid", percentage:percentage %}
{% endif %}
<p class="sub-meta"><a href="https://openlibrary.org/isbn/{{ book.isbn }}" title="View {{ book.title | escape }} on Open Library">View on Open Library</a></p>
</div>
</div>
{% if book.review %}

View file

@ -53,9 +53,6 @@ schema: artist
{{ artist.genre }}
</a>
</p>
<p class="sub-meta">
<a class="brain" href="https://musicbrainz.org/artist/{{ artist.mbid }}" title="View {{ artist.name | escape }} on MusicBrainz">{% tablericon "brain" "MusicBrainz" %}</a>
</p>
</div>
</div>
{% render "partials/blocks/associated-media.liquid", posts:artist.posts %}

View file

@ -48,7 +48,6 @@ schema: movie
<p class="sub-meta tattoo">{% tablericon "needle" "Tattoo" %} I have a tattoo inspired by this movie!</p>
{%- endif -%}
{% if movie.lastWatched %}<p class="sub-meta">Last watched on {{ movie.lastWatched | date: "%B %e, %Y" }}.</p>{% endif %}
<p class="sub-meta"><a href="https://themoviedb.org/movie/{{ movie.id }}" title="View {{ movie.title | escape }} on TMDB">View on TMDB</a></p>
</div>
{% if movie.review %}
{% render "partials/blocks/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %}

View file

@ -50,7 +50,6 @@ schema: show
{%- endcapture -%}
<p class="sub-meta">{{ lastWatchedText }}</p>
{%- endif -%}
<p class="sub-meta"><a href="https://themoviedb.org/tv/{{ show.tmdb_id }}" title="View {{ show.title | escape }} on TMDB">View on TMDB</a></p>
</div>
{% if show.review %}
{% render "partials/blocks/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %}