1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 16:05:50 +05:30

chore: bumped up to v0.4.2

This commit is contained in:
2026-03-03 13:21:54 +05:30
Verified
parent d66334ab85
commit d5a6eba383
9 changed files with 484 additions and 408 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "neodlp",
"private": true,
"version": "0.4.1",
"version": "0.4.2",
"description": "Cross-platform Video/Audio Downloader Desktop App based on YT-DLP with Modern UI and Browser Integration",
"type": "module",
"scripts": {
@@ -21,7 +21,7 @@
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@tanstack/devtools-vite": "^0.5.1",
"@tanstack/devtools-vite": "^0.5.2",
"@tanstack/react-devtools": "^0.9.6",
"@tanstack/react-pacer": "^0.20.0",
"@tanstack/react-pacer-devtools": "^0.5.2",
@@ -41,30 +41,30 @@
"@tauri-apps/plugin-updater": "^2.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.574.0",
"lucide-react": "^0.576.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.1",
"react-resizable-panels": "^4.6.4",
"react-router-dom": "^7.13.0",
"react-hook-form": "^7.71.2",
"react-resizable-panels": "^4.7.0",
"react-router-dom": "^7.13.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.1",
"tailwind-merge": "^3.5.0",
"ulid": "^3.0.2",
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.0",
"@tailwindcss/vite": "^4.2.0",
"@tailwindcss/postcss": "^4.2.1",
"@tailwindcss/vite": "^4.2.1",
"@tauri-apps/cli": "^2.10.0",
"@types/node": "^25.2.3",
"@types/node": "^25.3.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"postcss": "^8.5.6",
"tailwindcss": "^4.2.0",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"vite": "^7.3.1"