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

Sign up to get free protection for your applications and to get access to all the features.
@@ -151,12 +151,12 @@
151
151
 
152
152
 
153
153
 
154
- CJS dist/index.cjs.js 94.62 KB
155
- CJS dist/index.cjs.js.map 250.07 KB
156
- CJS ⚡️ Build success in 38ms
157
154
  ESM dist/index.esm.js 93.15 KB
158
155
  ESM dist/index.esm.js.map 249.90 KB
159
- ESM ⚡️ Build success in 38ms
156
+ ESM ⚡️ Build success in 35ms
157
+ CJS dist/index.cjs.js 94.62 KB
158
+ CJS dist/index.cjs.js.map 250.07 KB
159
+ CJS ⚡️ Build success in 35ms
160
160
  DTS Build start
161
- DTS ⚡️ Build success in 1922ms
161
+ DTS ⚡️ Build success in 1333ms
162
162
  DTS dist/index.d.ts 12.94 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remix-validated-form",
3
- "version": "5.1.1-beta.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": {