Skip to content

Commit e400eca

Browse files
fix: override dependency (#2329)
1 parent d229cc7 commit e400eca

File tree

6 files changed

+154
-39
lines changed

6 files changed

+154
-39
lines changed

.changeset/yellow-ways-argue.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@redocly/cli": patch
3+
"@redocly/openapi-core": patch
4+
---
5+
6+
Resolved an issue with CLI dependencies to ensure proper package resolution.

__tests__/build-docs/build-docs-with-config-option/snapshot.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
margin: 0;
1313
}
1414
</style>
15-
<script src="https://cdn.redocly.com/redoc/v2.5.0/bundles/redoc.standalone.js"></script><style data-styled="true" data-styled-version="6.0.7">.daPKXi{width:calc(100% - 40%);padding:0 40px;}/*!sc*/
15+
<script src="https://cdn.redocly.com/redoc/v2.5.1/bundles/redoc.standalone.js"></script><style data-styled="true" data-styled-version="6.0.7">.daPKXi{width:calc(100% - 40%);padding:0 40px;}/*!sc*/
1616
@media print,screen and (max-width: 75rem){.daPKXi{width:100%;padding:40px 40px;}}/*!sc*/
1717
data-styled.g4[id="sc-hLclGa"]{content:"daPKXi,"}/*!sc*/
1818
.cnGqGJ{padding:40px 0;}/*!sc*/

__tests__/build-docs/build-docs-with-disabled-search/snapshot.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
margin: 0;
1313
}
1414
</style>
15-
<script src="https://cdn.redocly.com/redoc/v2.5.0/bundles/redoc.standalone.js"></script><style data-styled="true" data-styled-version="6.0.7">.daPKXi{width:calc(100% - 40%);padding:0 40px;}/*!sc*/
15+
<script src="https://cdn.redocly.com/redoc/v2.5.1/bundles/redoc.standalone.js"></script><style data-styled="true" data-styled-version="6.0.7">.daPKXi{width:calc(100% - 40%);padding:0 40px;}/*!sc*/
1616
@media print,screen and (max-width: 75rem){.daPKXi{width:100%;padding:40px 40px;}}/*!sc*/
1717
data-styled.g4[id="sc-hLclGa"]{content:"daPKXi,"}/*!sc*/
1818
.cnGqGJ{padding:40px 0;}/*!sc*/

__tests__/smoke/pre-built/redoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
margin: 0;
1313
}
1414
</style>
15-
<script src="https://cdn.redocly.com/redoc/v2.5.0/bundles/redoc.standalone.js"></script><style data-styled="true" data-styled-version="6.1.19">.fqkwbU{width:calc(100% - 40%);padding:0 40px;}/*!sc*/
15+
<script src="https://cdn.redocly.com/redoc/v2.5.1/bundles/redoc.standalone.js"></script><style data-styled="true" data-styled-version="6.1.19">.fqkwbU{width:calc(100% - 40%);padding:0 40px;}/*!sc*/
1616
@media print,screen and (max-width: 75rem){.fqkwbU{width:100%;padding:40px 40px;}}/*!sc*/
1717
data-styled.g4[id="sc-ggWZvA"]{content:"fqkwbU,"}/*!sc*/
1818
.bPmFpz{padding:40px 0;}/*!sc*/

package-lock.json

Lines changed: 144 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"pluralize": "^8.0.0",
5858
"react": "^17.0.0 || ^18.2.0 || ^19.0.0",
5959
"react-dom": "^17.0.0 || ^18.2.0 || ^19.0.0",
60-
"redoc": "2.5.0",
60+
"redoc": "2.5.1",
6161
"semver": "^7.5.2",
6262
"set-cookie-parser": "^2.3.5",
6363
"simple-websocket": "^9.0.0",

0 commit comments

Comments
 (0)