fix(swagger-ui-react): align React versions with swagger-ui (#9465)

This commit is contained in:
Vladimír Gorej
2024-01-08 10:51:55 +01:00
committed by GitHub
parent 252c81ae8e
commit 532f8de2e2

View File

@@ -47,7 +47,7 @@
}
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
"react": ">=16.8.0 <19",
"react-dom": ">=16.8.0 <19"
}
}