From a1857dee8a1d4343f68eea48f010aa4fa0cac833 Mon Sep 17 00:00:00 2001 From: Jibon Date: Fri, 13 Oct 2023 11:22:13 +0200 Subject: [PATCH] clean up --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7a08275..43fe38d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "i18next": "23.5.1", "i18next-browser-languagedetector": "7.1.0", "i18next-http-backend": "2.2.2", - "livekit-client": "^1.13.4", + "livekit-client": "1.13.4", "lodash": "4.17.21", "microsoft-cognitiveservices-speech-sdk": "1.32.0", "mobile-detect": "1.4.5", diff --git a/package.json b/package.json index 6674fed4..66169568 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "i18next": "23.5.1", "i18next-browser-languagedetector": "7.1.0", "i18next-http-backend": "2.2.2", - "livekit-client": "^1.13.4", + "livekit-client": "1.13.4", "lodash": "4.17.21", "microsoft-cognitiveservices-speech-sdk": "1.32.0", "mobile-detect": "1.4.5",