diff --git a/package.json b/package.json index 51554251..17ddb602 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "@iconify/vue": "4.1.1", "@intlify/unplugin-vue-i18n": "^0.10.0", "@tailwindcss/aspect-ratio": "^0.4.2", + "@types/lodash": "^4.14.197", "@types/node": "^20.1.4", "@types/webfontloader": "^1.6.34", "@typescript-eslint/eslint-plugin": "^5.59.5", @@ -96,4 +97,4 @@ "resolutions": { "postcss": "8" } -} \ No newline at end of file +} diff --git a/src/views/discover/TorrentCardListView.vue b/src/views/discover/TorrentCardListView.vue index f1bfaa2e..094d14f4 100644 --- a/src/views/discover/TorrentCardListView.vue +++ b/src/views/discover/TorrentCardListView.vue @@ -1,5 +1,6 @@