fumapress 0.2.2 → 0.2.3

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 (1) hide show
  1. package/package.json +10 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumapress",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "An opinionated docs framework powered by Fumadocs",
5
5
  "keywords": [
6
6
  "Docs",
@@ -40,32 +40,29 @@
40
40
  "@orama/orama": "^3.1.18",
41
41
  "@takumi-rs/image-response": "^1.1.2",
42
42
  "flexsearch": "^0.8.212",
43
- "fumadocs-core": "^16.8.9",
44
- "fumadocs-ui": "^16.8.9",
45
- "lucide-react": "^1.14.0",
46
- "tailwind-merge": "^3.5.0"
43
+ "fumadocs-core": "^16.8.10",
44
+ "fumadocs-ui": "^16.8.10",
45
+ "tailwind-merge": "^3.5.0",
46
+ "vite": "^8.0.11",
47
+ "waku": "1.0.0-alpha.10"
47
48
  },
48
49
  "devDependencies": {
49
50
  "@tailwindcss/oxide": "^4.3.0",
50
51
  "@types/mdx": "^2.0.13",
51
- "@types/node": "^25.6.2",
52
+ "@types/node": "^25.7.0",
52
53
  "@types/react": "^19.2.14",
53
- "fumadocs-mdx": "^15.0.2",
54
+ "fumadocs-mdx": "^15.0.4",
54
55
  "react": "^19.2.6",
55
56
  "react-dom": "^19.2.6",
56
57
  "tsdown": "0.22.0",
57
- "typescript": "^6.0.3",
58
- "vite": "^8.0.11",
59
- "waku": "1.0.0-alpha.10"
58
+ "typescript": "^6.0.3"
60
59
  },
61
60
  "peerDependencies": {
62
61
  "@types/mdx": "*",
63
62
  "@types/react": "*",
64
63
  "fumadocs-mdx": "^15.0.0",
65
64
  "react": "^19.2.0",
66
- "react-dom": "^19.2.0",
67
- "vite": "8.x.x",
68
- "waku": "1.0.0-alpha.9"
65
+ "react-dom": "^19.2.0"
69
66
  },
70
67
  "peerDependenciesMeta": {
71
68
  "@types/mdx": {
@@ -76,9 +73,6 @@
76
73
  },
77
74
  "@types/react": {
78
75
  "optional": true
79
- },
80
- "vite": {
81
- "optional": true
82
76
  }
83
77
  },
84
78
  "scripts": {