fix: lint type import

This commit is contained in:
Julien Froidefond
2025-03-02 14:02:23 +01:00
parent e8386a4834
commit a4b521fe2e
78 changed files with 595 additions and 242 deletions

View File

@@ -24,7 +24,7 @@
"i18next-browser-languagedetector": "^8.0.4",
"lucide-react": "^0.476.0",
"mongoose": "8.1.0",
"next": "14.1.0",
"next": "15.2.0",
"next-auth": "4.24.5",
"next-themes": "0.2.1",
"react": "18.2.0",
@@ -37,14 +37,15 @@
},
"devDependencies": {
"@types/node": "20.11.16",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "6.21.0",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "15.2.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"eslint-plugin-unused-imports": "^4.1.4",
"postcss": "8.4.33",
"tailwindcss": "3.4.1",