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:
Generated
+421
-382
File diff suppressed because it is too large
Load Diff
+27
-25
@@ -25,50 +25,52 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hookform/resolvers": "^5.2.2",
|
"@hookform/resolvers": "^5.2.2",
|
||||||
|
"@hugeicons/core-free-icons": "^4.1.1",
|
||||||
|
"@hugeicons/react": "^1.1.6",
|
||||||
"@tanstack/devtools-vite": "^0.6.0",
|
"@tanstack/devtools-vite": "^0.6.0",
|
||||||
"@tanstack/react-devtools": "^0.10.0",
|
"@tanstack/react-devtools": "^0.10.2",
|
||||||
"@tanstack/react-pacer": "^0.20.0",
|
"@tanstack/react-pacer": "^0.22.0",
|
||||||
"@tanstack/react-pacer-devtools": "^0.5.5",
|
"@tanstack/react-pacer-devtools": "^0.7.0",
|
||||||
"@tanstack/react-query": "^5.91.2",
|
"@tanstack/react-query": "^5.100.9",
|
||||||
"@tanstack/react-query-devtools": "^5.91.3",
|
"@tanstack/react-query-devtools": "^5.100.9",
|
||||||
"@tauri-apps/api": "^2.10.1",
|
"@tauri-apps/api": "^2.11.0",
|
||||||
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
|
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
|
||||||
"@tauri-apps/plugin-dialog": "^2.6.0",
|
"@tauri-apps/plugin-dialog": "^2.7.1",
|
||||||
"@tauri-apps/plugin-fs": "^2.4.5",
|
"@tauri-apps/plugin-fs": "^2.5.1",
|
||||||
"@tauri-apps/plugin-log": "^2.8.0",
|
"@tauri-apps/plugin-log": "^2.8.0",
|
||||||
"@tauri-apps/plugin-notification": "^2.3.3",
|
"@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-os": "^2.3.2",
|
||||||
"@tauri-apps/plugin-process": "^2.3.1",
|
"@tauri-apps/plugin-process": "^2.3.1",
|
||||||
"@tauri-apps/plugin-shell": "^2.3.5",
|
"@tauri-apps/plugin-shell": "^2.3.5",
|
||||||
"@tauri-apps/plugin-sql": "^2.3.2",
|
"@tauri-apps/plugin-sql": "^2.4.0",
|
||||||
"@tauri-apps/plugin-updater": "^2.10.0",
|
"@tauri-apps/plugin-updater": "^2.10.1",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"lucide-react": "^0.577.0",
|
"lucide-react": "^1.14.0",
|
||||||
"next-themes": "^0.4.6",
|
"next-themes": "^0.4.6",
|
||||||
"radix-ui": "^1.4.3",
|
"radix-ui": "^1.4.3",
|
||||||
"react": "^19.2.4",
|
"react": "^19.2.6",
|
||||||
"react-dom": "^19.2.4",
|
"react-dom": "^19.2.6",
|
||||||
"react-hook-form": "^7.71.2",
|
"react-hook-form": "^7.75.0",
|
||||||
"react-resizable-panels": "^4.7.3",
|
"react-resizable-panels": "^4.11.0",
|
||||||
"react-router-dom": "^7.13.1",
|
"react-router-dom": "^7.15.0",
|
||||||
"sonner": "^2.0.7",
|
"sonner": "^2.0.7",
|
||||||
"tailwind-merge": "^3.5.0",
|
"tailwind-merge": "^3.5.0",
|
||||||
"ulid": "^3.0.2",
|
"ulid": "^3.0.2",
|
||||||
"zod": "^4.3.6",
|
"zod": "^4.4.3",
|
||||||
"zustand": "^5.0.12"
|
"zustand": "^5.0.13"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/vite": "^4.2.2",
|
"@tailwindcss/vite": "^4.2.4",
|
||||||
"@tauri-apps/cli": "^2.10.1",
|
"@tauri-apps/cli": "^2.11.1",
|
||||||
"@types/node": "^25.5.0",
|
"@types/node": "^25.6.0",
|
||||||
"@types/react": "^19.2.14",
|
"@types/react": "^19.2.14",
|
||||||
"@types/react-dom": "^19.2.3",
|
"@types/react-dom": "^19.2.3",
|
||||||
"@vitejs/plugin-react": "^6.0.1",
|
"@vitejs/plugin-react": "^6.0.1",
|
||||||
"tailwindcss": "^4.2.2",
|
"tailwindcss": "^4.2.4",
|
||||||
"tw-animate-css": "^1.4.0",
|
"tw-animate-css": "^1.4.0",
|
||||||
"typescript": "~5.9.3",
|
"typescript": "~6.0.3",
|
||||||
"vite": "^8.0.1"
|
"vite": "^8.0.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,9 +31,9 @@ function getArchesForBin(bin) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const versions = {
|
const versions = {
|
||||||
'yt-dlp': '2026.03.21.233500',
|
'yt-dlp': '2026.05.05.233942',
|
||||||
'ffmpeg-ffprobe': 'latest',
|
'ffmpeg-ffprobe': 'latest',
|
||||||
'deno': '2.7.8',
|
'deno': '2.7.14',
|
||||||
'aria2c': '1.37.0',
|
'aria2c': '1.37.0',
|
||||||
'neodlp-pot': '0.8.1'
|
'neodlp-pot': '0.8.1'
|
||||||
};
|
};
|
||||||
|
|||||||
Generated
+506
-826
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,9 @@ import { useLocation } from "react-router-dom";
|
|||||||
import { isActive } from "@/utils";
|
import { isActive } from "@/utils";
|
||||||
import { config } from "@/config";
|
import { config } from "@/config";
|
||||||
import { useSettingsPageStatesStore } from "@/services/store";
|
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";
|
import { IndianFlagLogo } from "@/components/icons/india";
|
||||||
|
|
||||||
export default function Footer() {
|
export default function Footer() {
|
||||||
@@ -20,10 +22,10 @@ export default function Footer() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<a href={config.appHomepage} target="_blank" className="text-sm text-muted-foreground hover:text-foreground" title="Homepage">
|
<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>
|
||||||
<a href={'https://github.com/' + config.appRepo} target="_blank" className="text-sm text-muted-foreground hover:text-foreground" title="GitHub">
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -7,7 +7,9 @@ import { Switch } from "@/components/ui/switch";
|
|||||||
import { Label } from "@/components/ui/label";
|
import { Label } from "@/components/ui/label";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
import { toast } from "sonner";
|
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 { cn } from "@/lib/utils";
|
||||||
import { Slider } from "@/components/ui/slider";
|
import { Slider } from "@/components/ui/slider";
|
||||||
import { Input } from "@/components/ui/input";
|
import { Input } from "@/components/ui/input";
|
||||||
@@ -1793,7 +1795,7 @@ function AppInfoSettings() {
|
|||||||
<Globe className="size-3.5" />
|
<Globe className="size-3.5" />
|
||||||
</a>
|
</a>
|
||||||
<a href={'https://github.com/' + config.appRepo} target="_blank" className="text-sm text-foreground" title="GitHub">
|
<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>
|
</a>
|
||||||
<p className="text-muted-foreground">•</p>
|
<p className="text-muted-foreground">•</p>
|
||||||
<a href={config.appHomepage + '/privacy-policy'} target="_blank" className="text-xs hover:underline">Privacy Policy</a>
|
<a href={config.appHomepage + '/privacy-policy'} target="_blank" className="text-xs hover:underline">Privacy Policy</a>
|
||||||
@@ -1805,7 +1807,7 @@ function AppInfoSettings() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="about-developer">
|
<div className="about-developer">
|
||||||
<h3 className="font-semibold">Developer</h3>
|
<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">
|
<Card className="p-4 space-y-4 flex items-center gap-4">
|
||||||
<div className="relative w-fit m-0">
|
<div className="relative w-fit m-0">
|
||||||
<Avatar className="size-11">
|
<Avatar className="size-11">
|
||||||
|
|||||||
+1
-1
@@ -6,5 +6,5 @@ export const config = {
|
|||||||
appSupportEmail: "support@neodlp.neosubhamoy.com",
|
appSupportEmail: "support@neodlp.neosubhamoy.com",
|
||||||
appAuthor: "Subhamoy Biswas",
|
appAuthor: "Subhamoy Biswas",
|
||||||
appAuthorUrl: "https://neosubhamoy.com",
|
appAuthorUrl: "https://neosubhamoy.com",
|
||||||
appAuthorSponsorUrl: "https://buymeacoffee.com/neosubhamoy",
|
appAuthorSponsorUrl: "https://github.com/sponsors/neosubhamoy",
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,12 +26,12 @@ const TanstackProvider = ({children}: {children: React.ReactNode}) => {
|
|||||||
plugins={[
|
plugins={[
|
||||||
{
|
{
|
||||||
name: 'TanStack Query',
|
name: 'TanStack Query',
|
||||||
render: <ReactQueryDevtoolsPanel />,
|
render: <ReactQueryDevtoolsPanel theme='dark' />,
|
||||||
defaultOpen: true
|
defaultOpen: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'TanStack Pacer',
|
name: 'TanStack Pacer',
|
||||||
render: <PacerDevtoolsPanel />,
|
render: <PacerDevtoolsPanel theme='dark' devtoolsOpen={false} />,
|
||||||
defaultOpen: false
|
defaultOpen: false
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user