@lehnihon/bit-form 2.2.29 → 2.2.31

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lehnihon/bit-form",
3
- "version": "2.2.29",
3
+ "version": "2.2.31",
4
4
  "description": "Gerenciamento de estado de formulários agnóstico e performático",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -238,7 +238,7 @@
238
238
  "react": ">=16.8.0",
239
239
  "vue": ">=3.0.0",
240
240
  "yup": "^1.0.0",
241
- "zod": "^3.0.0"
241
+ "zod": ">=3.0.0"
242
242
  },
243
243
  "peerDependenciesMeta": {
244
244
  "@angular/core": {
@@ -297,7 +297,7 @@
297
297
  "vitest": "^3.0.5",
298
298
  "vue": "^3.5.13",
299
299
  "yup": "^1.7.1",
300
- "zod": "^3.25.7",
300
+ "zod": "^4.4.3",
301
301
  "zone.js": "^0.16.0"
302
302
  }
303
303
  }