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

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.1",
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",
@@ -34,7 +34,8 @@
34
34
  ],
35
35
  "peerDependencies": {
36
36
  "@remix-run/react": ">= 1.15.0",
37
- "@remix-run/server-runtime": "1.x",
37
+ "@remix-run/server-runtime": ">= 1.16.1",
38
+ "@remix-run/node": ">= 1.16.1",
38
39
  "react": "^17.0.2 || ^18.0.0"
39
40
  },
40
41
  "devDependencies": {
@@ -45,6 +46,8 @@
45
46
  "@types/lodash.get": "^4.4.7",
46
47
  "@types/react": "^18.0.9",
47
48
  "fetch-blob": "^3.1.3",
49
+ "immer": "^9.0.12",
50
+ "zustand": "^4.3.0",
48
51
  "react": "^18.1.0",
49
52
  "set-get": "*",
50
53
  "ts-toolbelt": "^9.6.0",
@@ -53,11 +56,9 @@
53
56
  "typescript": "^4.8.4"
54
57
  },
55
58
  "dependencies": {
56
- "immer": "^9.0.12",
57
59
  "lodash.get": "^4.4.2",
58
60
  "nanoid": "3.3.6",
59
61
  "remeda": "^1.2.0",
60
- "tiny-invariant": "^1.2.0",
61
- "zustand": "^4.3.0"
62
+ "tiny-invariant": "^1.2.0"
62
63
  }
63
64
  }