1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-08-05 01:53:44 +05:30

chore: bumped up deps

This commit is contained in:
2026-07-09 21:12:16 +05:30
Verified
parent e66da1a155
commit 03d950951e
7 changed files with 1829 additions and 1789 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# NeoDLP - Neo Downloader Plus
Cross-platform Video/Audio Downloader Desktop App based on YT-DLP with Modern UI and Browser Integration
Modern Video/Audio Downloader based on YT-DLP with Browser Integration
[![github release](https://img.shields.io/github/v/release/neosubhamoy/neodlp?color=lime-green&style=for-the-badge)](https://github.com/neosubhamoy/neodlp/releases/latest)
[![github downloads](https://img.shields.io/github/downloads/neosubhamoy/neodlp/total?style=for-the-badge)](https://github.com/neosubhamoy/neodlp/releases)
+1063 -1217
View File
File diff suppressed because it is too large Load Diff
+25 -23
View File
@@ -2,7 +2,9 @@
"name": "neodlp",
"private": true,
"version": "0.4.5",
"description": "Cross-platform Video/Audio Downloader Desktop App based on YT-DLP with Modern UI and Browser Integration",
"description": "Modern Video/Audio Downloader based on YT-DLP with Browser Integration",
"author": "neosubhamoy <hey@neosubhamoy.com>",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
@@ -25,15 +27,15 @@
},
"dependencies": {
"@hookform/resolvers": "^5.4.0",
"@hugeicons/core-free-icons": "^4.1.4",
"@hugeicons/react": "^1.1.6",
"@tanstack/devtools-vite": "^0.7.0",
"@tanstack/react-devtools": "^0.10.5",
"@hugeicons/core-free-icons": "^4.2.2",
"@hugeicons/react": "^1.1.9",
"@tanstack/devtools-vite": "^0.8.1",
"@tanstack/react-devtools": "^0.10.8",
"@tanstack/react-pacer": "^0.22.1",
"@tanstack/react-pacer-devtools": "^0.7.1",
"@tanstack/react-query": "^5.100.14",
"@tanstack/react-query-devtools": "^5.100.14",
"@tauri-apps/api": "^2.11.0",
"@tanstack/react-query": "^5.101.2",
"@tanstack/react-query-devtools": "^5.101.2",
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1",
@@ -47,30 +49,30 @@
"@tauri-apps/plugin-updater": "^2.10.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.16.0",
"lucide-react": "^1.24.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-hook-form": "^7.76.1",
"react-resizable-panels": "^4.11.2",
"react-router-dom": "^7.15.1",
"radix-ui": "^1.6.2",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hook-form": "^7.81.0",
"react-resizable-panels": "^4.12.1",
"react-router-dom": "^7.18.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"ulid": "^3.0.2",
"zod": "^4.4.3",
"zustand": "^5.0.13"
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@tauri-apps/cli": "^2.11.2",
"@types/node": "^25.9.1",
"@types/react": "^19.2.15",
"@tailwindcss/vite": "^4.3.2",
"@tauri-apps/cli": "^2.11.4",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"tailwindcss": "^4.3.0",
"@vitejs/plugin-react": "^6.0.3",
"tailwindcss": "^4.3.2",
"tw-animate-css": "^1.4.0",
"typescript": "~6.0.3",
"vite": "^8.0.14"
"vite": "^8.1.4"
}
}
+2 -2
View File
@@ -31,9 +31,9 @@ function getArchesForBin(bin) {
}
const versions = {
'yt-dlp': '2026.05.24.234402',
'yt-dlp': '2026.07.06.234510',
'ffmpeg-ffprobe': 'latest',
'deno': '2.8.0',
'deno': '2.9.2',
'aria2c': '1.37.0',
'neodlp-pot': '0.8.1'
};
+733 -541
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -1,7 +1,7 @@
[package]
name = "neodlp"
version = "0.4.5"
description = "Cross-platform Video/Audio Downloader Desktop App based on YT-DLP with Modern UI and Browser Integration"
description = "Modern Video/Audio Downloader based on YT-DLP with Browser Integration"
authors = ["neosubhamoy <hey@neosubhamoy.com>"]
edition = "2021"
license = "MIT"
@@ -15,9 +15,6 @@ license = "MIT"
name = "neodlp_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = ["tray-icon"] }
serde = { version = "1", features = ["derive"] }
@@ -25,7 +22,7 @@ serde_json = "1"
reqwest = { version = "0.13", features = ["json"] }
tokio = { version = "1", features = ["full"] }
tokio-tungstenite = "*"
sqlx = { version = "0.8", features = [ "sqlite", "runtime-tokio", "tls-native-tls" ] }
sqlx = { version = "0.9", features = [ "sqlite", "runtime-tokio", "tls-native-tls" ] }
base64 = "0.22"
directories = "6.0"
futures-util = "0.3"
@@ -46,6 +43,9 @@ tauri-plugin-log = "2"
tauri-plugin-single-instance = "2"
tauri-plugin-updater = "2"
[build-dependencies]
tauri-build = { version = "2", features = [] }
[workspace]
members = [
".",