Upgrade dependencies
Some checks failed
Vercel Preview Deployment / Deploy-Preview (pull_request) Failing after 9s
Node.js CI / build (18.x) (pull_request) Failing after 6s
Node.js CI / build (20.x) (pull_request) Failing after 6s
Node.js CI / build (22.x) (pull_request) Failing after 7s

This commit is contained in:
2025-12-03 21:38:25 -05:00
parent 2db426c4db
commit 37703240db
2 changed files with 20 additions and 6 deletions

2
next-env.d.ts vendored
View File

@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.