Skip to content

Commit

Permalink
chore: update dependencies 📦 (#4906)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint authored May 11, 2024
2 parents e02d191 + 9754482 commit ab6c427
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 116 deletions.
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.572.0",
"@aws-sdk/client-sts": "^3.572.0",
"@aws-sdk/client-ses": "^3.574.0",
"@aws-sdk/client-sts": "^3.574.0",
"@clickhouse/client": "^1.0.1",
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
"@hey/helpers": "workspace:*",
"@irys/sdk": "^0.1.24",
"@irys/sdk": "^0.2.0",
"@lens-protocol/metadata": "^1.2.0",
"@prisma/client": "^5.13.0",
"axios": "^1.6.8",
Expand All @@ -39,7 +39,7 @@
"linkedom": "^0.16.11",
"pg-promise": "^11.6.0",
"request-ip": "^3.3.0",
"tsx": "^4.9.3",
"tsx": "^4.9.4",
"typescript": "^5.4.5",
"ua-parser-js": "^1.0.37",
"urlcat": "^3.1.0",
Expand Down
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@apollo/client": "^3.10.3",
"@aws-sdk/client-s3": "^3.572.0",
"@aws-sdk/lib-storage": "^3.572.0",
"@aws-sdk/client-s3": "^3.574.0",
"@aws-sdk/lib-storage": "^3.574.0",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.3",
"@hey/abis": "workspace:*",
Expand All @@ -33,8 +33,8 @@
"@radix-ui/react-hover-card": "^1.0.7",
"@rajesh896/broprint.js": "^2.1.1",
"@sentry/nextjs": "^7.114.0",
"@tanstack/react-query": "^5.35.1",
"@thirdweb-dev/storage": "^2.0.14",
"@tanstack/react-query": "^5.35.5",
"@thirdweb-dev/storage": "^2.0.15",
"@uidotdev/usehooks": "^2.4.1",
"@xmtp/content-type-reaction": "^1.1.7",
"@xmtp/react-sdk": "^6.0.1",
Expand Down Expand Up @@ -77,7 +77,7 @@
"use-resize-observer": "^9.1.0",
"uuid": "^9.0.1",
"viem": "^2.10.3",
"wagmi": "^2.8.4",
"wagmi": "^2.8.6",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
Expand Down
Loading

1 comment on commit ab6c427

@vercel
Copy link

@vercel vercel bot commented on ab6c427 May 11, 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.