Skip to content

Commit

Permalink
Add resolution to react-transition-group for @types/react (see yarnpk…
Browse files Browse the repository at this point in the history
  • Loading branch information
meffmadd committed May 16, 2022
1 parent d9ee73e commit fea66b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions grader_labextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"@mui/lab": "^5.0.0-alpha.81",
"@mui/material": "^5.7.0",
"@mui/x-data-grid": "^5.11.0",
"@mui/system": "^5.7.0",
"chart.js": "^3.7.0",
"date-fns": "^2.27.0",
"formik": "^2.2.9",
Expand All @@ -76,6 +77,7 @@
"react": "^17.0.2",
"react-chartjs-2": "^4.0.0",
"react-dom": "^17.0.2",
"react-transition-group": "^4.4.2",
"rxjs": "^7.5.5",
"yup": "^0.32.11"
},
Expand All @@ -96,6 +98,10 @@
"typedoc": "^0.22.15",
"typescript": "~4.3.5"
},
"resolutions": {
"react-transition-group/@types/react": "^17.0.2",
"@mui/material/@types/react": "^17.0.2"
},
"sideEffects": [
"style/*.css",
"style/index.js"
Expand Down

0 comments on commit fea66b0

Please sign in to comment.