react-glide-table 1.0.0 → 1.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.
package/README.md CHANGED
@@ -45,23 +45,21 @@ These Glide features are **not** included: Canvas custom cell drawing, frozen/pi
45
45
 
46
46
  ## Requirements
47
47
 
48
- | Package | Version |
49
- | --- | --- |
50
- | `react` | `^18` or `^19` |
51
- | `react-dom` | `^18` or `^19` |
52
- | `@tanstack/react-table` | `^8` |
53
- | `@tanstack/react-virtual` | `^3` |
48
+ | Package | Version | Notes |
49
+ | --- | --- | --- |
50
+ | `react` | `^18` or `^19` | Peer dependency — provided by your app |
51
+ | `react-dom` | `^18` or `^19` | Peer dependency — provided by your app |
54
52
 
55
- These are **peer dependencies** install them in your app.
53
+ `@tanstack/react-table` and `@tanstack/react-virtual` are installed automatically with this package.
56
54
 
57
55
  ## Installation
58
56
 
59
57
  ```bash
60
- npm install react-glide-table @tanstack/react-table @tanstack/react-virtual
58
+ npm install react-glide-table
61
59
  # or
62
- pnpm add react-glide-table @tanstack/react-table @tanstack/react-virtual
60
+ pnpm add react-glide-table
63
61
  # or
64
- yarn add react-glide-table @tanstack/react-table @tanstack/react-virtual
62
+ yarn add react-glide-table
65
63
  ```
66
64
 
67
65
  Import styles once at your app entry (or layout):