locale fix

This commit is contained in:
2025-04-19 18:45:21 +01:00
parent babcc20166
commit 157e5332e3
12 changed files with 715 additions and 546 deletions
+2 -1
View File
@@ -30,6 +30,7 @@
"sort-by": "^0.0.2"
},
"devDependencies": {
"@types/node": "^22.14.1",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
@@ -42,6 +43,6 @@
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.1.0"
"vite": "^6.3.2"
}
}