diff --git a/cli/npm-shrinkwrap.json b/cli/npm-shrinkwrap.json index 23a4f1e8..8b538489 100644 --- a/cli/npm-shrinkwrap.json +++ b/cli/npm-shrinkwrap.json @@ -1,15 +1,15 @@ { "name": "@dop/redoc-cli", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dop/redoc-cli", - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "dependencies": { - "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.1.4", + "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.2.0", "chokidar": "^3.5.1", "handlebars": "^4.7.7", "isarray": "^2.0.5", @@ -437,8 +437,8 @@ } }, "node_modules/@dop/redoc": { - "version": "1.1.4", - "resolved": "git+https://git@github.com/mongodb-forks/redoc.git#587908722c5691cd310625c1259084f192fef10f", + "version": "1.2.0", + "resolved": "git+https://git@github.com/mongodb-forks/redoc.git#fc3c6319a734c0f8fe9129891b949cb120419667", "license": "MIT", "dependencies": { "@emotion/css": "^11.0.0", @@ -4610,8 +4610,8 @@ } }, "@dop/redoc": { - "version": "git+https://git@github.com/mongodb-forks/redoc.git#587908722c5691cd310625c1259084f192fef10f", - "from": "@dop/redoc@git+https://git@github.com/mongodb-forks/redoc#v1.1.4", + "version": "git+https://git@github.com/mongodb-forks/redoc.git#fc3c6319a734c0f8fe9129891b949cb120419667", + "from": "@dop/redoc@git+https://git@github.com/mongodb-forks/redoc#v1.2.0", "requires": { "@emotion/css": "^11.0.0", "@emotion/react": "^11.10.4", diff --git a/cli/package.json b/cli/package.json index a7ee5bb2..ea6dfa35 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dop/redoc-cli", - "version": "1.1.2", + "version": "1.2.0", "description": "ReDoc's Command Line Interface", "main": "index.js", "bin": "index.js", @@ -14,7 +14,7 @@ "postversion": "git push upstream releases/@dop/redoc-cli@$npm_package_version && git checkout - && git branch -D releases/@dop/redoc-cli@$npm_package_version" }, "dependencies": { - "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.1.4", + "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.2.0", "chokidar": "^3.5.1", "handlebars": "^4.7.7", "isarray": "^2.0.5",