@bendyline/docblocks-react 2.2.1 → 2.3.0

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/README.md CHANGED
@@ -5,10 +5,15 @@ React components for DocBlocks — the complete editor shell (file explorer, wor
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @bendyline/docblocks-react
8
+ npm install @bendyline/docblocks-react react react-dom
9
+ npm install --save-dev @types/react @types/react-dom
9
10
  ```
10
11
 
11
- **Peer dependencies:** React 18 or 19. The DocBlocks core (`@bendyline/docblocks`) and the Squisq editor packages are regular dependencies and install automatically.
12
+ **Peer dependencies:** React 18 or 19. TypeScript consumers must install the
13
+ matching `@types/react` major (and normally `@types/react-dom`); the React type
14
+ peer is optional so JavaScript-only consumers do not need type packages. The
15
+ DocBlocks core (`@bendyline/docblocks`) and the Squisq editor packages are
16
+ regular dependencies and install automatically.
12
17
 
13
18
  ## Usage
14
19