Update dependencies in package.json

This commit is contained in:
2024-04-10 10:49:08 +02:00
parent 05b82e0b43
commit 2273d7781a

View File

@@ -9,20 +9,20 @@
"@radix-ui/react-slot": "^1.0.2",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"autoprefixer": "10.4.18",
"geist": "^1.2.2",
"autoprefixer": "10.4.19",
"geist": "^1.3.0",
"next": "latest",
"postcss": "8.4.35",
"postcss": "8.4.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.4.2"
"typescript": "5.4.4"
},
"devDependencies": {
"@types/node": "20.11.27",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@types/node": "20.12.7",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"encoding": "^0.1.13"
}
}