Update package.json

Signed-off-by: Frank Showalter <842058+fshowalter@users.noreply.github.com>
This commit is contained in:
Frank Showalter
2024-01-26 09:20:28 -05:00
committed by GitHub
parent afe7af72fd
commit 406c6e005b
+1 -1
View File
@@ -39,7 +39,7 @@
},
"peerDependencies": {
"@material-ui/core": "^4.12.2",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
},