Skip to content

Commit

Permalink
chore(deps): update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert committed Feb 4, 2022
1 parent 8736f7c commit 71f1a05
Show file tree
Hide file tree
Showing 45 changed files with 243 additions and 172 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/ajv-npm-8.5.0-66afc3cb37-0115531d0f.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/pipelines/ws-sdp-pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class WsSdpPipeline extends RtspPipeline {
})
this.rtsp.send({ method: RTSP_METHOD.DESCRIBE })
this.rtsp.send({ method: RTSP_METHOD.TEARDOWN })
return sdpPromise
return await sdpPromise
})
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@
"@types/jest": "26.0.24",
"@types/node": "14.17.5",
"@types/ws": "7.4.6",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"babel-loader": "8.2.3",
"core-js": "3.21.0",
"cypress": "8.3.0",
"eslint": "7.32.0",
"eslint": "8.8.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard-with-typescript": "20.0.0",
"eslint-config-standard-with-typescript": "21.0.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-promise": "6.0.0",
"http-server": "13.0.0",
"jest": "27.4.7",
"jest-environment-jsdom": "27.4.6",
Expand Down
Loading

0 comments on commit 71f1a05

Please sign in to comment.