fumadocs-mdx 8.2.8 → 8.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config.d.mts +4 -1
- package/package.json +5 -5
package/dist/config.d.mts
CHANGED
|
@@ -107,7 +107,7 @@ declare const createMDX: ({ mdxOptions, cwd, rootMapPath, rootContentPath, build
|
|
|
107
107
|
} | undefined;
|
|
108
108
|
outputFileTracing?: boolean | undefined;
|
|
109
109
|
staticPageGenerationTimeout?: number | undefined;
|
|
110
|
-
crossOrigin?:
|
|
110
|
+
crossOrigin?: "anonymous" | "use-credentials" | undefined;
|
|
111
111
|
swcMinify?: boolean | undefined;
|
|
112
112
|
compiler?: {
|
|
113
113
|
reactRemoveProperties?: boolean | {
|
|
@@ -124,6 +124,9 @@ declare const createMDX: ({ mdxOptions, cwd, rootMapPath, rootContentPath, build
|
|
|
124
124
|
} | undefined;
|
|
125
125
|
styledComponents?: boolean | next_dist_server_config_shared.StyledComponentsConfig | undefined;
|
|
126
126
|
emotion?: boolean | next_dist_server_config_shared.EmotionConfig | undefined;
|
|
127
|
+
styledJsx?: boolean | {
|
|
128
|
+
useLightningcss?: boolean | undefined;
|
|
129
|
+
} | undefined;
|
|
127
130
|
} | undefined;
|
|
128
131
|
output?: "standalone" | "export" | undefined;
|
|
129
132
|
transpilePackages?: string[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-mdx",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.10",
|
|
4
4
|
"description": "The built-in source for Fumadocs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"NextJs",
|
|
@@ -39,18 +39,18 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@mdx-js/mdx": "^3.0.1",
|
|
41
41
|
"cross-spawn": "^7.0.3",
|
|
42
|
-
"estree-util-value-to-estree": "^3.
|
|
42
|
+
"estree-util-value-to-estree": "^3.1.1",
|
|
43
43
|
"fast-glob": "^3.3.1",
|
|
44
44
|
"gray-matter": "^4.0.3",
|
|
45
45
|
"zod": "^3.22.4",
|
|
46
|
-
"fumadocs-core": "
|
|
46
|
+
"fumadocs-core": "11.0.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/cross-spawn": "^6.0.6",
|
|
50
50
|
"@types/mdast": "^4.0.3",
|
|
51
|
-
"@types/mdx": "^2.0.
|
|
51
|
+
"@types/mdx": "^2.0.13",
|
|
52
52
|
"@types/react": "^18.2.67",
|
|
53
|
-
"next": "^14.1
|
|
53
|
+
"next": "^14.2.1",
|
|
54
54
|
"unified": "^11.0.4",
|
|
55
55
|
"webpack": "^5.90.3",
|
|
56
56
|
"eslint-config-custom": "0.0.0",
|