Skip to content

Commit

Permalink
Update dependencies across all packages 📦 (#5450)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint authored Nov 9, 2024
1 parent a69b720 commit 783afab
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 209 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.686.0",
"@aws-sdk/client-s3": "^3.688.0",
"@aws-sdk/client-ses": "^3.686.0",
"@aws-sdk/client-sts": "^3.686.0",
"@hey/abis": "workspace:*",
Expand Down Expand Up @@ -40,7 +40,7 @@
"ua-parser-js": "2.0.0-rc.1",
"urlcat": "^3.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.42",
"viem": "^2.21.44",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.686.0",
"@aws-sdk/client-s3": "^3.688.0",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
"@hey/helpers": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@aws-sdk/client-s3": "^3.686.0",
"@aws-sdk/lib-storage": "^3.686.0",
"@aws-sdk/client-s3": "^3.688.0",
"@aws-sdk/lib-storage": "^3.688.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "^2.1.5",
"@hey/abis": "workspace:*",
Expand Down Expand Up @@ -69,7 +69,7 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.42",
"viem": "^2.21.44",
"wagmi": "^2.12.27",
"zod": "^3.23.8",
"zustand": "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"mailchecker": "^6.0.11",
"omit-deep": "^0.3.0",
"urlcat": "^3.1.0",
"viem": "^2.21.42",
"viem": "^2.21.44",
"winston": "^3.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 @@ -19,7 +19,7 @@
"clsx": "^2.1.1",
"next": "^15.0.2",
"react": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-hook-form": "^7.53.2",
"tailwind-merge": "^2.5.4",
"zod": "^3.23.8"
},
Expand Down
Loading

1 comment on commit 783afab

@vercel
Copy link

@vercel vercel bot commented on 783afab Nov 9, 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 – ./

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

Please sign in to comment.