@s_mart/minha-conta 12.0.0-beta.20 → 12.0.0-beta.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/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@s_mart/minha-conta",
|
|
3
|
-
"version": "12.0.0-beta.
|
|
3
|
+
"version": "12.0.0-beta.22",
|
|
4
4
|
"main": "./dist/index.mjs",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.mts",
|
|
@@ -21,28 +21,28 @@
|
|
|
21
21
|
"@mui/x-data-grid": "^8.6.0",
|
|
22
22
|
"@types/lodash-es": ">=4.17.12",
|
|
23
23
|
"@types/node": ">=22.15.17",
|
|
24
|
-
"@types/react": "
|
|
25
|
-
"@types/react-dom": "
|
|
24
|
+
"@types/react": "^18.3.12",
|
|
25
|
+
"@types/react-dom": "^18.3.1",
|
|
26
26
|
"axios": "^1.6.7",
|
|
27
27
|
"dayjs": "^1.11.10",
|
|
28
28
|
"jwt-decode": "^4.0.0",
|
|
29
29
|
"lodash-es": "^4.17.21",
|
|
30
|
-
"react": "
|
|
31
|
-
"react-dom": "
|
|
30
|
+
"react": "^18.3.1",
|
|
31
|
+
"react-dom": "^18.3.1",
|
|
32
32
|
"react-dropzone": "^14.2.3",
|
|
33
33
|
"react-hook-form": "^7.51.0",
|
|
34
34
|
"typescript": ">=5.4.2",
|
|
35
35
|
"zustand": "^5.0.6",
|
|
36
|
-
"@s_mart/core": "10.0.0-beta.
|
|
37
|
-
"@s_mart/data": "11.0.0-beta.
|
|
36
|
+
"@s_mart/core": "10.0.0-beta.10",
|
|
37
|
+
"@s_mart/data": "11.0.0-beta.11",
|
|
38
|
+
"@s_mart/form": "10.0.0-beta.20",
|
|
38
39
|
"@s_mart/hooks": "8.0.14-beta.0",
|
|
39
|
-
"@s_mart/form": "10.0.0-beta.19",
|
|
40
40
|
"@s_mart/masks": "5.2.0",
|
|
41
41
|
"@s_mart/regular-icons": "6.0.11-beta.0",
|
|
42
42
|
"@s_mart/rules": "5.1.2-beta.0",
|
|
43
43
|
"@s_mart/solid-icons": "6.0.8-beta.0",
|
|
44
|
-
"@s_mart/typed": "8.0.0-beta.0",
|
|
45
44
|
"@s_mart/tokens": "6.0.0-beta.0",
|
|
45
|
+
"@s_mart/typed": "8.0.0-beta.0",
|
|
46
46
|
"@s_mart/utils": "5.3.4"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
@@ -56,26 +56,26 @@
|
|
|
56
56
|
"@mui/x-data-grid": "^8.6.0",
|
|
57
57
|
"@types/lodash-es": ">=4.17.12",
|
|
58
58
|
"@types/node": ">=22.15.17",
|
|
59
|
-
"@types/react": "
|
|
60
|
-
"@types/react-dom": "
|
|
59
|
+
"@types/react": "^18.3.12",
|
|
60
|
+
"@types/react-dom": "^18.3.1",
|
|
61
61
|
"axios": "^1.6.7",
|
|
62
62
|
"dayjs": "^1.11.10",
|
|
63
63
|
"jwt-decode": "^4.0.0",
|
|
64
64
|
"lodash-es": "^4.17.21",
|
|
65
|
-
"react": "
|
|
66
|
-
"react-dom": "
|
|
65
|
+
"react": "^18.3.1",
|
|
66
|
+
"react-dom": "^18.3.1",
|
|
67
67
|
"react-dropzone": "^14.2.3",
|
|
68
68
|
"react-hook-form": "^7.51.0",
|
|
69
69
|
"typescript": ">=5.4.2",
|
|
70
70
|
"zustand": "^5.0.6",
|
|
71
|
-
"@s_mart/core": "10.0.0-beta.
|
|
72
|
-
"@s_mart/data": "11.0.0-beta.
|
|
73
|
-
"@s_mart/form": "10.0.0-beta.
|
|
71
|
+
"@s_mart/core": "10.0.0-beta.10",
|
|
72
|
+
"@s_mart/data": "11.0.0-beta.11",
|
|
73
|
+
"@s_mart/form": "10.0.0-beta.20",
|
|
74
74
|
"@s_mart/hooks": "8.0.14-beta.0",
|
|
75
75
|
"@s_mart/masks": "5.2.0",
|
|
76
76
|
"@s_mart/regular-icons": "6.0.11-beta.0",
|
|
77
|
-
"@s_mart/solid-icons": "6.0.8-beta.0",
|
|
78
77
|
"@s_mart/rules": "5.1.2-beta.0",
|
|
78
|
+
"@s_mart/solid-icons": "6.0.8-beta.0",
|
|
79
79
|
"@s_mart/tokens": "6.0.0-beta.0",
|
|
80
80
|
"@s_mart/typed": "8.0.0-beta.0",
|
|
81
81
|
"@s_mart/utils": "5.3.4"
|