@jield/solodb-react-components 1.0.0 → 1.0.1

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
@@ -10,33 +10,13 @@ Reusable React components, providers, and hooks for building SoloDB-powered appl
10
10
  - TypeScript types exported for key domain entities
11
11
  - Example app included for local development and integration testing
12
12
 
13
- ## Installation
14
-
15
- ```bash
16
- yarn add solodb-react-components
17
- # or
18
- npm install solodb-react-components
19
- ```
20
-
21
13
  ### Peer dependencies
22
14
 
23
15
  This library relies on the following peer dependencies in your app:
24
16
 
25
- - react (18 or 19) and react-dom (18 or 19)
17
+ - react (19) and react-dom (19)
26
18
  - @tanstack/react-query ~5.90
27
19
  - @tanstack/react-table ^8
28
- - axios ^1.13
29
- - moment ^2.30 and moment-timezone ^0.6
30
- - react-router-dom ^7
31
- - react-bootstrap ^2
32
- - react-hook-form ^7
33
- - qrcode.react ^4
34
- - react-google-charts ^5
35
- - react-intersection-observer ^10
36
- - react-markdown ^10
37
- - react-dropzone ^14
38
- - react-select ^5
39
- - yet-another-react-lightbox ^3
40
20
 
41
21
  Ensure these are installed in your application. Refer to `package.json` for the full list and exact versions.
42
22
 
@@ -59,7 +39,7 @@ import React from "react";
59
39
  import ReactDOM from "react-dom/client";
60
40
  import { BrowserRouter } from "react-router-dom";
61
41
  import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
62
- import { AuthProvider, EquipmentProvider } from "solodb-react-components";
42
+ import { AuthProvider, EquipmentProvider } from "@jield/solodb-react-components";
63
43
 
64
44
  const qc = new QueryClient();
65
45
 
@@ -112,4 +92,4 @@ yarn build
112
92
  # 2) Install and run the example
113
93
  yarn run example:install
114
94
  yarn dev
115
- ```
95
+ ```