remix-validated-form 4.6.7 → 4.6.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remix-validated-form",
3
- "version": "4.6.7",
3
+ "version": "4.6.8",
4
4
  "description": "Form component and utils for easy form validation in remix",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",
@@ -57,6 +57,6 @@
57
57
  "lodash.get": "^4.4.2",
58
58
  "remeda": "^1.2.0",
59
59
  "tiny-invariant": "^1.2.0",
60
- "zustand": "^4.0.0-rc.1"
60
+ "zustand": "^4.3.0"
61
61
  }
62
62
  }
@@ -1,7 +1,7 @@
1
1
  import { WritableDraft } from "immer/dist/internal";
2
2
  import { getPath, setPath } from "set-get";
3
3
  import invariant from "tiny-invariant";
4
- import create, { GetState } from "zustand";
4
+ import { create, GetState } from "zustand";
5
5
  import { immer } from "zustand/middleware/immer";
6
6
  import {
7
7
  FieldErrors,