Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 9e1b92e

Browse files
chore: update dependencies and add TypeScript reference for routes
- Updated `react-syntax-highlighter` to version 16.1.0 - Updated `eslint` to version 9.39.1 - Updated `@babel/runtime` to version 7.28.4 - Updated various other dependencies in `package-lock.json` - Added TypeScript reference for routes in `next-env.d.ts`
1 parent b464eac commit 9e1b92e

File tree

3 files changed

+237
-184
lines changed

3 files changed

+237
-184
lines changed

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)