@myunisoft/design-system 1.0.0-MYUN-39074 → 1.0.0-debug
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 +16 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myunisoft/design-system",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-debug",
|
|
4
4
|
"description": "Design System of MyUnisoft",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"source": "src/index.js",
|
|
@@ -31,16 +31,14 @@
|
|
|
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/
|
|
38
|
-
"@mui/
|
|
39
|
-
"@mui/styles": "5.17.1",
|
|
40
|
-
"@mui/utils": "5.8.6",
|
|
34
|
+
"@emotion/react": "11.14.0",
|
|
35
|
+
"@emotion/styled": "11.14.1",
|
|
36
|
+
"@mui/material": "7.1.2",
|
|
37
|
+
"@mui/utils": "7.3.1",
|
|
38
|
+
"@mui/x-data-grid-pro": "7.29.8",
|
|
41
39
|
"@testing-library/dom": "10.1.0",
|
|
42
40
|
"classnames": "2.3.2",
|
|
43
|
-
"exceljs": "4.
|
|
41
|
+
"exceljs": "4.4.0",
|
|
44
42
|
"i18next": "22.4.6",
|
|
45
43
|
"jspdf": "3.0.1",
|
|
46
44
|
"jspdf-autotable": "3.5.28",
|
|
@@ -50,9 +48,9 @@
|
|
|
50
48
|
"numeral": "2.0.6",
|
|
51
49
|
"pretty-bytes": "6.0.0",
|
|
52
50
|
"prop-types": "15.8.1",
|
|
53
|
-
"react": "19.1.
|
|
51
|
+
"react": "19.1.1",
|
|
54
52
|
"react-color": "2.19.3",
|
|
55
|
-
"react-dom": "19.1.
|
|
53
|
+
"react-dom": "19.1.1",
|
|
56
54
|
"react-draft-wysiwyg": "1.15.0",
|
|
57
55
|
"react-draggable": "4.4.6",
|
|
58
56
|
"react-dropzone": "14.2.3",
|
|
@@ -61,10 +59,12 @@
|
|
|
61
59
|
"reselect": "4.1.7",
|
|
62
60
|
"robot3": "0.3.2",
|
|
63
61
|
"sortablejs": "1.15.0",
|
|
64
|
-
"svgo": "3.0.2"
|
|
62
|
+
"svgo": "3.0.2",
|
|
63
|
+
"tss-react": "4.9.18"
|
|
65
64
|
},
|
|
66
65
|
"resolutions": {
|
|
67
|
-
"cheerio": "<1.0.0"
|
|
66
|
+
"cheerio": "<1.0.0",
|
|
67
|
+
"@mui/material": "7.1.2"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@4tw/cypress-drag-drop": "2.3.0",
|
|
@@ -74,8 +74,6 @@
|
|
|
74
74
|
"@babel/preset-env": "7.20.2",
|
|
75
75
|
"@babel/preset-react": "7.18.6",
|
|
76
76
|
"@babel/preset-typescript": "7.26.0",
|
|
77
|
-
"@cypress/react": "9.0.1",
|
|
78
|
-
"@cypress/react18": "2.0.1",
|
|
79
77
|
"@parcel/transformer-inline-string": "2.8.2",
|
|
80
78
|
"@parcel/transformer-sass": "2.8.2",
|
|
81
79
|
"@parcel/transformer-svg-react": "2.8.2",
|
|
@@ -111,9 +109,8 @@
|
|
|
111
109
|
"webpack": "5.75.0"
|
|
112
110
|
},
|
|
113
111
|
"peerDependencies": {
|
|
114
|
-
"@mui/material": "
|
|
115
|
-
"
|
|
116
|
-
"react": "19.1.
|
|
117
|
-
"react-dom": "19.1.0"
|
|
112
|
+
"@mui/material": "7.1.2",
|
|
113
|
+
"react": "19.1.1",
|
|
114
|
+
"react-dom": "19.1.1"
|
|
118
115
|
}
|
|
119
116
|
}
|