Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
chore(deps): update external (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tobias Bocanegra <tripod@adobe.com>
  • Loading branch information
3 people committed Jun 15, 2020
1 parent e33b1d8 commit 4c02643
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 35 deletions.
209 changes: 182 additions & 27 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
Expand Up @@ -28,7 +28,7 @@
"chalk": "^4.0.0",
"dotenv": "^8.0.0",
"fs-extra": "^9.0.0",
"isomorphic-git": "1.4.1",
"isomorphic-git": "1.4.4",
"openwhisk": "^3.17.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
Expand All @@ -43,12 +43,12 @@
"chai-http": "4.3.0",
"codecov": "3.7.0",
"eslint": "7.2.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-header": "3.0.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-import": "2.21.2",
"express": "4.17.1",
"ghooks": "2.0.4",
"lint-staged": "10.2.9",
"lint-staged": "10.2.10",
"lodash": "4.17.15",
"mocha": "8.0.1",
"mocha-junit-reporter": "2.0.0",
Expand Down
4 changes: 0 additions & 4 deletions test/deploy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ process.env.WSK_NAMESPACE = 'foobar';
process.env.WSK_APIHOST = 'https://example.com';
process.env.WSK_AUTH = 'fake-key';


describe('Deploy Test', () => {
let testRoot;
let origPwd;
Expand Down Expand Up @@ -126,7 +125,6 @@ describe('Deploy Test', () => {
.get('/api/v1/web/foobar/default/simple-project/foo')
.reply(200, 'ok');


process.chdir(testRoot); // need to change .cwd() for yargs to pickup `wsk` in package.json
const builder = new CLI()
.prepare([
Expand Down Expand Up @@ -157,7 +155,6 @@ describe('Deploy Test', () => {
namespace: `${process.env.WSK_NAMESPACE}/test-package`,
});


process.chdir(testRoot); // need to change .cwd() for yargs to pickup `wsk` in package.json
const builder = new CLI()
.prepare([
Expand Down Expand Up @@ -224,7 +221,6 @@ describe('Deploy Test', () => {
namespace: process.env.WSK_NAMESPACE,
});


process.chdir(testRoot); // need to change .cwd() for yargs to pickup `wsk` in package.json
const builder = new CLI()
.prepare([
Expand Down

0 comments on commit 4c02643

Please sign in to comment.