From 79f6a52b5b5a6cd47f3503bd0d9183a6df436f39 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns Date: Fri, 3 May 2024 21:16:48 +0530 Subject: [PATCH] feat(ui-packages): add `react-text-to-speech`, bump version --- package.json | 3 +-- ui/package.json | 4 ++-- ui/yarn.lock | 8 ++++---- yarn.lock | 5 ----- 4 files changed, 7 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index ee75225..5afcb17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "perplexica-backend", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "author": "ItzCrazyKns", "scripts": { @@ -29,7 +29,6 @@ "dotenv": "^16.4.5", "express": "^4.19.2", "langchain": "^0.1.30", - "react-text-to-speech": "^0.14.5", "winston": "^3.13.0", "ws": "^8.16.0", "zod": "^3.22.4" diff --git a/ui/package.json b/ui/package.json index 4ac9fc5..ad1ff8b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "perplexica-frontend", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "author": "ItzCrazyKns", "scripts": { @@ -22,7 +22,7 @@ "next": "14.1.4", "react": "^18", "react-dom": "^18", - "react-speech-kit": "^3.0.1", + "react-text-to-speech": "^0.14.5", "react-textarea-autosize": "^8.5.3", "tailwind-merge": "^2.2.2", "yet-another-react-lightbox": "^3.17.2", diff --git a/ui/yarn.lock b/ui/yarn.lock index 6f8dd11..5da13f8 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2632,10 +2632,10 @@ react-is@^16.13.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react-speech-kit@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/react-speech-kit/-/react-speech-kit-3.0.1.tgz#8bd936adfe064be1c5a07e2992dfdfd772e80d14" - integrity sha512-MXNOciISanhmnxpHJkBOev3M3NPDpW1T7nTc/eGw5pO9cXpoUccRxZkmr/IlpTPbPEneDNeTmbwri/YweyctZg== +react-text-to-speech@^0.14.5: + version "0.14.5" + resolved "https://registry.yarnpkg.com/react-text-to-speech/-/react-text-to-speech-0.14.5.tgz#f918786ab283311535682011045bd49777193300" + integrity sha512-3brr/IrK/5YTtOZSTo+Y8b+dnWelzfZiDZvkXnOct1e7O7fgA/h9bYAVrtwSRo/VxKfdw+wh6glkj6M0mlQuQQ== react-textarea-autosize@^8.5.3: version "8.5.3" diff --git a/yarn.lock b/yarn.lock index 64863b9..205b0ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1291,11 +1291,6 @@ raw-body@2.5.2: iconv-lite "0.4.24" unpipe "1.0.0" -react-text-to-speech@^0.14.5: - version "0.14.5" - resolved "https://registry.yarnpkg.com/react-text-to-speech/-/react-text-to-speech-0.14.5.tgz#f918786ab283311535682011045bd49777193300" - integrity sha512-3brr/IrK/5YTtOZSTo+Y8b+dnWelzfZiDZvkXnOct1e7O7fgA/h9bYAVrtwSRo/VxKfdw+wh6glkj6M0mlQuQQ== - readable-stream@^3.4.0, readable-stream@^3.6.0: version "3.6.2" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"