remix-validated-form 5.1.4-beta.2 → 5.1.4-beta.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,18 +1,18 @@
1
- $ tsup
2
- CLI Building entry: src/index.ts
3
- CLI Using tsconfig: tsconfig.json
4
- CLI tsup v6.5.0
5
- CLI Using tsup config: /Users/aaronpettengill/dev/remix-validated-form/packages/remix-validated-form/tsup.config.ts
6
- CLI Target: es2019
7
- CLI Cleaning output folder
8
- ESM Build start
9
- CJS Build start
10
- CJS dist/index.cjs.js 63.08 KB
11
- CJS dist/index.cjs.js.map 131.09 KB
12
- CJS ⚡️ Build success in 23ms
13
- ESM dist/index.esm.js 60.34 KB
14
- ESM dist/index.esm.js.map 130.99 KB
15
- ESM ⚡️ Build success in 23ms
16
- DTS Build start
17
- DTS ⚡️ Build success in 1979ms
18
- DTS dist/index.d.ts 12.94 KB
1
+ $ tsup
2
+ CLI Building entry: src/index.ts
3
+ CLI Using tsconfig: tsconfig.json
4
+ CLI tsup v6.5.0
5
+ CLI Using tsup config: /Users/aaronpettengill/dev/remix-validated-form/packages/remix-validated-form/tsup.config.ts
6
+ CLI Target: es2019
7
+ CLI Cleaning output folder
8
+ ESM Build start
9
+ CJS Build start
10
+ ESM dist/index.esm.js 60.34 KB
11
+ ESM dist/index.esm.js.map 130.99 KB
12
+ ESM ⚡️ Build success in 22ms
13
+ CJS dist/index.cjs.js 63.08 KB
14
+ CJS dist/index.cjs.js.map 131.09 KB
15
+ CJS ⚡️ Build success in 22ms
16
+ DTS Build start
17
+ DTS ⚡️ Build success in 1318ms
18
+ 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.4-beta.2",
3
+ "version": "5.1.4-beta.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",
@@ -50,9 +50,6 @@
50
50
  "typescript": "^4.8.4"
51
51
  },
52
52
  "dependencies": {
53
- "@remix-run/node": ">= 1.16.1",
54
- "@remix-run/react": ">= 1.16.1",
55
- "@remix-run/server-runtime": ">= 1.16.1",
56
53
  "immer": "^9.0.12",
57
54
  "react": "^18.1.0",
58
55
  "lodash.get": "^4.4.2",