redoc upgrade

This commit is contained in:
Athou
2025-02-07 19:18:50 +01:00
parent ac3d9ef57f
commit 961fb6a464
2 changed files with 7 additions and 12 deletions

View File

@@ -39,7 +39,7 @@
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.5",
"react-swipeable": "^7.0.2",
"redoc": "^2.3.0",
"redoc": "^2.4.0",
"style-to-object": "^1.0.8",
"throttle-debounce": "^5.0.2",
"tinycon": "^0.6.8",
@@ -5772,10 +5772,9 @@
}
},
"node_modules/redoc": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/redoc/-/redoc-2.3.0.tgz",
"integrity": "sha512-v9+8ic/jF3CbrBR/N78BDYDkngszEjOfoBWIa9ES4J0c3hysWLIibn5UeBh9SW6EREoNuKeuIZDRlBKdKnBXwQ==",
"license": "MIT",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/redoc/-/redoc-2.4.0.tgz",
"integrity": "sha512-rFlfzFVWS9XJ6aYAs/bHnLhHP5FQEhwAHDBVgwb9L2FqDQ8Hu8rQ1G84iwaWXxZfPP9UWn7JdWkxI6MXr2ZDjw==",
"dependencies": {
"@redocly/openapi-core": "^1.4.0",
"classnames": "^2.3.2",
@@ -5806,8 +5805,8 @@
"peerDependencies": {
"core-js": "^3.1.4",
"mobx": "^6.0.4",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"styled-components": "^4.1.1 || ^5.1.1 || ^6.0.5"
}
},

View File

@@ -46,7 +46,7 @@
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.5",
"react-swipeable": "^7.0.2",
"redoc": "^2.3.0",
"redoc": "^2.4.0",
"style-to-object": "^1.0.8",
"throttle-debounce": "^5.0.2",
"tinycon": "^0.6.8",
@@ -85,10 +85,6 @@
},
"react-helmet": {
"react": "^19.0.0"
},
"redoc": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}
}