Skip to content

Commit a10d11c

Browse files
committed
Merge #334: Update dependabot dependencies
0ebe100 refactor: fixed duplicate import linting warning (Mario) e3ab58d chore: updated eslint-plugin-vue 9.17.0 to 9.18.1 (Mario) bde181e chore: update cypress from 13.3.0 to 13.4.0 (Mario) 7709fe0 chore: update @types/uuid from 9.0.5 to 9.0.7 (Mario) 933ba9a chore: update marked from 7.0.5 to 9.1.5 (Mario) 10f74be chore: update @nuxtjs/tailwindcss 6.8.0 to 6.9.4 (Mario) Pull request description: @josecelano ACKs for top commit: josecelano: ACK 0ebe100 Tree-SHA512: a4cba44b4d2e76e3aeb88946acdfb2dd5dc405bf8f0710fcbc047867cb7e4e6f452c4415405d380b6486178557ccc59e72ad3f146ea8f4d136b0e8e239d282ff
2 parents fa2fb16 + 0ebe100 commit a10d11c

File tree

3 files changed

+164
-129
lines changed

3 files changed

+164
-129
lines changed

components/torrent/TorrentDetails.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@ import { ChevronLeftIcon } from "@heroicons/vue/24/solid";
4343
import { Ref } from "vue";
4444
import { TorrentResponse } from "torrust-index-types-lib";
4545
import { notify } from "notiwind-ts";
46-
import { useRoute } from "#imports";
46+
import { useRoute, navigateTo, ref, useRestApi } from "#imports";
4747
import TorrentActionCard from "~/components/torrent/TorrentActionCard.vue";
4848
import TorrentDescriptionTab from "~/components/torrent/TorrentDescriptionTab.vue";
4949
import TorrentFilesTab from "~/components/torrent/TorrentFilesTab.vue";
5050
import TorrentTrackersTab from "~/components/torrent/TorrentTrackersTab.vue";
51-
import { navigateTo, ref, useRestApi } from "#imports";
5251
5352
const route = useRoute();
5453
const rest = useRestApi().value;

0 commit comments

Comments
 (0)