diff --git a/common/tsconfig.json b/common/tsconfig.json index 43ca937e..a341afb8 100644 --- a/common/tsconfig.json +++ b/common/tsconfig.json @@ -11,5 +11,5 @@ "target": "es2017", "jsx": "preserve" }, - "include": ["**/*.ts", "util/tiptap-tweet.tsx"] + "include": ["**/*.ts", "util/tweet-embed.tsx"] } diff --git a/web/package.json b/web/package.json index a008026b..4fba3359 100644 --- a/web/package.json +++ b/web/package.json @@ -53,7 +53,6 @@ "react-hot-toast": "2.2.0", "react-instantsearch-hooks-web": "6.24.1", "react-query": "3.39.0", - "react-twitter-embed": "4.0.4", "string-similarity": "^4.0.4", "tippy.js": "6.3.7" },