create-react-docs-ui 0.5.4 → 0.5.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-react-docs-ui",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "bin": {
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "react": "^19.0.0",
13
- "react-docs-ui": "^0.5.3",
13
+ "react-docs-ui": "^0.5.5",
14
14
  "react-dom": "^19.0.0",
15
15
  "react-router-dom": "^7.8.0"
16
16
  },
@@ -209,4 +209,4 @@ If you'd like, I can help you generate another one:
209
209
  - 🚀 Specialized test version for **VitePress**
210
210
  - 🎨 Extreme stress test version (specifically tests if styles break)
211
211
 
212
- Just let me know 👍
212
+ Just let me know 👍
@@ -1,8 +1,4 @@
1
- {
2
- "files": [],
3
- "references": [
4
- { "path": "./tsconfig.app.json" }
5
- ]
6
- }
7
-
8
-
1
+ {
2
+ "files": [],
3
+ "references": [{ "path": "./tsconfig.app.json" }],
4
+ }