@s_mart/minha-conta 5.0.2 → 5.0.5
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 +25 -25
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@s_mart/minha-conta",
|
|
3
|
-
"version": "5.0.
|
|
4
|
-
"main": "./dist/index.
|
|
3
|
+
"version": "5.0.5",
|
|
4
|
+
"main": "./dist/index.mjs",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@emotion/styled": "11.11.0",
|
|
16
16
|
"@mui/material": "^5.14.6",
|
|
17
17
|
"@mui/x-data-grid": "^6.11.2",
|
|
18
|
-
"@types/lodash-es": "
|
|
18
|
+
"@types/lodash-es": ">=4.17.12",
|
|
19
19
|
"@types/react": "^18.2.21",
|
|
20
20
|
"@types/react-dom": "18.2.4",
|
|
21
21
|
"axios": "^1.6.7",
|
|
@@ -30,23 +30,23 @@
|
|
|
30
30
|
"react-hook-form": "^7.51.0",
|
|
31
31
|
"typescript": "^5.4.2",
|
|
32
32
|
"zustand": "^4.5.2",
|
|
33
|
-
"@s_mart/core": "5.0.
|
|
34
|
-
"@s_mart/data": "5.0.
|
|
35
|
-
"@s_mart/form": "5.0.
|
|
36
|
-
"@s_mart/hooks": "5.0.
|
|
37
|
-
"@s_mart/masks": "5.0.
|
|
38
|
-
"@s_mart/regular-icons": "5.0.
|
|
39
|
-
"@s_mart/rules": "5.0.
|
|
40
|
-
"@s_mart/solid-icons": "5.0.
|
|
41
|
-
"@s_mart/tokens": "5.0.
|
|
42
|
-
"@s_mart/typed": "5.0.
|
|
43
|
-
"@s_mart/utils": "5.0.
|
|
33
|
+
"@s_mart/core": "5.0.4",
|
|
34
|
+
"@s_mart/data": "5.0.4",
|
|
35
|
+
"@s_mart/form": "5.0.5",
|
|
36
|
+
"@s_mart/hooks": "5.0.4",
|
|
37
|
+
"@s_mart/masks": "5.0.2",
|
|
38
|
+
"@s_mart/regular-icons": "5.0.4",
|
|
39
|
+
"@s_mart/rules": "5.0.2",
|
|
40
|
+
"@s_mart/solid-icons": "5.0.4",
|
|
41
|
+
"@s_mart/tokens": "5.0.2",
|
|
42
|
+
"@s_mart/typed": "5.0.2",
|
|
43
|
+
"@s_mart/utils": "5.0.2",
|
|
44
44
|
"eslint-config-smarten": "4.0.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@emotion/react": ">=11.11.1",
|
|
48
48
|
"@emotion/styled": ">=11.11.0",
|
|
49
|
-
"@types/lodash-es": "
|
|
49
|
+
"@types/lodash-es": ">=4.17.12",
|
|
50
50
|
"@types/react": "^18.2.21",
|
|
51
51
|
"@types/react-dom": "18.2.4",
|
|
52
52
|
"axios": "^1.6.7",
|
|
@@ -60,16 +60,16 @@
|
|
|
60
60
|
"react-hook-form": "^7.51.0",
|
|
61
61
|
"typescript": "^5.4.2",
|
|
62
62
|
"zustand": "^4.5.2",
|
|
63
|
-
"@s_mart/core": "5.0.
|
|
64
|
-
"@s_mart/data": "5.0.
|
|
65
|
-
"@s_mart/form": "5.0.
|
|
66
|
-
"@s_mart/hooks": "5.0.
|
|
67
|
-
"@s_mart/masks": "5.0.
|
|
68
|
-
"@s_mart/regular-icons": "5.0.
|
|
69
|
-
"@s_mart/rules": "5.0.
|
|
70
|
-
"@s_mart/solid-icons": "5.0.
|
|
71
|
-
"@s_mart/tokens": "5.0.
|
|
72
|
-
"@s_mart/utils": "5.0.
|
|
63
|
+
"@s_mart/core": "5.0.4",
|
|
64
|
+
"@s_mart/data": "5.0.4",
|
|
65
|
+
"@s_mart/form": "5.0.5",
|
|
66
|
+
"@s_mart/hooks": "5.0.4",
|
|
67
|
+
"@s_mart/masks": "5.0.2",
|
|
68
|
+
"@s_mart/regular-icons": "5.0.4",
|
|
69
|
+
"@s_mart/rules": "5.0.2",
|
|
70
|
+
"@s_mart/solid-icons": "5.0.4",
|
|
71
|
+
"@s_mart/tokens": "5.0.2",
|
|
72
|
+
"@s_mart/utils": "5.0.2",
|
|
73
73
|
"eslint-config-smarten": "4.0.1"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {},
|