Update package versions and improve code handling

Multiple package versions have been updated to their latest versions for better compatibility and stability. In addition, modifications were made to the `getGitHash` function in `route.ts` to handle potential failures more gracefully.
This commit is contained in:
gbuomprisco
2024-07-17 18:43:57 +08:00
parent fb04be4d26
commit 35717c79f7
19 changed files with 530 additions and 655 deletions

View File

@@ -17,7 +17,7 @@
"autoprefixer": "^10.4.19",
"next": "14.2.5",
"postcss": "8.4.39",
"tailwindcss": "3.4.4",
"tailwindcss": "3.4.6",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {