feat: support OAS v3.1.0

Bump dependency `swagger-ui-react` to v5.0.0
which includes support for OpenAPI Specification (OAS) v3.1.0.

`@types/swagger-ui-react` v4.18.0 seems still compatible.

Closes: #8090
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
This commit is contained in:
Patrick Jungermann
2023-06-13 00:08:06 +02:00
parent 5b381397e5
commit af748a148d
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"
},