@myunisoft/design-system 0.48.0-mui6-2 → 0.48.0-mui7

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 +4 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myunisoft/design-system",
3
- "version": "0.48.0-mui6-2",
3
+ "version": "0.48.0-mui7",
4
4
  "description": "Design System of MyUnisoft",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.js",
@@ -33,8 +33,8 @@
33
33
  "@babel/runtime": "7.20.6",
34
34
  "@emotion/react": "11.14.0",
35
35
  "@emotion/styled": "11.14.0",
36
- "@mui/material": "6.4.12",
37
- "@mui/utils": "6.4.9",
36
+ "@mui/material": "7.1.2",
37
+ "@mui/utils": "7.1.1",
38
38
  "@testing-library/dom": "10.1.0",
39
39
  "classnames": "2.3.2",
40
40
  "exceljs": "4.3.0",
@@ -72,8 +72,6 @@
72
72
  "@babel/preset-env": "7.20.2",
73
73
  "@babel/preset-react": "7.18.6",
74
74
  "@babel/preset-typescript": "7.26.0",
75
- "@cypress/react": "9.0.1",
76
- "@cypress/react18": "2.0.1",
77
75
  "@parcel/transformer-inline-string": "2.8.2",
78
76
  "@parcel/transformer-sass": "2.8.2",
79
77
  "@parcel/transformer-svg-react": "2.8.2",
@@ -109,7 +107,7 @@
109
107
  "webpack": "5.75.0"
110
108
  },
111
109
  "peerDependencies": {
112
- "@mui/material": "6.4.12",
110
+ "@mui/material": "7.1.2",
113
111
  "react": "19.1.0",
114
112
  "react-dom": "19.1.0"
115
113
  }