-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e5f70a
commit 4955462
Showing
3 changed files
with
78 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ | |
"lucide-react": "^0.314.0", | ||
"mdx-mermaid": "^1.3.2", | ||
"mermaid": "10.1.0", | ||
"next": "^14.1.3", | ||
"next": "^14.2.1", | ||
"next-mdx-remote": "^4.4.1", | ||
"posthog-js": "^1.88.3", | ||
"react": "18.3.0-canary-4b2a1115a-20240202", | ||
|
@@ -87,7 +87,8 @@ | |
"license": "MIT", | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]" | ||
"[email protected]": "patches/[email protected]", | ||
"[email protected]": "patches/[email protected]" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
diff --git a/dist/esm/lib/server-external-packages.json b/dist/esm/lib/server-external-packages.json | ||
index dfcf2686b3e1cffac5afaab2f67e88fe6b3590de..7f57e7da24739109709ea1e9526c09df12dccbca 100644 | ||
--- a/dist/esm/lib/server-external-packages.json | ||
+++ b/dist/esm/lib/server-external-packages.json | ||
@@ -28,7 +28,6 @@ | ||
"mdx-bundler", | ||
"mongodb", | ||
"mongoose", | ||
- "next-mdx-remote", | ||
"next-seo", | ||
"node-pty", | ||
"node-web-audio-api", | ||
diff --git a/dist/lib/server-external-packages.json b/dist/lib/server-external-packages.json | ||
index dfcf2686b3e1cffac5afaab2f67e88fe6b3590de..7f57e7da24739109709ea1e9526c09df12dccbca 100644 | ||
--- a/dist/lib/server-external-packages.json | ||
+++ b/dist/lib/server-external-packages.json | ||
@@ -28,7 +28,6 @@ | ||
"mdx-bundler", | ||
"mongodb", | ||
"mongoose", | ||
- "next-mdx-remote", | ||
"next-seo", | ||
"node-pty", | ||
"node-web-audio-api", |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.