px-react-ui-components 1.1.2 → 1.1.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -33,7 +33,7 @@ npm install react-confirm-alert@^3.0.6
33
33
  npm install react-image-crop@^11.0.7
34
34
 
35
35
  # For MyWaiting component:
36
- npm install react-loader-spinner@^6.1.6
36
+ npm install react-loader-spinner@^7.0.3
37
37
 
38
38
  # For MyFileUpload component:
39
39
  npm install react-image-file-resizer@^3.0.4 react-html5-camera-photo@^1.5.4
@@ -67,7 +67,7 @@ These are only needed if you use specific components:
67
67
  "react-quill": "^2.0.0", // MyEditor
68
68
  "react-confirm-alert": "^3.0.6", // MyAlert
69
69
  "react-image-crop": "^11.0.7", // MyImageCropper
70
- "react-loader-spinner": "^6.1.6", // MyWaiting
70
+ "react-loader-spinner": "^7.0.3", // MyWaiting
71
71
  "react-image-file-resizer": "^3.0.4", // MyFileUpload
72
72
  "react-html5-camera-photo": "^1.5.4", // MyFileUpload
73
73
  "react-zoom-pan-pinch": "^3.7.0" // MyZoomImage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "px-react-ui-components",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "commonjs",
@@ -90,7 +90,7 @@
90
90
  "quill-table-ui": "^1.0.7",
91
91
  "react-confirm-alert": "^3.0.6",
92
92
  "react-image-crop": "^11.0.7",
93
- "react-loader-spinner": "^6.1.6",
93
+ "react-loader-spinner": "^7.0.3",
94
94
  "react-quill": "^2.0.0",
95
95
  "react-zoom-pan-pinch": "^3.7.0",
96
96
  "react-image-file-resizer": "^3.0.4",