Skip to content

Commit e2592cc

Browse files
committed
Fix react-syntax-highlighter issue
1 parent e31803a commit e2592cc

File tree

3 files changed

+106
-33
lines changed

3 files changed

+106
-33
lines changed

apps/landing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react": "^19.2",
2424
"react-dom": "^19.2",
2525
"react-markdown": "^10.1",
26-
"react-syntax-highlighter": "^16.0",
26+
"react-syntax-highlighter": "^15.6",
2727
"remark-gfm": "^4.0",
2828
"lenis": "1.3"
2929
},

apps/landing/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"df/*.d.ts",
3131
".next\\dev/types/**/*.ts",
3232
".next\\dev/types/**/*.ts",
33-
"next.config.mts"
33+
"next.config.mts",
34+
".next/dev/types/**/*.ts"
3435
],
3536
"exclude": ["node_modules"]
3637
}

pnpm-lock.yaml

Lines changed: 103 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)