remix-validated-form 5.1.2 → 5.1.3

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.2",
3
+ "version": "5.1.3",
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",
@@ -43,22 +43,22 @@
43
43
  "@types/lodash.get": "^4.4.7",
44
44
  "@types/react": "^18.0.9",
45
45
  "fetch-blob": "^3.1.3",
46
- "immer": "^9.0.12",
47
- "react": "^18.1.0",
48
46
  "set-get": "*",
49
47
  "ts-toolbelt": "^9.6.0",
50
48
  "tsconfig": "*",
51
49
  "tsup-config": "*",
52
- "typescript": "^4.8.4",
53
- "zustand": "^4.3.0"
50
+ "typescript": "^4.8.4"
54
51
  },
55
52
  "dependencies": {
56
53
  "@remix-run/node": "^1.16.1",
57
54
  "@remix-run/react": "^1.16.1",
58
55
  "@remix-run/server-runtime": "^1.16.1",
56
+ "immer": "^9.0.12",
57
+ "react": "^18.1.0",
59
58
  "lodash.get": "^4.4.2",
60
59
  "nanoid": "3.3.6",
61
60
  "remeda": "^1.2.0",
62
- "tiny-invariant": "^1.2.0"
61
+ "tiny-invariant": "^1.2.0",
62
+ "zustand": "^4.3.0"
63
63
  }
64
64
  }