Files
Jules 3e92c15bb1 chore: upgrade next to version 15.5.16 across all projects
* fix(status.app): normalize prefetch before passing to next-intl Link

next/link can emit prefetch: "unstable_forceStale", but next-intl’s Link type doesn’t accept it. Strip/normalize that value in the shared link wrapper to prevent the TypeScript build error.

* chore: upgrade next to version 15.5.16 across all projects

* chore: re-generate next-end.d.ts

* chore: add changeset
2026-05-15 12:43:44 +09:00

7 lines
262 B
TypeScript

/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.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.