From 411ff5293e9fda24257f67d62835e88666be36ab Mon Sep 17 00:00:00 2001 From: Outrun Colors Date: Tue, 27 Sep 2022 17:17:42 -0500 Subject: [PATCH] Re-add lite-youtube script --- chat/package.json | 4 +--- chat/yarn.lock | 10 ---------- files/templates/chat.html | 1 + 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/chat/package.json b/chat/package.json index 78be9721f..a25d56807 100644 --- a/chat/package.json +++ b/chat/package.json @@ -1,6 +1,6 @@ { "name": "chat", - "version": "0.1.21", + "version": "0.1.22", "main": "./src/index.tsx", "license": "MIT", "dependencies": { @@ -8,7 +8,6 @@ "@types/lodash.clonedeep": "^4.5.7", "@types/lodash.debounce": "^4.0.7", "@types/lodash.throttle": "^4.1.7", - "@types/lozad": "^1.16.1", "@types/react": "^18.0.20", "@types/react-dom": "^18.0.6", "@types/react-virtualized-auto-sizer": "^1.0.1", @@ -20,7 +19,6 @@ "lodash.clonedeep": "^4.5.0", "lodash.debounce": "^4.0.8", "lodash.throttle": "^4.1.1", - "lozad": "^1.16.0", "react": "^18.2.0", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", diff --git a/chat/yarn.lock b/chat/yarn.lock index e09683fd9..2757caa82 100644 --- a/chat/yarn.lock +++ b/chat/yarn.lock @@ -65,11 +65,6 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.185.tgz#c9843f5a40703a8f5edfd53358a58ae729816908" integrity sha512-evMDG1bC4rgQg4ku9tKpuMh5iBNEwNa3tf9zRHdP1qlv+1WUg44xat4IxCE14gIpZRGUUWAx2VhItCZc25NfMA== -"@types/lozad@^1.16.1": - version "1.16.1" - resolved "https://registry.yarnpkg.com/@types/lozad/-/lozad-1.16.1.tgz#fc06f73bfd787a456b0e12a9d83a954b56431400" - integrity sha512-wmGW368y1zu9ark/7fMNHdZ/c3wGV7fxoEqtK+V3Dsv2QGQQp34D9elDowuW12zZwxjO9NkNUorqg+D9j1VRGQ== - "@types/prop-types@*": version "15.7.5" resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" @@ -431,11 +426,6 @@ loose-envify@^1.1.0: dependencies: js-tokens "^3.0.0 || ^4.0.0" -lozad@^1.16.0: - version "1.16.0" - resolved "https://registry.yarnpkg.com/lozad/-/lozad-1.16.0.tgz#86ce732c64c69926ccdebb81c8c90bb3735948b4" - integrity sha512-JBr9WjvEFeKoyim3svo/gsQPTkgG/mOHJmDctZ/+U9H3ymUuvEkqpn8bdQMFsvTMcyRJrdJkLv0bXqGm0sP72w== - "memoize-one@>=3.1.1 <6": version "5.2.1" resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.2.1.tgz#8337aa3c4335581839ec01c3d594090cebe8f00e" diff --git a/files/templates/chat.html b/files/templates/chat.html index b9e631da2..013b84bf3 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -40,5 +40,6 @@ +