Merge pull request #18223 from Bonial-International-GmbH/pjungermann/swagger-ui-v5

feat: support OAS v3.1.0
This commit is contained in:
Patrik Oldsberg
2023-06-13 14:00:35 +02:00
committed by GitHub
9 changed files with 1171 additions and 414 deletions
+2 -2
View File
@@ -48,7 +48,7 @@
"graphql-ws": "^5.4.1",
"isomorphic-form-data": "^2.0.0",
"react-use": "^17.2.4",
"swagger-ui-react": "^4.11.1"
"swagger-ui-react": "^5.0.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
@@ -65,7 +65,7 @@
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
"@types/node": "^16.11.26",
"@types/swagger-ui-react": "^4.1.1",
"@types/swagger-ui-react": "^4.18.0",
"cross-fetch": "^3.1.5",
"msw": "^1.0.0"
},