Skip to content

Commit

Permalink
chore: update dependencies 📦 (#4931)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint authored May 21, 2024
1 parent 811b692 commit d21ab9c
Show file tree
Hide file tree
Showing 8 changed files with 148 additions and 163 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"dependencies": {
"@aws-sdk/client-ses": "^3.577.0",
"@aws-sdk/client-sts": "^3.577.0",
"@clickhouse/client": "^1.0.1",
"@clickhouse/client": "^1.0.2",
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
"@hey/helpers": "workspace:*",
"@irys/sdk": "^0.2.0",
"@lens-protocol/metadata": "^1.2.0",
"@prisma/client": "^5.14.0",
"axios": "^1.7.0",
"axios": "^1.7.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
Expand All @@ -44,7 +44,7 @@
"ua-parser-js": "^1.0.37",
"urlcat": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^2.11.0",
"viem": "^2.11.1",
"vite-express": "^0.16.0",
"zod": "^3.23.8"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@xmtp/content-type-reaction": "^1.1.7",
"@xmtp/react-sdk": "^6.0.1",
"alchemy-sdk": "^3.3.1",
"axios": "^1.7.0",
"axios": "^1.7.1",
"browser-image-compression": "^2.0.2",
"chart.js": "^4.4.3",
"crisp-sdk-web": "^1.0.25",
Expand Down Expand Up @@ -78,8 +78,8 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^9.0.1",
"viem": "^2.11.0",
"wagmi": "^2.9.2",
"viem": "^2.11.1",
"wagmi": "^2.9.3",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
Expand Down
15 changes: 0 additions & 15 deletions apps/web/src/components/Home/FeedType.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import type { Dispatch, FC, SetStateAction } from 'react';

import { Leafwatch } from '@helpers/leafwatch';
import {
CheckCircleIcon,
CurrencyDollarIcon,
LightBulbIcon,
UserGroupIcon
} from '@heroicons/react/24/outline';
import { HomeFeedType } from '@hey/data/enums';
import { HOME } from '@hey/data/tracking';
import { TabButton } from '@hey/ui';
Expand All @@ -24,13 +18,6 @@ const FeedType: FC<FeedTypeProps> = ({ feedType, setFeedType }) => {
<div className="flex gap-3 overflow-x-auto px-5 sm:px-0">
<TabButton
active={feedType === HomeFeedType.FOLLOWING}
icon={
fallbackToCuratedFeed ? (
<CheckCircleIcon className="size-4" />
) : (
<UserGroupIcon className="size-4" />
)
}
name={fallbackToCuratedFeed ? 'Curated Feed' : 'Following'}
onClick={() => {
setFeedType(HomeFeedType.FOLLOWING);
Expand All @@ -39,7 +26,6 @@ const FeedType: FC<FeedTypeProps> = ({ feedType, setFeedType }) => {
/>
<TabButton
active={feedType === HomeFeedType.HIGHLIGHTS}
icon={<LightBulbIcon className="size-4" />}
name="Highlights"
onClick={() => {
setFeedType(HomeFeedType.HIGHLIGHTS);
Expand All @@ -48,7 +34,6 @@ const FeedType: FC<FeedTypeProps> = ({ feedType, setFeedType }) => {
/>
<TabButton
active={feedType === HomeFeedType.PREMIUM}
icon={<CurrencyDollarIcon className="size-4" />}
name="Premium"
onClick={() => {
setFeedType(HomeFeedType.PREMIUM);
Expand Down
2 changes: 1 addition & 1 deletion packages/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@clickhouse/client": "^1.0.1",
"@clickhouse/client": "^1.0.2",
"@hey/helpers": "workspace:*",
"dotenv": "^16.4.5",
"pg": "^8.11.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@hey/data": "workspace:*",
"@hey/lens": "workspace:*",
"@hey/types": "workspace:*",
"axios": "^1.7.0",
"axios": "^1.7.1",
"dayjs": "^1.11.11",
"omit-deep": "^0.3.0",
"urlcat": "^3.1.0",
"viem": "^2.11.0"
"viem": "^2.11.1"
},
"devDependencies": {
"@hey/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@apollo/client": "^3.10.4",
"@hey/data": "workspace:*",
"axios": "^1.7.0",
"axios": "^1.7.1",
"graphql-ws": "^5.16.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@heroicons/react": "^2.1.3",
"@hey/data": "workspace:*",
"@hey/helpers": "workspace:*",
"@hookform/resolvers": "^3.4.0",
"@hookform/resolvers": "^3.4.2",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
Expand Down
Loading

1 comment on commit d21ab9c

@vercel
Copy link

@vercel vercel bot commented on d21ab9c May 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
web-heyxyz.vercel.app
hey.xyz

Please sign in to comment.