remix-validated-form 5.1.0 → 5.1.1-beta.0

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": "5.1.0",
3
+ "version": "5.1.1-beta.0",
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",
@@ -45,6 +45,8 @@
45
45
  "@types/lodash.get": "^4.4.7",
46
46
  "@types/react": "^18.0.9",
47
47
  "fetch-blob": "^3.1.3",
48
+ "immer": "^9.0.12",
49
+ "zustand": "^4.3.0",
48
50
  "react": "^18.1.0",
49
51
  "set-get": "*",
50
52
  "ts-toolbelt": "^9.6.0",
@@ -53,11 +55,9 @@
53
55
  "typescript": "^4.8.4"
54
56
  },
55
57
  "dependencies": {
56
- "immer": "^9.0.12",
57
58
  "lodash.get": "^4.4.2",
58
59
  "nanoid": "3.3.6",
59
60
  "remeda": "^1.2.0",
60
- "tiny-invariant": "^1.2.0",
61
- "zustand": "^4.3.0"
61
+ "tiny-invariant": "^1.2.0"
62
62
  }
63
63
  }