fumadocs-ui 15.0.1 → 15.0.2

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/style.css +1 -1
  2. package/package.json +5 -5
package/dist/style.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.0.2 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.0.3 | MIT License | https://tailwindcss.com */
2
2
  @layer theme, base, components, utilities;
3
3
  @layer theme {
4
4
  :root, :host {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-ui",
3
- "version": "15.0.1",
3
+ "version": "15.0.2",
4
4
  "description": "The framework for building a documentation website in Next.js",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -72,16 +72,16 @@
72
72
  },
73
73
  "devDependencies": {
74
74
  "@next/eslint-plugin-next": "^15.1.6",
75
- "@tailwindcss/cli": "^4.0.2",
75
+ "@tailwindcss/cli": "^4.0.3",
76
76
  "@types/lodash.merge": "^4.6.9",
77
77
  "@types/react": "^19.0.8",
78
78
  "@types/react-dom": "^19.0.3",
79
79
  "next": "15.1.6",
80
- "tailwindcss": "^4.0.2",
80
+ "tailwindcss": "^4.0.3",
81
81
  "tsc-alias": "^1.8.10",
82
82
  "@fumadocs/cli": "0.0.7",
83
83
  "eslint-config-custom": "0.0.0",
84
- "fumadocs-core": "15.0.1",
84
+ "fumadocs-core": "15.0.2",
85
85
  "tsconfig": "0.0.0"
86
86
  },
87
87
  "peerDependencies": {
@@ -89,7 +89,7 @@
89
89
  "react": "18.x.x || 19.x.x",
90
90
  "react-dom": "18.x.x || 19.x.x",
91
91
  "tailwindcss": "^3.4.14 || ^4.0.0",
92
- "fumadocs-core": "15.0.1"
92
+ "fumadocs-core": "15.0.2"
93
93
  },
94
94
  "peerDependenciesMeta": {
95
95
  "tailwindcss": {