@redocly/cli 0.0.0-snapshot.1737556585 → 0.0.0-snapshot.1739194003

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -28,7 +28,7 @@ Then you can use it as `redocly [command] [options]`, for example:
28
28
  redocly lint path-to-root-file.yaml
29
29
  ```
30
30
 
31
- The minimum required versions of Node.js and NPM are 14.19.0 and 7.0.0 respectively.
31
+ The minimum required versions of Node.js and NPM are 18.17.0 and 10.8.2 respectively.
32
32
 
33
33
  ### Docker
34
34
 
@@ -21,7 +21,7 @@ const handlerBuildCommand = async ({ argv, config: configFromFile, collectSpecDa
21
21
  templateOptions: argv.templateOptions || {},
22
22
  redocOptions: (0, utils_1.getObjectOrJSON)(argv.theme?.openapi, config),
23
23
  };
24
- const redocCurrentVersion = require('../../../package.json').dependencies.redoc.substring(1); // remove ~
24
+ const redocCurrentVersion = require('../../../package.json').dependencies.redoc;
25
25
  try {
26
26
  const elapsed = (0, miscellaneous_1.getExecutionTime)(startedAt);
27
27
  const api = await (0, redoc_1.loadAndBundleSpec)((0, openapi_core_1.isAbsoluteUrl)(pathToApi) ? pathToApi : (0, path_1.resolve)(pathToApi));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/cli",
3
- "version": "0.0.0-snapshot.1737556585",
3
+ "version": "0.0.0-snapshot.1739194003",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "engines": {
11
11
  "node": ">=18.17.0",
12
- "npm": ">=10.8.2"
12
+ "npm": ">=9.5.0"
13
13
  },
14
14
  "engineStrict": true,
15
15
  "scripts": {
@@ -36,7 +36,7 @@
36
36
  "Roman Hotsiy <roman@redocly.com> (https://redocly.com/)"
37
37
  ],
38
38
  "dependencies": {
39
- "@redocly/openapi-core": "0.0.0-snapshot.1737556585",
39
+ "@redocly/openapi-core": "0.0.0-snapshot.1739194003",
40
40
  "abort-controller": "^3.0.0",
41
41
  "chokidar": "^3.5.1",
42
42
  "colorette": "^1.2.0",
@@ -47,20 +47,20 @@
47
47
  "handlebars": "^4.7.6",
48
48
  "mobx": "^6.0.4",
49
49
  "pluralize": "^8.0.0",
50
- "react": "^17.0.0 || ^18.2.0",
51
- "react-dom": "^17.0.0 || ^18.2.0",
52
- "redoc": "~2.2.0",
50
+ "react": "^17.0.0 || ^18.2.0 || ^19.0.0",
51
+ "react-dom": "^17.0.0 || ^18.2.0 || ^19.0.0",
52
+ "redoc": "2.4.0",
53
53
  "semver": "^7.5.2",
54
54
  "simple-websocket": "^9.0.0",
55
- "styled-components": "^6.0.7",
55
+ "styled-components": "^6.1.15",
56
56
  "yargs": "17.0.1"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/configstore": "^5.0.1",
60
60
  "@types/glob": "^8.1.0",
61
61
  "@types/pluralize": "^0.0.29",
62
- "@types/react": "^17.0.0 || ^18.2.21",
63
- "@types/react-dom": "^17.0.0 || ^18.2.7",
62
+ "@types/react": "^17.0.0 || ^18.2.21 || ^19.0.0",
63
+ "@types/react-dom": "^17.0.0 || ^18.2.7 || ^19.0.0",
64
64
  "@types/semver": "^7.5.0",
65
65
  "@types/yargs": "17.0.32",
66
66
  "typescript": "5.5.3"