Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 5d6b699

Browse files
authored
Fix/vendor path (#45)
* chore: upgrading dependencies * build: bumping version * Fixes mulesoft/api-console#624
1 parent 39fcacd commit 5d6b699

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-console-cli",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A set of dev tools for API console",
55
"bin": {
66
"api-console": "lib/cli.js"
@@ -27,7 +27,7 @@
2727
"url": "git://github.com/mulesoft-labs/api-console-cli.git"
2828
},
2929
"dependencies": {
30-
"@api-components/api-console-builder": "^2.0.5",
30+
"@api-components/api-console-builder": "^2.0.6",
3131
"amf-client-js": "^4.0.4",
3232
"chalk": "^3.0.0",
3333
"ci-info": "^2.0.0",
@@ -37,7 +37,7 @@
3737
"esm": "^3.2.25",
3838
"fs-extra": "8.1.0",
3939
"mime-types": "^2.1.26",
40-
"open": "^7.0.1",
40+
"open": "^7.0.2",
4141
"portfinder": "^1.0.25",
4242
"update-notifier": "^4.0.0",
4343
"winston": "^3.2.1"
@@ -49,7 +49,7 @@
4949
"@commitlint/config-conventional": "^8.3.4",
5050
"chai": "^4.2.0",
5151
"husky": "^4.2.1",
52-
"lint-staged": "^10.0.6",
52+
"lint-staged": "^10.0.7",
5353
"mocha": "^7.0.1",
5454
"sinon": "^8.1.1"
5555
},

0 commit comments

Comments
 (0)