1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-06-10 04:13:44 +05:30

chore: bumped up deps

This commit is contained in:
2026-05-07 22:48:09 +05:30
Verified
parent 1ad9c9797b
commit cb39d591e1
8 changed files with 969 additions and 1244 deletions
+421 -382
View File
File diff suppressed because it is too large Load Diff
+27 -25
View File
@@ -25,50 +25,52 @@
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@hugeicons/core-free-icons": "^4.1.1",
"@hugeicons/react": "^1.1.6",
"@tanstack/devtools-vite": "^0.6.0",
"@tanstack/react-devtools": "^0.10.0",
"@tanstack/react-pacer": "^0.20.0",
"@tanstack/react-pacer-devtools": "^0.5.5",
"@tanstack/react-query": "^5.91.2",
"@tanstack/react-query-devtools": "^5.91.3",
"@tauri-apps/api": "^2.10.1",
"@tanstack/react-devtools": "^0.10.2",
"@tanstack/react-pacer": "^0.22.0",
"@tanstack/react-pacer-devtools": "^0.7.0",
"@tanstack/react-query": "^5.100.9",
"@tanstack/react-query-devtools": "^5.100.9",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "^2.4.5",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-opener": "^2.5.4",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-sql": "^2.3.2",
"@tauri-apps/plugin-updater": "^2.10.0",
"@tauri-apps/plugin-sql": "^2.4.0",
"@tauri-apps/plugin-updater": "^2.10.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"lucide-react": "^1.14.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.2",
"react-resizable-panels": "^4.7.3",
"react-router-dom": "^7.13.1",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-hook-form": "^7.75.0",
"react-resizable-panels": "^4.11.0",
"react-router-dom": "^7.15.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"ulid": "^3.0.2",
"zod": "^4.3.6",
"zustand": "^5.0.12"
"zod": "^4.4.3",
"zustand": "^5.0.13"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"@tauri-apps/cli": "^2.10.1",
"@types/node": "^25.5.0",
"@tailwindcss/vite": "^4.2.4",
"@tauri-apps/cli": "^2.11.1",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.2.2",
"tailwindcss": "^4.2.4",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"vite": "^8.0.1"
"typescript": "~6.0.3",
"vite": "^8.0.11"
}
}
+2 -2
View File
@@ -31,9 +31,9 @@ function getArchesForBin(bin) {
}
const versions = {
'yt-dlp': '2026.03.21.233500',
'yt-dlp': '2026.05.05.233942',
'ffmpeg-ffprobe': 'latest',
'deno': '2.7.8',
'deno': '2.7.14',
'aria2c': '1.37.0',
'neodlp-pot': '0.8.1'
};
+506 -826
View File
File diff suppressed because it is too large Load Diff
+5 -3
View File
@@ -2,7 +2,9 @@ import { useLocation } from "react-router-dom";
import { isActive } from "@/utils";
import { config } from "@/config";
import { useSettingsPageStatesStore } from "@/services/store";
import { Github, Globe, Heart } from "lucide-react";
import { Globe, Heart } from "lucide-react";
import { HugeiconsIcon } from "@hugeicons/react";
import { GithubIcon } from "@hugeicons/core-free-icons";
import { IndianFlagLogo } from "@/components/icons/india";
export default function Footer() {
@@ -20,10 +22,10 @@ export default function Footer() {
</div>
<div className="flex items-center gap-2">
<a href={config.appHomepage} target="_blank" className="text-sm text-muted-foreground hover:text-foreground" title="Homepage">
<Globe className="w-4 h-4" />
<Globe className="size-4" />
</a>
<a href={'https://github.com/' + config.appRepo} target="_blank" className="text-sm text-muted-foreground hover:text-foreground" title="GitHub">
<Github className="w-4 h-4" />
<HugeiconsIcon icon={GithubIcon} className="size-4" />
</a>
</div>
</div>
@@ -7,7 +7,9 @@ import { Switch } from "@/components/ui/switch";
import { Label } from "@/components/ui/label";
import { Button } from "@/components/ui/button";
import { toast } from "sonner";
import { BadgeCheck, BellRing, BrushCleaning, Bug, CircleCheck, Cookie, ExternalLink, FilePen, FileVideo, Folder, FolderOpen, Github, Globe, Heart, Info, KeyRound, Loader2, LucideIcon, Mail, Monitor, Moon, Package, Scale, ShieldMinus, SquareTerminal, Sun, Terminal, Timer, Trash, TriangleAlert, WandSparkles, Wifi, Wrench } from "lucide-react";
import { BadgeCheck, BellRing, BrushCleaning, Bug, CircleCheck, Cookie, ExternalLink, FilePen, FileVideo, Folder, FolderOpen, Globe, Heart, Info, KeyRound, Loader2, LucideIcon, Mail, Monitor, Moon, Package, Scale, ShieldMinus, SquareTerminal, Sun, Terminal, Timer, Trash, TriangleAlert, WandSparkles, Wifi, Wrench } from "lucide-react";
import { HugeiconsIcon } from "@hugeicons/react";
import { GithubIcon } from "@hugeicons/core-free-icons";
import { cn } from "@/lib/utils";
import { Slider } from "@/components/ui/slider";
import { Input } from "@/components/ui/input";
@@ -1793,7 +1795,7 @@ function AppInfoSettings() {
<Globe className="size-3.5" />
</a>
<a href={'https://github.com/' + config.appRepo} target="_blank" className="text-sm text-foreground" title="GitHub">
<Github className="size-3.5" />
<HugeiconsIcon icon={GithubIcon} className="size-3.5" />
</a>
<p className="text-muted-foreground"></p>
<a href={config.appHomepage + '/privacy-policy'} target="_blank" className="text-xs hover:underline">Privacy Policy</a>
@@ -1805,7 +1807,7 @@ function AppInfoSettings() {
</div>
<div className="about-developer">
<h3 className="font-semibold">Developer</h3>
<p className="text-xs text-muted-foreground mb-3">Meet the Creator & Lead-Developer of NeoDLP</p>
<p className="text-xs text-muted-foreground mb-3">Meet the Creator of NeoDLP</p>
<Card className="p-4 space-y-4 flex items-center gap-4">
<div className="relative w-fit m-0">
<Avatar className="size-11">
+1 -1
View File
@@ -6,5 +6,5 @@ export const config = {
appSupportEmail: "support@neodlp.neosubhamoy.com",
appAuthor: "Subhamoy Biswas",
appAuthorUrl: "https://neosubhamoy.com",
appAuthorSponsorUrl: "https://buymeacoffee.com/neosubhamoy",
appAuthorSponsorUrl: "https://github.com/sponsors/neosubhamoy",
}
+2 -2
View File
@@ -26,12 +26,12 @@ const TanstackProvider = ({children}: {children: React.ReactNode}) => {
plugins={[
{
name: 'TanStack Query',
render: <ReactQueryDevtoolsPanel />,
render: <ReactQueryDevtoolsPanel theme='dark' />,
defaultOpen: true
},
{
name: 'TanStack Pacer',
render: <PacerDevtoolsPanel />,
render: <PacerDevtoolsPanel theme='dark' devtoolsOpen={false} />,
defaultOpen: false
},
]}