Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasphil committed Dec 23, 2024
1 parent 0fb8db1 commit 859e9d7
Show file tree
Hide file tree
Showing 17 changed files with 39 additions and 36 deletions.
8 changes: 5 additions & 3 deletions scripts/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { html, useFilteredStars, useStargazeStorage } from "@/lib.js";
import { useThemeColor } from "@vendor/andreasphil/design-system@v0.39.0/scripts/utils.js";
import { useAsyncTask } from "@vendor/andreasphil/vue-use-async-task@v0.5.0/dist/lib.js";
import { useThemeColor } from "@vendor/andreasphil/design-system@v0.40.0/scripts/utils.js";
import { useAsyncTask } from "@vendor/andreasphil/vue-use-async-task@v0.7.0/dist/useAsyncTask.js";
import {
computed,
createApp,
Expand Down Expand Up @@ -123,7 +123,9 @@ export const List = defineComponent({
* Website links *
* -------------------------------------------------- */

const preferWebsite = ref(localStorage.getItem("prefer-website") === "true");
const preferWebsite = ref(
localStorage.getItem("prefer-website") === "true"
);

watch(preferWebsite, (is) => {
localStorage.setItem("prefer-website", is.toString());
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import createSearch, {
startsWith,
} from "@vendor/andreasphil/js-inverted-index@v1.7.0/dist/lib.js";
} from "@vendor/andreasphil/js-inverted-index@v1.8.0/dist/invertedIndex.js";
import { computed, ref, watch } from "vue";

/* -------------------------------------------------- *
Expand Down
2 changes: 1 addition & 1 deletion style/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("../vendor/andreasphil/design-system@v0.39.0/dist/index.min.css")
@import url("../vendor/andreasphil/design-system@v0.40.0/dist/design-system.min.css")
layer(theme);

:root {
Expand Down
21 changes: 0 additions & 21 deletions vendor/andreasphil/[email protected]/VENDOR_LICENSES.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

# Vendored Dependencies

## [Lucide](https://lucide.dev)

ISC License

Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022
as part of Feather (MIT). All other copyright (c) for Lucide are held
by Lucide Contributors 2022.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions vendor/andreasphil/[email protected]/dist/lib.js.map

This file was deleted.

File renamed without changes.
File renamed without changes.

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

Loading

0 comments on commit 859e9d7

Please sign in to comment.