We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ee73e commit fea66b0Copy full SHA for fea66b0
grader_labextension/package.json
@@ -68,6 +68,7 @@
68
"@mui/lab": "^5.0.0-alpha.81",
69
"@mui/material": "^5.7.0",
70
"@mui/x-data-grid": "^5.11.0",
71
+ "@mui/system": "^5.7.0",
72
"chart.js": "^3.7.0",
73
"date-fns": "^2.27.0",
74
"formik": "^2.2.9",
@@ -76,6 +77,7 @@
76
77
"react": "^17.0.2",
78
"react-chartjs-2": "^4.0.0",
79
"react-dom": "^17.0.2",
80
+ "react-transition-group": "^4.4.2",
81
"rxjs": "^7.5.5",
82
"yup": "^0.32.11"
83
},
@@ -96,6 +98,10 @@
96
98
"typedoc": "^0.22.15",
97
99
"typescript": "~4.3.5"
100
101
+ "resolutions": {
102
+ "react-transition-group/@types/react": "^17.0.2",
103
+ "@mui/material/@types/react": "^17.0.2"
104
+ },
105
"sideEffects": [
106
"style/*.css",
107
"style/index.js"
0 commit comments