You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -337,7 +337,7 @@ Usage in **development** environment:
337
337
$ npm run cy:dev
338
338
```
339
339
340
-
Usage in **Continuos Integration (CI)** environment:
340
+
Usage in **Continuous Integration (CI)** environment:
341
341
342
342
```sh
343
343
$ npm run cy:ci
@@ -493,12 +493,10 @@ In order to inform `swagger-editor@5` npm package that I require it to use my Re
493
493
> [!NOTE]
494
494
> The React and ReactDOM override are defined as a reference to the dependency. Since _react-redux@9_ only supports `React >= 18`, we need to use _react-redux@8_.
495
495
496
-
497
496
### yarn
498
497
499
498
In order to inform `swagger-editor@5` npm package that I require it to use my specific React version, I need to use [yarn resolutions](https://yarnpkg.com/cli/set/resolution).
500
499
501
-
502
500
```json
503
501
{
504
502
"dependencies": {
@@ -720,7 +718,6 @@ import MonacoPreset from 'swagger-editor/presets/monaco';
720
718
> NOTE: Please refer to the [Plug points documentation](https://github.com/swagger-api/swagger-ui/blob/master/docs/customization/plug-points.md)
721
719
of SwaggerUI to understand how presets are passed to SwaggerUI.
0 commit comments