fumadocs-mdx 8.2.10 → 8.2.12

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +2 -2
  2. package/package.json +5 -5
package/dist/index.d.mts CHANGED
@@ -12,12 +12,12 @@ declare const defaultSchemas: {
12
12
  icon: z.ZodOptional<z.ZodString>;
13
13
  }, "strip", z.ZodTypeAny, {
14
14
  title: string;
15
- description?: string | undefined;
16
15
  icon?: string | undefined;
16
+ description?: string | undefined;
17
17
  }, {
18
18
  title: string;
19
- description?: string | undefined;
20
19
  icon?: string | undefined;
20
+ description?: string | undefined;
21
21
  }>;
22
22
  meta: z.ZodObject<{
23
23
  title: z.ZodOptional<z.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-mdx",
3
- "version": "8.2.10",
3
+ "version": "8.2.12",
4
4
  "description": "The built-in source for Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -42,15 +42,15 @@
42
42
  "estree-util-value-to-estree": "^3.1.1",
43
43
  "fast-glob": "^3.3.1",
44
44
  "gray-matter": "^4.0.3",
45
- "zod": "^3.22.4",
46
- "fumadocs-core": "11.0.1"
45
+ "zod": "^3.23.4",
46
+ "fumadocs-core": "11.0.3"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/cross-spawn": "^6.0.6",
50
50
  "@types/mdast": "^4.0.3",
51
51
  "@types/mdx": "^2.0.13",
52
- "@types/react": "^18.2.67",
53
- "next": "^14.2.1",
52
+ "@types/react": "^18.3.1",
53
+ "next": "^14.2.3",
54
54
  "unified": "^11.0.4",
55
55
  "webpack": "^5.90.3",
56
56
  "eslint-config-custom": "0.0.0",