1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-08-05 03:03:43 +05:30

chore: bumped up deps

This commit is contained in:
2026-07-26 21:52:50 +05:30
Verified
parent 95665b276d
commit 5f988d91ed
5 changed files with 1389 additions and 1246 deletions
+1030 -876
View File
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -26,21 +26,21 @@
"download": "node ./scripts/download-bins.js" "download": "node ./scripts/download-bins.js"
}, },
"dependencies": { "dependencies": {
"@fontsource-variable/inter": "^5.2.8", "@fontsource-variable/inter": "^5.3.0",
"@hookform/resolvers": "^5.4.0", "@hookform/resolvers": "^5.5.7",
"@hugeicons/core-free-icons": "^4.2.2", "@hugeicons/core-free-icons": "^4.2.3",
"@hugeicons/react": "^1.1.9", "@hugeicons/react": "^1.1.9",
"@tanstack/devtools-vite": "^0.8.1", "@tanstack/devtools-vite": "^0.8.3",
"@tanstack/react-devtools": "^0.10.8", "@tanstack/react-devtools": "^0.10.9",
"@tanstack/react-pacer": "^0.22.1", "@tanstack/react-pacer": "^0.22.1",
"@tanstack/react-pacer-devtools": "^0.7.1", "@tanstack/react-pacer-devtools": "^0.7.1",
"@tanstack/react-query": "^5.101.2", "@tanstack/react-query": "^5.101.4",
"@tanstack/react-query-devtools": "^5.101.2", "@tanstack/react-query-devtools": "^5.101.4",
"@tauri-apps/api": "^2.11.1", "@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2", "@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-dialog": "^2.7.1", "@tauri-apps/plugin-dialog": "^2.7.2",
"@tauri-apps/plugin-fs": "^2.5.1", "@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-log": "^2.8.0", "@tauri-apps/plugin-log": "^2.9.0",
"@tauri-apps/plugin-notification": "^2.3.3", "@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-opener": "^2.5.4", "@tauri-apps/plugin-opener": "^2.5.4",
"@tauri-apps/plugin-os": "^2.3.2", "@tauri-apps/plugin-os": "^2.3.2",
@@ -50,15 +50,15 @@
"@tauri-apps/plugin-updater": "^2.10.1", "@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": "^1.24.0", "lucide-react": "^1.27.0",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"radix-ui": "^1.6.2", "radix-ui": "^1.6.7",
"react": "^19.2.7", "react": "^19.2.8",
"react-dom": "^19.2.7", "react-dom": "^19.2.8",
"react-hook-form": "^7.81.0", "react-hook-form": "^7.83.0",
"react-resizable-panels": "^4.12.1", "react-resizable-panels": "^4.12.2",
"react-router-dom": "^7.18.1", "react-router-dom": "^7.18.1",
"shadcn": "^4.13.0", "shadcn": "^4.15.0",
"sonner": "^2.0.7", "sonner": "^2.0.7",
"tailwind-merge": "^3.6.0", "tailwind-merge": "^3.6.0",
"ulid": "^3.0.2", "ulid": "^3.0.2",
@@ -66,15 +66,15 @@
"zustand": "^5.0.14" "zustand": "^5.0.14"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/vite": "^4.3.2", "@tailwindcss/vite": "^4.3.3",
"@tauri-apps/cli": "^2.11.4", "@tauri-apps/cli": "^2.11.4",
"@types/node": "^26.1.1", "@types/node": "^26.1.1",
"@types/react": "^19.2.17", "@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3", "@vitejs/plugin-react": "^6.0.3",
"tailwindcss": "^4.3.2", "tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
"typescript": "~6.0.3", "typescript": "~6.0.3",
"vite": "^8.1.4" "vite": "^8.1.5"
} }
} }
+2 -2
View File
@@ -31,9 +31,9 @@ function getArchesForBin(bin) {
} }
const versions = { const versions = {
'yt-dlp': '2026.07.06.234510', 'yt-dlp': '2026.07.23.234303',
'ffmpeg-ffprobe': 'latest', 'ffmpeg-ffprobe': 'latest',
'deno': '2.9.2', 'deno': '2.9.4',
'aria2c': '1.37.0', 'aria2c': '1.37.0',
'neodlp-pot': '0.8.1' 'neodlp-pot': '0.8.1'
}; };
+337 -348
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -23,7 +23,7 @@ reqwest = { version = "0.13", features = ["json"] }
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
tokio-tungstenite = "*" tokio-tungstenite = "*"
sqlx = { version = "0.9", features = [ "sqlite", "runtime-tokio", "tls-native-tls" ] } sqlx = { version = "0.9", features = [ "sqlite", "runtime-tokio", "tls-native-tls" ] }
base64 = "0.22" base64 = "0.23"
directories = "6.0" directories = "6.0"
futures-util = "0.3" futures-util = "0.3"
log = "0.4" log = "0.4"