convert about types from component to collection-type

This commit is contained in:
Schneider Roland
2025-01-19 21:57:33 +01:00
parent 741dd19588
commit c706a4c7d2
80 changed files with 2428 additions and 630 deletions

View File

@@ -17,6 +17,7 @@
"@types/bootstrap": "^5.2.10",
"@types/ityped": "^1.0.3",
"@types/pg": "^8.11.10",
"@types/qs": "^6.9.18",
"aos": "^2.3.4",
"bcryptjs": "^2.4.3",
"bootstrap": "^4.6.2",
@@ -25,6 +26,7 @@
"ityped": "^1.0.3",
"next": "15.1.3",
"pg": "^8.13.1",
"qs": "^6.14.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},