Fix types

This commit is contained in:
Konstantin Wohlwend
2026-06-01 16:25:49 -07:00
parent f9d081da09
commit 2e1bfecb5f
24 changed files with 215 additions and 656 deletions
+4 -4
View File
@@ -46,8 +46,8 @@
"next-themes": "^0.4.6",
"posthog-js": "^1.336.1",
"posthog-node": "^4.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-medium-image-zoom": "^5.4.0",
"react-remove-scroll": "^2.7.0",
"remark": "^15.0.1",
@@ -62,8 +62,8 @@
"@tailwindcss/postcss": "^4.1.7",
"@types/mdx": "^2.0.13",
"@types/node": "22.15.18",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "15.3.2",
"glob": "^11.0.0",