chore: update deps (#14755)

This commit is contained in:
Daniel Dietzler
2024-12-18 15:19:48 +01:00
committed by GitHub
parent a03f4f5610
commit 6a855f6331
38 changed files with 4610 additions and 14215 deletions
@@ -42,7 +42,7 @@
};
const getLink = (path: string) => {
const url = new URL(AppRoute.FOLDERS, window.location.href);
const url = new URL(AppRoute.FOLDERS, globalThis.location.href);
if (path) {
url.searchParams.set(QueryParameter.PATH, path);
}
@@ -63,7 +63,7 @@
};
const getLink = (path: string) => {
const url = new URL(AppRoute.TAGS, window.location.href);
const url = new URL(AppRoute.TAGS, globalThis.location.href);
if (path) {
url.searchParams.set(QueryParameter.PATH, path);
}