Skip to content

Commit fea66b0

Browse files
committed
Add resolution to react-transition-group for @types/react (see yarnpkg/yarn#6695)
1 parent d9ee73e commit fea66b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

grader_labextension/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"@mui/lab": "^5.0.0-alpha.81",
6969
"@mui/material": "^5.7.0",
7070
"@mui/x-data-grid": "^5.11.0",
71+
"@mui/system": "^5.7.0",
7172
"chart.js": "^3.7.0",
7273
"date-fns": "^2.27.0",
7374
"formik": "^2.2.9",
@@ -76,6 +77,7 @@
7677
"react": "^17.0.2",
7778
"react-chartjs-2": "^4.0.0",
7879
"react-dom": "^17.0.2",
80+
"react-transition-group": "^4.4.2",
7981
"rxjs": "^7.5.5",
8082
"yup": "^0.32.11"
8183
},
@@ -96,6 +98,10 @@
9698
"typedoc": "^0.22.15",
9799
"typescript": "~4.3.5"
98100
},
101+
"resolutions": {
102+
"react-transition-group/@types/react": "^17.0.2",
103+
"@mui/material/@types/react": "^17.0.2"
104+
},
99105
"sideEffects": [
100106
"style/*.css",
101107
"style/index.js"

0 commit comments

Comments
 (0)