diff --git a/app/soapbox/features/notifications/components/filter-bar.tsx b/app/soapbox/features/notifications/components/filter-bar.tsx index 371d68ccfe..f6b2add5b7 100644 --- a/app/soapbox/features/notifications/components/filter-bar.tsx +++ b/app/soapbox/features/notifications/components/filter-bar.tsx @@ -64,7 +64,7 @@ const NotificationFilterBar = () => { name: 'pleroma:emoji_reaction', }); items.push({ - text: , + text: , title: intl.formatMessage(messages.boosts), action: onClick('reblog'), name: 'reblog', diff --git a/package.json b/package.json index 9a16aeaf05..a9ee25cee9 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,6 @@ "es6-symbol": "^3.1.1", "escape-html": "^1.0.3", "exif-js": "^2.3.0", - "feather-icons": "^4.28.0", "fork-ts-checker-webpack-plugin": "^7.2.11", "history": "^4.10.1", "html-webpack-harddisk-plugin": "^2.0.0", diff --git a/webpack/rules/assets.ts b/webpack/rules/assets.ts index 0f56489875..7df5aba9a0 100644 --- a/webpack/rules/assets.ts +++ b/webpack/rules/assets.ts @@ -59,14 +59,6 @@ const rules: RuleSetRule[] = [{ filename: 'packs/icons/[name]-[contenthash:8][ext]', }, }, { - - test: /\.svg$/, - type: 'asset/resource', - include: resolve('node_modules', 'feather-icons'), - generator: { - filename: 'packs/icons/[name]-[contenthash:8][ext]', - }, -}, { test: /\.svg$/, type: 'asset/resource', include: [ diff --git a/yarn.lock b/yarn.lock index 2481c3dc79..abeaef098e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4496,7 +4496,7 @@ core-js-pure@^3.16.0: resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.17.3.tgz#98ea3587188ab7ef4695db6518eeb71aec42604a" integrity sha512-YusrqwiOTTn8058JDa0cv9unbXdIiIgcgI9gXso0ey4WgkFLd3lYlV9rp9n7nDCsYxXsMDTjA4m1h3T348mdlQ== -core-js@^3.1.3, core-js@^3.15.2: +core-js@^3.15.2: version "3.18.0" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.18.0.tgz#9af3f4a6df9ba3428a3fb1b171f1503b3f40cc49" integrity sha512-WJeQqq6jOYgVgg4NrXKL0KLQhi0CT4ZOCvFL+3CQ5o7I6J8HkT5wd53EadMfqTDp1so/MT1J+w2ujhWcCJtN7w== @@ -5942,14 +5942,6 @@ fb-watchman@^2.0.0: dependencies: bser "2.1.1" -feather-icons@^4.28.0: - version "4.28.0" - resolved "https://registry.yarnpkg.com/feather-icons/-/feather-icons-4.28.0.tgz#e1892a401fe12c4559291770ff6e68b0168e760f" - integrity sha512-gRdqKESXRBUZn6Nl0VBq2wPHKRJgZz7yblrrc2lYsS6odkNFDnA4bqvrlEVRUPjE1tFax+0TdbJKZ31ziJuzjg== - dependencies: - classnames "^2.2.5" - core-js "^3.1.3" - file-entry-cache@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"