mocksaml/next-env.d.ts

7 lines
249 B
TypeScript
Raw Permalink Normal View History

2022-01-08 15:11:13 +00:00
/// <reference types="next" />
/// <reference types="next/image-types/global" />
build(deps): bump the next group with 2 updates (#1045) * build(deps): bump the next group with 2 updates Bumps the next group with 2 updates: [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `next` from 15.5.5 to 16.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.5.5...v16.0.3) Updates `eslint-config-next` from 15.5.5 to 16.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.0.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: next - dependency-name: eslint-config-next dependency-version: 16.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: next ... Signed-off-by: dependabot[bot] <support@github.com> * Revert "build(deps): bump the next group with 2 updates" This reverts commit b1ee63005d5ea23b6b9e6a9c7d8f40a578225d81. * updated to nextjs 16 * more nextjs 16 upgrade tweaks * more nextjs 16 upgrade tweaks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Deepak Prabhakara <deepak.prabhakara@ory.sh>
2025-11-17 00:25:50 +00:00
import "./.next/types/routes.d.ts";
2022-01-08 15:11:13 +00:00
// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.