Skip to content

Commit

Permalink
chore(deps): reverted Axios to 0.19.2 since 0.20.0 has broken type de…
Browse files Browse the repository at this point in the history
…finitions
  • Loading branch information
jan-molak committed Aug 25, 2020
1 parent ac05207 commit 1d5e280
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/local-server/package.json
Expand Up @@ -66,7 +66,7 @@
"@types/hapi": "^18.0.3",
"@types/mocha": "^8.0.0",
"@types/restify": "^8.4.2",
"axios": "^0.20.0",
"axios": "^0.19.2",
"express": "^4.17.1",
"hapi": "^18.1.0",
"koa": "^2.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha/spec/mappers/MochaOutcomeMapper.spec.ts
Expand Up @@ -24,7 +24,7 @@ describe('MochaTestMapper', () => {
it('recognises passing tests', () => {

const test = new Test('example', someScenario);
this.state = 'passed';
test.state = 'passed';

const outcome = mapper.outcomeOf(test);

Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Expand Up @@ -46,7 +46,7 @@
"npm": ">= 6"
},
"dependencies": {
"axios": "^0.20.0"
"axios": "^0.19.2"
},
"peerDependencies": {
"@serenity-js/core": "2.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/serenity-bdd/package.json
Expand Up @@ -49,7 +49,7 @@
"@serenity-js/assertions": "2.14.0",
"@serenity-js/core": "2.14.0",
"@serenity-js/rest": "2.14.0",
"axios": "^0.20.0",
"axios": "^0.19.2",
"chalk": "^4.0.0",
"find-java-home": "^1.1.0",
"progress": "^2.0.3",
Expand Down

0 comments on commit 1d5e280

Please sign in to comment.