update pkgs and fix compatibility

This commit is contained in:
cnrad
2023-12-16 23:16:15 -05:00
parent 680a727f3a
commit 95b80e8d17
4 changed files with 1540 additions and 1293 deletions

4
next-env.d.ts vendored
View File

@@ -1,2 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.