react-table-edit 1.2.28 → 1.2.29

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 +8 -0
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -0,0 +1,8 @@
1
+ ## Installation
2
+
3
+ Install the library with the required peer dependencies:
4
+
5
+ ```bash
6
+ npm install react-table-edit
7
+ npm install react react-dom react-router-dom react-hook-form react-i18next i18next reactstrap yup
8
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-table-edit",
3
- "version": "1.2.28",
3
+ "version": "1.2.29",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -36,8 +36,7 @@
36
36
  "@types/react-resizable": "^3.0.7",
37
37
  "becoxy-icons": "1.8.1",
38
38
  "classnames": "2.3.1",
39
- "react": "^18.1.0",
40
- "react-dom": "^18.1.0",
39
+ "react-hook-form": "^7.43.9",
41
40
  "react-hot-toast": "2.2.0",
42
41
  "react-i18next": "^11.16.9",
43
42
  "react-resizable": "^3.0.5",