1
1
mirror of https://github.com/neosubhamoy/neodlp-website.git synced 2026-02-04 12:22:21 +05:30

refactor: updated to new tauri release package naming schemes

This commit is contained in:
2025-10-28 13:23:09 +05:30
Verified
parent bdcfedeeb1
commit 0f4c52bab2
6 changed files with 890 additions and 367 deletions

View File

@@ -9,30 +9,30 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.7",
"@astrojs/netlify": "^6.5.12",
"@astrojs/mdx": "^4.3.8",
"@astrojs/netlify": "^6.6.0",
"@astrojs/react": "^4.4.0",
"@astrojs/sitemap": "^3.6.0",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/vite": "^4.1.14",
"@tailwindcss/vite": "^4.1.16",
"@types/canvas-confetti": "^1.9.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"astro": "^5.14.3",
"astro-loading-indicator": "^0.7.0",
"canvas-confetti": "^1.9.3",
"@types/react-dom": "^19.2.2",
"astro": "^5.15.1",
"astro-loading-indicator": "^0.7.1",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.545.0",
"motion": "^12.23.22",
"lucide-react": "^0.548.0",
"motion": "^12.23.24",
"next-themes": "^0.4.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.14"
"tailwindcss": "^4.1.16"
},
"devDependencies": {
"tw-animate-css": "^1.4.0"