@ttoss/forms 0.14.23 → 0.14.25

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/dist/index.js +2 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -390,5 +390,6 @@ var FormFieldTextarea = ({
390
390
  FormFieldSelect,
391
391
  FormFieldTextarea,
392
392
  yup,
393
- yupResolver
393
+ yupResolver,
394
+ ...require("react-hook-form")
394
395
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/forms",
3
- "version": "0.14.23",
3
+ "version": "0.14.25",
4
4
  "license": "UNLICENSED",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -29,9 +29,9 @@
29
29
  "react": "^18.2.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@ttoss/config": "^1.29.2",
33
- "@ttoss/test-utils": "^1.21.0",
34
- "@ttoss/ui": "^1.31.10",
32
+ "@ttoss/config": "^1.29.3",
33
+ "@ttoss/test-utils": "^1.21.2",
34
+ "@ttoss/ui": "^1.31.12",
35
35
  "@types/jest": "^29.5.0",
36
36
  "jest": "^29.5.0",
37
37
  "react": "^18.2.0",
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "3a557585dfbaf2d1a4ed99b23d70ca10a72a2910"
44
+ "gitHead": "6f711c5bb31c7b7b347477910cc0da1fe165509e"
45
45
  }