From a6b96c88aa69e4bed8a80a8533816c1fd0b3ab66 Mon Sep 17 00:00:00 2001 From: Soapbox Bot Date: Wed, 15 Feb 2023 19:09:14 +0000 Subject: [PATCH 1/2] Update dependency @tabler/icons to v2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e19e425bc..79d36fa67 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@sentry/browser": "^7.37.2", "@sentry/react": "^7.37.2", "@sentry/tracing": "^7.37.2", - "@tabler/icons": "^1.117.0", + "@tabler/icons": "^2.0.0", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/line-clamp": "^0.4.2", "@tailwindcss/typography": "^0.5.7", diff --git a/yarn.lock b/yarn.lock index 3d0266863..482b61c66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3826,10 +3826,10 @@ dependencies: defer-to-connect "^2.0.0" -"@tabler/icons@^1.117.0": - version "1.117.0" - resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-1.117.0.tgz#2ffafca94f868940cf84a839e284c243e095c45a" - integrity sha512-4UGF8fMcROiy++CCNlzTz6p22rxFQD/fAMfaw/8Uanopl41X2SCZTmpnotS3C6Qdrk99m8eMZySa5w1y99gFqQ== +"@tabler/icons@^2.0.0": + version "2.4.0" + resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-2.4.0.tgz#34b1b0d818dc00926b956c3424bff48b89a5b439" + integrity sha512-JZY9Kk3UsQoqp7Rw/BuWw1PrkRwv5h0psjJBbj+Cn9UVyhdzr5vztg2mywXBAJ+jFBUL/pjnVcIvOzKFw4CXng== "@tailwindcss/forms@^0.5.3": version "0.5.3" From 93f873fce90244623d8d170d4747401dfee53960 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 20 Feb 2023 11:37:06 -0600 Subject: [PATCH 2/2] Tabler: ballon.svg --> balloon.svg --- app/soapbox/features/birthdays/account.tsx | 2 +- app/soapbox/features/ui/components/profile-info-panel.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/birthdays/account.tsx b/app/soapbox/features/birthdays/account.tsx index 79a70fc42..3cd0c5408 100644 --- a/app/soapbox/features/birthdays/account.tsx +++ b/app/soapbox/features/birthdays/account.tsx @@ -39,7 +39,7 @@ const Account: React.FC = ({ accountId }) => { date: formattedBirthday, })} > - + {formattedBirthday} diff --git a/app/soapbox/features/ui/components/profile-info-panel.tsx b/app/soapbox/features/ui/components/profile-info-panel.tsx index 1fd6035bc..437b269b0 100644 --- a/app/soapbox/features/ui/components/profile-info-panel.tsx +++ b/app/soapbox/features/ui/components/profile-info-panel.tsx @@ -99,7 +99,7 @@ const ProfileInfoPanel: React.FC = ({ account, username }) => return (