@myunisoft/design-system 0.49.1-mui7-3 → 0.49.1-myun36212
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/dist/index.js +3 -3
- package/package.json +19 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myunisoft/design-system",
|
|
3
|
-
"version": "0.49.1-
|
|
3
|
+
"version": "0.49.1-myun36212",
|
|
4
4
|
"description": "Design System of MyUnisoft",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"source": "src/index.js",
|
|
@@ -31,13 +31,17 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@babel/eslint-parser": "7.25.1",
|
|
33
33
|
"@babel/runtime": "7.20.6",
|
|
34
|
-
"@emotion/react": "11.
|
|
35
|
-
"@emotion/styled": "11.
|
|
36
|
-
"@mui/
|
|
37
|
-
"@mui/
|
|
34
|
+
"@emotion/react": "11.10.5",
|
|
35
|
+
"@emotion/styled": "11.10.5",
|
|
36
|
+
"@mui/base": "5.0.0-alpha.92",
|
|
37
|
+
"@mui/lab": "5.0.0-alpha.92",
|
|
38
|
+
"@mui/material": "5.17.1",
|
|
39
|
+
"@mui/styles": "5.17.1",
|
|
40
|
+
"@mui/utils": "5.8.6",
|
|
38
41
|
"@testing-library/dom": "10.1.0",
|
|
42
|
+
"autosuggest-highlight": "3.3.4",
|
|
39
43
|
"classnames": "2.3.2",
|
|
40
|
-
"exceljs": "4.
|
|
44
|
+
"exceljs": "4.3.0",
|
|
41
45
|
"i18next": "22.4.6",
|
|
42
46
|
"jspdf": "3.0.1",
|
|
43
47
|
"jspdf-autotable": "3.5.28",
|
|
@@ -47,9 +51,9 @@
|
|
|
47
51
|
"numeral": "2.0.6",
|
|
48
52
|
"pretty-bytes": "6.0.0",
|
|
49
53
|
"prop-types": "15.8.1",
|
|
50
|
-
"react": "19.1.
|
|
54
|
+
"react": "19.1.0",
|
|
51
55
|
"react-color": "2.19.3",
|
|
52
|
-
"react-dom": "19.1.
|
|
56
|
+
"react-dom": "19.1.0",
|
|
53
57
|
"react-draft-wysiwyg": "1.15.0",
|
|
54
58
|
"react-draggable": "4.4.6",
|
|
55
59
|
"react-dropzone": "14.2.3",
|
|
@@ -58,8 +62,7 @@
|
|
|
58
62
|
"reselect": "4.1.7",
|
|
59
63
|
"robot3": "0.3.2",
|
|
60
64
|
"sortablejs": "1.15.0",
|
|
61
|
-
"svgo": "3.0.2"
|
|
62
|
-
"tss-react": "4.9.18"
|
|
65
|
+
"svgo": "3.0.2"
|
|
63
66
|
},
|
|
64
67
|
"resolutions": {
|
|
65
68
|
"cheerio": "<1.0.0"
|
|
@@ -72,6 +75,8 @@
|
|
|
72
75
|
"@babel/preset-env": "7.20.2",
|
|
73
76
|
"@babel/preset-react": "7.18.6",
|
|
74
77
|
"@babel/preset-typescript": "7.26.0",
|
|
78
|
+
"@cypress/react": "9.0.1",
|
|
79
|
+
"@cypress/react18": "2.0.1",
|
|
75
80
|
"@parcel/transformer-inline-string": "2.8.2",
|
|
76
81
|
"@parcel/transformer-sass": "2.8.2",
|
|
77
82
|
"@parcel/transformer-svg-react": "2.8.2",
|
|
@@ -107,8 +112,9 @@
|
|
|
107
112
|
"webpack": "5.75.0"
|
|
108
113
|
},
|
|
109
114
|
"peerDependencies": {
|
|
110
|
-
"@mui/material": "
|
|
111
|
-
"
|
|
112
|
-
"react
|
|
115
|
+
"@mui/material": "5.17.1",
|
|
116
|
+
"@mui/styles": "5.17.1",
|
|
117
|
+
"react": "19.1.0",
|
|
118
|
+
"react-dom": "19.1.0"
|
|
113
119
|
}
|
|
114
120
|
}
|