chore: update dependencies and devDependencies in package.json

fix: add IconProp type for FontAwesome icons in Header and Paginator components

refactor: change string quotes from double to single in Paginator component

fix: update tsconfig.json to use react-jsx and include additional type definitions
This commit is contained in:
DerTyp7
2025-12-25 20:25:13 +01:00
parent 2594d50b09
commit 76a7ac9d83
5 changed files with 1016 additions and 452 deletions

View File

@@ -9,34 +9,34 @@
"lint": "eslint"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^7.0.1",
"@fortawesome/free-regular-svg-icons": "^7.0.1",
"@fortawesome/free-solid-svg-icons": "^7.0.1",
"@fortawesome/react-fontawesome": "^3.0.2",
"bcryptjs": "^3.0.2",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-regular-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.1",
"bcryptjs": "^3.0.3",
"iron-session": "^8.0.4",
"next": "^15.5.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"next": "^16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-google-recaptcha": "^3.1.0",
"sass": "^1.91.0",
"uuid": "^11.1.0",
"zod": "^4.1.5"
"sass": "^1.97.1",
"uuid": "^13.0.0",
"zod": "^4.2.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-google-recaptcha": "^2.1.9",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.45.0",
"eslint": "^9.37.0",
"eslint-config-next": "15.5.2",
"@types/uuid": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.6.2",
"prettier": "^3.7.4",
"prettier-eslint": "^16.4.2",
"typescript": "^5"
}