@myunisoft/design-system 0.47.5-MYUN-37982 → 0.47.5-MYUN-38209

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 (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +9 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myunisoft/design-system",
3
- "version": "0.47.5-MYUN-37982",
3
+ "version": "0.47.5-MYUN-38209",
4
4
  "description": "Design System of MyUnisoft",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.js",
@@ -35,15 +35,14 @@
35
35
  "@emotion/styled": "11.10.5",
36
36
  "@mui/base": "5.0.0-alpha.92",
37
37
  "@mui/lab": "5.0.0-alpha.92",
38
- "@mui/material": "5.17.1",
39
- "@mui/styles": "5.17.1",
38
+ "@mui/material": "5.9.2",
39
+ "@mui/styles": "5.9.2",
40
40
  "@mui/utils": "^5.8.6",
41
41
  "@testing-library/dom": "^10.1.0",
42
42
  "classnames": "^2.3.2",
43
- "docusaurus": "^1.14.7",
44
43
  "exceljs": "^4.3.0",
45
44
  "i18next": "^22.4.6",
46
- "jspdf": "^2.5.1",
45
+ "jspdf": "3.0.1",
47
46
  "jspdf-autotable": "^3.5.28",
48
47
  "localforage": "^1.10.0",
49
48
  "lodash": "4.17.21",
@@ -51,10 +50,8 @@
51
50
  "numeral": "2.0.6",
52
51
  "pretty-bytes": "^6.0.0",
53
52
  "prop-types": "15.8.1",
54
- "react": "19.1.0",
55
- "react-color": "2.19.3",
56
- "react-dom": "19.1.0",
57
- "react-draft-wysiwyg": "1.15.0",
53
+ "react": "18.3.1",
54
+ "react-dom": "18.3.1",
58
55
  "react-draggable": "4.4.6",
59
56
  "react-dropzone": "^14.2.3",
60
57
  "react-input-autosize": "^3.0.0",
@@ -62,8 +59,7 @@
62
59
  "reselect": "^4.1.7",
63
60
  "robot3": "^0.3.2",
64
61
  "sortablejs": "^1.15.0",
65
- "svgo": "^3.0.2",
66
- "xlsx": "^0.18.5"
62
+ "svgo": "^3.0.2"
67
63
  },
68
64
  "resolutions": {
69
65
  "cheerio": "<1.0.0"
@@ -81,9 +77,8 @@
81
77
  "@parcel/transformer-inline-string": "^2.8.2",
82
78
  "@parcel/transformer-sass": "^2.8.2",
83
79
  "@parcel/transformer-svg-react": "^2.8.2",
84
- "@testing-library/react": "16.3.0",
85
- "@types/react": "19.1.0",
86
- "@types/react-dom": "19.1.0",
80
+ "@testing-library/react": "^16.0.0",
81
+ "@testing-library/react-hooks": "^8.0.1",
87
82
  "babel-jest": "^29.3.1",
88
83
  "babel-loader": "^9.1.0",
89
84
  "cheerio": "<1.0.0",
@@ -111,11 +106,5 @@
111
106
  "svg-inline-loader": "^0.8.2",
112
107
  "typescript": "^5.5.4",
113
108
  "webpack": "^5.75.0"
114
- },
115
- "peerDependencies": {
116
- "@mui/material": "^5.17.1",
117
- "@mui/styles": "^5.17.1",
118
- "react": "^19.1.0",
119
- "react-dom": "^19.1.0"
120
109
  }
121
110
  }