@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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -7,12 +7,12 @@ $ tsup
|
|
|
7
7
|
[34mCLI[39m Target: es6
|
|
8
8
|
[34mCJS[39m Build start
|
|
9
9
|
[34mESM[39m Build start
|
|
10
|
+
[32mESM[39m [1mdist/index.js [22m[32m56.70 KB[39m
|
|
11
|
+
[32mESM[39m ⚡️ Build success in 124ms
|
|
10
12
|
[32mCJS[39m [1mdist/index.cjs [22m[32m60.71 KB[39m
|
|
11
13
|
[32mCJS[39m ⚡️ Build success in 127ms
|
|
12
|
-
[32mESM[39m [1mdist/index.js [22m[32m56.70 KB[39m
|
|
13
|
-
[32mESM[39m ⚡️ Build success in 127ms
|
|
14
14
|
[34mDTS[39m Build start
|
|
15
|
-
[32mDTS[39m ⚡️ Build success in
|
|
15
|
+
[32mDTS[39m ⚡️ Build success in 10452ms
|
|
16
16
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m38.50 KB[39m
|
|
17
17
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m38.50 KB[39m
|
|
18
|
-
Done in
|
|
18
|
+
Done in 11.53s.
|
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.
|
|
40
|
-
"@mantine/hooks": "^7.
|
|
42
|
+
"@mantine/core": "^7.0.0",
|
|
43
|
+
"@mantine/hooks": "^7.0.0",
|
|
41
44
|
"@strictly/base": "*",
|
|
42
45
|
"@strictly/define": "*",
|
|
43
|
-
"mobx": "^6.
|
|
46
|
+
"mobx": "^6.0.0",
|
|
44
47
|
"mobx-react": "^9.1.1",
|
|
45
|
-
"react": "^19.0.0 || ^18.
|
|
46
|
-
"react-dom": "^19.0.0 || ^18.
|
|
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.
|
|
75
|
+
"version": "0.0.22",
|
|
74
76
|
"exports": {
|
|
75
77
|
".": {
|
|
76
78
|
"import": {
|