@strictly/react-form 0.0.20 → 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.
@@ -8,11 +8,11 @@ $ tsup
8
8
  CJS Build start
9
9
  ESM Build start
10
10
  ESM dist/index.js 56.70 KB
11
- ESM ⚡️ Build success in 136ms
11
+ ESM ⚡️ Build success in 124ms
12
12
  CJS dist/index.cjs 60.71 KB
13
- CJS ⚡️ Build success in 139ms
13
+ CJS ⚡️ Build success in 127ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 9863ms
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 11.05s.
18
+ Done in 11.53s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ tsc -b
3
- Done in 0.34s.
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.10s.
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,14 +22,11 @@
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",
25
28
  "resize-observer-polyfill": "^1.5.1",
26
29
  "storybook": "^8.4.5",
27
- "type-fest": "^4.26.1",
28
30
  "vite": "^6.0.5",
29
31
  "vitest-matchmedia-mock": "^1.0.6"
30
32
  },
@@ -37,14 +39,14 @@
37
39
  "license": "MIT",
38
40
  "name": "@strictly/react-form",
39
41
  "peerDependencies": {
40
- "@mantine/core": "^7.13.4",
41
- "@mantine/hooks": "^7.13.4",
42
+ "@mantine/core": "^7.0.0",
43
+ "@mantine/hooks": "^7.0.0",
42
44
  "@strictly/base": "*",
43
45
  "@strictly/define": "*",
44
- "mobx": "^6.13.5",
46
+ "mobx": "^6.0.0",
45
47
  "mobx-react": "^9.1.1",
46
- "react": "^19.0.0 || ^18.3.1",
47
- "react-dom": "^19.0.0 || ^18.3.1"
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.20",
75
+ "version": "0.0.22",
74
76
  "exports": {
75
77
  ".": {
76
78
  "import": {