Skip to content

Commit 18363fd

Browse files
fix: katex
1 parent b7bed71 commit 18363fd

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

examples/full/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+
import './.next/types/routes.d.ts'
34

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

examples/full/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"dependencies": {
1515
"@notionhq/client": "catalog:",
1616
"classnames": "catalog:",
17+
"katex": "catalog:",
1718
"ky": "catalog:",
1819
"lqip-modern": "catalog:",
1920
"next": "catalog:",

pnpm-lock.yaml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ catalog:
2424
eslint: ^9.35.0
2525
format-number: ^3.0.0
2626
is-url-superb: ^6.1.0
27-
katex: ^0.16.21
27+
katex: 0.16.21
2828
ky: ^1.8.1
2929
lodash.throttle: ^4.1.1
3030
lqip-modern: ^2.1.0

0 commit comments

Comments
 (0)