@strictly/react-form 0.0.21 → 0.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,12 +7,12 @@ $ tsup
7
7
  CLI Target: es6
8
8
  CJS Build start
9
9
  ESM Build start
10
+ ESM dist/index.js 56.70 KB
11
+ ESM ⚡️ Build success in 124ms
10
12
  CJS dist/index.cjs 60.71 KB
11
13
  CJS ⚡️ Build success in 127ms
12
- ESM dist/index.js 56.70 KB
13
- ESM ⚡️ Build success in 127ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 9799ms
15
+ DTS ⚡️ Build success in 10452ms
16
16
  DTS dist/index.d.cts 38.50 KB
17
17
  DTS dist/index.d.ts 38.50 KB
18
- Done in 10.96s.
18
+ Done in 11.53s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ tsc -b
3
- Done in 0.37s.
3
+ Done in 0.40s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ json -f package.json -f package.exports.json --merge > package.release.json
3
- Done in 0.11s.
3
+ Done in 0.12s.
package/package.json CHANGED
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "author": "Chris <chris.glover@gmail.com> (@madmaw)",
3
+ "dependencies": {
4
+ "@types/react": "^18.3.12",
5
+ "@types/react-dom": "^18.3.1",
6
+ "type-fest": "^4.27.0"
7
+ },
3
8
  "description": "Types and utilities for creating React forms",
4
9
  "devDependencies": {
5
10
  "@babel/plugin-proposal-decorators": "^7.25.9",
@@ -17,8 +22,6 @@
17
22
  "@strictly/support-vite": "*",
18
23
  "@testing-library/dom": "^10.4.0",
19
24
  "@testing-library/react": "^16.0.1",
20
- "@types/react": "^18.3.12",
21
- "@types/react-dom": "^18.3.1",
22
25
  "@vitejs/plugin-react": "^4.3.3",
23
26
  "concurrently": "^9.1.2",
24
27
  "jsdom": "^25.0.1",
@@ -36,15 +39,14 @@
36
39
  "license": "MIT",
37
40
  "name": "@strictly/react-form",
38
41
  "peerDependencies": {
39
- "@mantine/core": "^7.13.4",
40
- "@mantine/hooks": "^7.13.4",
42
+ "@mantine/core": "^7.0.0",
43
+ "@mantine/hooks": "^7.0.0",
41
44
  "@strictly/base": "*",
42
45
  "@strictly/define": "*",
43
- "mobx": "^6.13.5",
46
+ "mobx": "^6.0.0",
44
47
  "mobx-react": "^9.1.1",
45
- "react": "^19.0.0 || ^18.3.1",
46
- "react-dom": "^19.0.0 || ^18.3.1",
47
- "type-fest": "^4.27.0"
48
+ "react": "^19.0.0 || ^18.0.0",
49
+ "react-dom": "^19.0.0 || ^18.0.0"
48
50
  },
49
51
  "publishConfig": {
50
52
  "access": "public"
@@ -70,7 +72,7 @@
70
72
  "test:watch": "vitest"
71
73
  },
72
74
  "type": "module",
73
- "version": "0.0.21",
75
+ "version": "0.0.22",
74
76
  "exports": {
75
77
  ".": {
76
78
  "import": {