px-react-ui-components 1.0.11 → 1.0.12
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ A modern, customizable React UI components library designed to simplify web deve
|
|
|
20
20
|
npm install px-react-ui-components
|
|
21
21
|
|
|
22
22
|
# Install required peer dependencies
|
|
23
|
-
npm install react@^18.3.1 react-dom@^18.3.1 katex@^0.16.21 quill@^
|
|
23
|
+
npm install react@^18.3.1 react-dom@^18.3.1 katex@^0.16.21 quill@^1.3.7 quill-image-resize-module-react@^3.0.0 quill-table-ui@^1.0.7 react-confirm-alert@^3.0.6 react-icons@^5.5.0 react-image-crop@^11.0.7 react-loader-spinner@^6.1.6 react-zoom-pan-pinch@^3.7.0
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
## Peer Dependencies
|
|
@@ -32,7 +32,7 @@ This library requires the following peer dependencies to be installed in your pr
|
|
|
32
32
|
"react": "^18.3.1",
|
|
33
33
|
"react-dom": "^18.3.1",
|
|
34
34
|
"katex": "^0.16.21",
|
|
35
|
-
"quill": "^
|
|
35
|
+
"quill": "^1.3.7",
|
|
36
36
|
"quill-image-resize-module-react": "^3.0.0",
|
|
37
37
|
"quill-table-ui": "^1.0.7",
|
|
38
38
|
"react-confirm-alert": "^3.0.6",
|