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

Commit

Permalink
Fix/vendor path (#45)
Browse files Browse the repository at this point in the history
* chore: upgrading dependencies
* build: bumping version
* Fixes mulesoft/api-console#624
  • Loading branch information
jarrodek authored Feb 6, 2020
1 parent 39fcacd commit 5d6b699
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-console-cli",
"version": "2.0.2",
"version": "2.0.3",
"description": "A set of dev tools for API console",
"bin": {
"api-console": "lib/cli.js"
Expand All @@ -27,7 +27,7 @@
"url": "git://github.com/mulesoft-labs/api-console-cli.git"
},
"dependencies": {
"@api-components/api-console-builder": "^2.0.5",
"@api-components/api-console-builder": "^2.0.6",
"amf-client-js": "^4.0.4",
"chalk": "^3.0.0",
"ci-info": "^2.0.0",
Expand All @@ -37,7 +37,7 @@
"esm": "^3.2.25",
"fs-extra": "8.1.0",
"mime-types": "^2.1.26",
"open": "^7.0.1",
"open": "^7.0.2",
"portfinder": "^1.0.25",
"update-notifier": "^4.0.0",
"winston": "^3.2.1"
Expand All @@ -49,7 +49,7 @@
"@commitlint/config-conventional": "^8.3.4",
"chai": "^4.2.0",
"husky": "^4.2.1",
"lint-staged": "^10.0.6",
"lint-staged": "^10.0.7",
"mocha": "^7.0.1",
"sinon": "^8.1.1"
},
Expand Down

0 comments on commit 5d6b699

Please sign in to comment.