Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Apr 11, 2023
1 parent 11f25eb commit 452ca77
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@headlessui/react": "1.7.13",
"@reduxjs/toolkit": "1.9.3",
"@tensorflow-models/body-pix": "2.2.0",
"@tensorflow/tfjs": "4.2.0",
"axios": "1.3.4",
"@tensorflow/tfjs": "4.4.0",
"axios": "1.3.5",
"copy-text-to-clipboard": "3.1.0",
"emoji-picker-react": "4.4.8",
"events": "3.3.0",
"i18next": "22.4.13",
"i18next": "22.4.14",
"i18next-browser-languagedetector": "7.0.1",
"i18next-http-backend": "2.2.0",
"livekit-client": "1.7.1",
Expand All @@ -49,46 +49,46 @@
"devDependencies": {
"@bufbuild/protoc-gen-es": "1.2.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@types/lodash": "4.14.191",
"@types/react": "18.0.29",
"@types/lodash": "4.14.192",
"@types/react": "18.0.34",
"@types/react-dom": "18.0.11",
"@types/sanitize-html": "2.9.0",
"@types/video.js": "^7.3.51",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"autoprefixer": "10.4.14",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.3",
"css-minimizer-webpack-plugin": "4.2.2",
"eslint": "8.36.0",
"css-minimizer-webpack-plugin": "5.0.0",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"fork-ts-checker-webpack-plugin": "8.0.0",
"html-webpack-plugin": "5.5.0",
"husky": "8.0.3",
"lint-staged": "13.2.0",
"lint-staged": "13.2.1",
"mini-css-extract-plugin": "2.7.5",
"postcss": "8.4.21",
"postcss-loader": "7.1.0",
"postcss-loader": "7.2.4",
"postcss-nested": "6.0.1",
"prettier": "2.8.7",
"react-refresh": "0.14.0",
"react-refresh-typescript": "2.0.8",
"sass": "1.60.0",
"sass-loader": "13.2.1",
"react-refresh-typescript": "2.0.9",
"sass": "1.61.0",
"sass-loader": "13.2.2",
"style-loader": "3.3.2",
"tailwindcss": "3.2.7",
"tailwindcss": "3.3.1",
"terser-webpack-plugin": "5.3.7",
"ts-loader": "9.4.2",
"typescript": "5.0.2",
"webpack": "5.76.3",
"typescript": "5.0.4",
"webpack": "5.78.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.13.1"
"webpack-dev-server": "4.13.2"
},
"lint-staged": {
"*.{ts,tsx,scss}": [
Expand Down
8 changes: 4 additions & 4 deletions src/helpers/livekit/ConnectLivekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ export default class ConnectLivekit
LocalTrackPublication | RemoteTrackPublication
>();

private errorState: Dispatch<IErrorPageProps>;
private roomConnectionStatusState: Dispatch<ConnectionStatus>;
private readonly errorState: Dispatch<IErrorPageProps>;
private readonly roomConnectionStatusState: Dispatch<ConnectionStatus>;

protected token: string;
public _room: Room;
private url: string;
private readonly _room: Room;
private readonly url: string;
private tokenRenewInterval: any;

private handleParticipant: HandleParticipants;
Expand Down

0 comments on commit 452ca77

Please sign in to comment.