Skip to content

Commit 182f3d9

Browse files
committed
build: downgrade nextra deps
1 parent 18fb649 commit 182f3d9

File tree

3 files changed

+17
-21
lines changed

3 files changed

+17
-21
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@
129129
"array-flatten": "npm:@nolyfill/array-flatten@^1",
130130
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
131131
"isarray": "npm:@nolyfill/isarray@^1.0.29",
132+
"nextra": "3.1.0",
133+
"nextra-theme-docs": "3.1.0",
132134
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
133135
"safer-buffer": "npm:@nolyfill/safer-buffer@^1",
134136
"side-channel": "npm:@nolyfill/side-channel@^1.0.29",

pnpm-lock.yaml

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

website/next.config.mjs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { createVanillaExtractPlugin } from "@vanilla-extract/next-plugin";
22
import nextra from "nextra";
33
import codeImport from "remark-code-import";
44
import remarkGFM from "remark-gfm";
5-
import bundleAnalyzer from "@next/bundle-analyzer";
65

76
const withVanillaExtract = createVanillaExtractPlugin();
87

@@ -72,8 +71,4 @@ const nextConfig = {
7271
},
7372
};
7473

75-
const withBundleAnalyzer = bundleAnalyzer({
76-
enabled: process.env.ANALYZE === "true",
77-
});
78-
79-
export default withBundleAnalyzer(withVanillaExtract(withNextra(nextConfig)));
74+
export default withVanillaExtract(withNextra(nextConfig));

0 commit comments

Comments
 (0)