Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Upgrade 'axios' to 0.19.0 (#554)
Browse files Browse the repository at this point in the history
Upgrade 'axios' to 0.19.0

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob committed Nov 19, 2019
1 parent c43eec8 commit ad8e4f4
Show file tree
Hide file tree
Showing 5 changed files with 342 additions and 347 deletions.
2 changes: 1 addition & 1 deletion extensions/eclipse-che-theia-plugin-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@eclipse-che/workspace-client": "latest",
"@theia/core": "0.12.0-next.f255f5a8",
"@theia/plugin-ext": "0.12.0-next.f255f5a8",
"axios": "0.18.1",
"axios": "0.19.0",
"js-yaml": "3.13.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"yargs": "12.0.5",
"webpack": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"axios": "0.18.1",
"axios": "0.19.0",
"tmp": "^0.0.33"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion generator/tests/init-sources/init-sources.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ describe("Test Extensions", () => {
(<any>InitSources)['DEFAULT_EXTENSIONS_URI'] = 'https://foobarfoo.com/foo/bar';
await initSources.readConfigurationAndGenerate(undefined, false);
} catch (e) {
expect(e.toString()).toMatch('Error: Network Error');
expect(e.toString()).toMatch('Error: getaddrinfo ENOTFOUND foobarfoo.com foobarfoo.com:443');
} finally {
(<any>InitSources)['DEFAULT_EXTENSIONS_URI'] = uri;
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/ssh-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"*"
],
"dependencies": {
"axios": "0.18.1",
"axios": "0.19.0",
"fs-extra": "7.0.1",
"@eclipse-che/plugin": "7.3.2"
},
Expand Down
Loading

0 comments on commit ad8e4f4

Please sign in to comment.