@s_mart/minha-conta 5.0.3 → 5.0.6

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.
Files changed (1) hide show
  1. package/package.json +33 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s_mart/minha-conta",
3
- "version": "5.0.3",
3
+ "version": "5.0.6",
4
4
  "main": "./dist/index.mjs",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -11,68 +11,67 @@
11
11
  ],
12
12
  "dependencies": {
13
13
  "tsup": "^6.7.0",
14
- "@emotion/react": "11.11.1",
15
- "@emotion/styled": "11.11.0",
16
- "@mui/material": "^5.14.6",
14
+ "@emotion/react": ">=11.11.1",
15
+ "@emotion/styled": ">=11.11.0",
16
+ "@mui/material": ">=5.14.6",
17
17
  "@mui/x-data-grid": "^6.11.2",
18
- "@types/lodash-es": "^4.17.12",
18
+ "@types/lodash-es": ">=4.17.12",
19
19
  "@types/react": "^18.2.21",
20
- "@types/react-dom": "18.2.4",
20
+ "@types/react-dom": ">=18.2.7",
21
21
  "axios": "^1.6.7",
22
22
  "dayjs": "^1.11.10",
23
23
  "eslint": "^8.47.0",
24
24
  "jwt-decode": "^4.0.0",
25
25
  "lodash-es": "^4.17.21",
26
26
  "notistack": "^2.0.8",
27
- "react": "^18.2.0",
28
- "react-dom": "^18.2.0",
27
+ "react": ">=18.2.0",
28
+ "react-dom": ">=18.2.0",
29
29
  "react-dropzone": "^14.2.3",
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.3",
34
- "@s_mart/data": "5.0.3",
35
- "@s_mart/form": "5.0.3",
36
- "@s_mart/hooks": "5.0.3",
37
- "@s_mart/masks": "5.0.1",
38
- "@s_mart/regular-icons": "5.0.3",
39
- "@s_mart/rules": "5.0.1",
40
- "@s_mart/solid-icons": "5.0.3",
41
- "@s_mart/tokens": "5.0.1",
42
- "@s_mart/typed": "5.0.1",
43
- "@s_mart/utils": "5.0.1",
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": "^4.17.12",
49
+ "@types/lodash-es": ">=4.17.12",
50
50
  "@types/react": "^18.2.21",
51
- "@types/react-dom": "18.2.4",
51
+ "@types/react-dom": ">=18.2.7",
52
52
  "axios": "^1.6.7",
53
53
  "dayjs": "^1.11.10",
54
54
  "jwt-decode": "^4.0.0",
55
55
  "lodash-es": "^4.17.21",
56
56
  "notistack": "^2.0.8",
57
- "react": "^18.2.0",
58
- "react-dom": "^18.2.0",
57
+ "react": ">=18.2.0",
58
+ "react-dom": ">=18.2.0",
59
59
  "react-dropzone": "^14.2.3",
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.3",
64
- "@s_mart/data": "5.0.3",
65
- "@s_mart/form": "5.0.3",
66
- "@s_mart/hooks": "5.0.3",
67
- "@s_mart/masks": "5.0.1",
68
- "@s_mart/regular-icons": "5.0.3",
69
- "@s_mart/rules": "5.0.1",
70
- "@s_mart/solid-icons": "5.0.3",
71
- "@s_mart/tokens": "5.0.1",
72
- "@s_mart/utils": "5.0.1",
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
- "devDependencies": {},
76
75
  "publishConfig": {
77
76
  "access": "public"
78
77
  },