Skip to content

Commit

Permalink
chore: upgrade to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed Apr 13, 2024
1 parent 6e5f70a commit 4955462
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 42 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -87,7 +87,8 @@
"license": "MIT",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
}
}
24 changes: 24 additions & 0 deletions patches/[email protected]
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",
91 changes: 51 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4955462

Please sign in to comment.