Improvements to package versioning, dependencies, etc

This commit is contained in:
Dries Augustyns
2025-12-06 08:16:47 +01:00
parent caaa58a0ff
commit 1a6fbbdc9a
17 changed files with 429 additions and 574 deletions
-6
View File
@@ -1,6 +0,0 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
+2 -2
View File
@@ -31,11 +31,11 @@
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/mdx": "^2.0.13",
"@types/node": "24.10.0",
"@types/node": "^24.10.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"postcss": "^8.4.33",
"tailwindcss": "^4.1.17",
"typescript": "5.7.2"
"typescript": "^5.7.2"
}
}