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
@@ -306,7 +306,7 @@ Usage in **development** environment:
306
306
$ npm run cy:dev
307
307
```
308
308
309
-
Usage in **Continuos Integration (CI)** environment:
309
+
Usage in **Continuous Integration (CI)** environment:
310
310
311
311
```sh
312
312
$ npm run cy:ci
@@ -461,12 +461,10 @@ In order to inform `swagger-editor@5` npm package that I require it to use my Re
461
461
> [!NOTE]
462
462
> 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_.
463
463
464
-
465
464
### yarn
466
465
467
466
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).
468
467
469
-
470
468
```json
471
469
{
472
470
"dependencies": {
@@ -680,7 +678,6 @@ import MonacoPreset from 'swagger-editor/presets/monaco';
680
678
> NOTE: Please refer to the [Plug points documentation](https://github.com/swagger-api/swagger-ui/blob/master/docs/customization/plug-points.md)
681
679
of SwaggerUI to understand how presets are passed to SwaggerUI.
0 commit comments