remix-validated-form 4.6.6 → 4.6.7

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.6",
3
+ "version": "4.6.7",
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",
@@ -42,6 +42,7 @@
42
42
  "@remix-run/react": "^1.9.0",
43
43
  "@remix-run/server-runtime": "^1.9.0",
44
44
  "@testing-library/react": "^13.3.0",
45
+ "@types/lodash.get": "^4.4.7",
45
46
  "@types/react": "^18.0.9",
46
47
  "fetch-blob": "^3.1.3",
47
48
  "react": "^18.1.0",
@@ -53,6 +54,7 @@
53
54
  },
54
55
  "dependencies": {
55
56
  "immer": "^9.0.12",
57
+ "lodash.get": "^4.4.2",
56
58
  "remeda": "^1.2.0",
57
59
  "tiny-invariant": "^1.2.0",
58
60
  "zustand": "^4.0.0-rc.1"