mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-08-05 04:13:44 +05:30
chore: bumped up deps
This commit is contained in:
+25
-23
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user