Skip to content

Commit 341ccff

Browse files
committed
Fix package, tsconfig
1 parent 0bcb7e7 commit 341ccff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/landing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"next": "^15.3.5",
2323
"react": "^19.1.0",
2424
"react-dom": "^19.1.0",
25-
"react-markdown": "10.1.0",
25+
"react-markdown": "^10.1.0",
2626
"react-syntax-highlighter": "^15.6.1",
2727
"remark-gfm": "^4.0.1",
2828
"sanitize.css": "^13.0.0"

apps/landing/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"noEmit": true,
1313
"esModuleInterop": true,
1414
"module": "esnext",
15+
"moduleResolution": "bundler",
1516
"resolveJsonModule": true,
1617
"isolatedModules": true,
1718
"jsx": "preserve",
1819
"incremental": true,
19-
"moduleResolution": "node",
2020
"plugins": [
2121
{
2222
"name": "next"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)