fix: remove old stuff and update deps

This commit is contained in:
2024-03-15 02:11:51 +01:00
parent 09e61bb52f
commit c03acfb08b
5 changed files with 8 additions and 148 deletions

View File

@@ -9,20 +9,20 @@
"@radix-ui/react-slot": "^1.0.2",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"autoprefixer": "10.4.15",
"geist": "^1.0.0",
"autoprefixer": "10.4.18",
"geist": "^1.2.2",
"next": "latest",
"postcss": "8.4.29",
"postcss": "8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.1.3"
"typescript": "5.4.2"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.5",
"@types/node": "20.11.27",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"encoding": "^0.1.13"
}
}