@fumadocs/ui 16.4.9 → 16.4.11

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.
@@ -1,11 +1,11 @@
1
1
  import { ComponentProps } from "react";
2
- import * as react_jsx_runtime4 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/toc/clerk.d.ts
5
5
  declare function TOCItems({
6
6
  ref,
7
7
  className,
8
8
  ...props
9
- }: ComponentProps<'div'>): react_jsx_runtime4.JSX.Element;
9
+ }: ComponentProps<'div'>): react_jsx_runtime5.JSX.Element;
10
10
  //#endregion
11
11
  export { TOCItems };
@@ -1,11 +1,11 @@
1
1
  import { ComponentProps } from "react";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/toc/default.d.ts
5
5
  declare function TOCItems({
6
6
  ref,
7
7
  className,
8
8
  ...props
9
- }: ComponentProps<'div'>): react_jsx_runtime5.JSX.Element;
9
+ }: ComponentProps<'div'>): react_jsx_runtime4.JSX.Element;
10
10
  //#endregion
11
11
  export { TOCItems };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fumadocs/ui",
3
- "version": "16.4.9",
3
+ "version": "16.4.11",
4
4
  "description": "The low-level primitives for Fumadocs UI.",
5
5
  "keywords": [
6
6
  "Docs",
@@ -31,19 +31,19 @@
31
31
  "tailwind-merge": "^3.4.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@types/bun": "^1.3.6",
34
+ "@types/bun": "^1.3.7",
35
35
  "@types/lodash.merge": "^4.6.9",
36
- "@types/node": "^25.0.10",
37
- "@types/react": "^19.2.9",
36
+ "@types/node": "^25.1.0",
37
+ "@types/react": "^19.2.10",
38
38
  "@types/react-dom": "^19.2.3",
39
39
  "class-variance-authority": "^0.7.1",
40
40
  "lodash.merge": "^4.6.2",
41
- "next": "16.1.4",
41
+ "next": "16.1.6",
42
42
  "tailwindcss": "^4.1.18",
43
43
  "tsdown": "^0.19.0",
44
- "@fumadocs/cli": "1.2.2",
44
+ "@fumadocs/cli": "1.2.3",
45
45
  "eslint-config-custom": "0.0.0",
46
- "fumadocs-core": "16.4.9",
46
+ "fumadocs-core": "16.4.11",
47
47
  "tsconfig": "0.0.0"
48
48
  },
49
49
  "peerDependencies": {
@@ -52,7 +52,7 @@
52
52
  "react": "^19.2.0",
53
53
  "react-dom": "^19.2.0",
54
54
  "tailwindcss": "^4.0.0",
55
- "fumadocs-core": "16.4.9"
55
+ "fumadocs-core": "16.4.11"
56
56
  },
57
57
  "peerDependenciesMeta": {
58
58
  "next": {