Skip to content

Commit

Permalink
📦 Update dependencies across multiple packages (#update-dependencies-…
Browse files Browse the repository at this point in the history
…2024-11-25-21-46)

Summary: Updated dependencies across multiple packages.

Highlights:

• Upgraded `viem` from `^2.21.49` to `^2.21.50` in `api`, `web`, and `helpers`.
• Updated `react-virtuoso` from `^4.12.1` to `^4.12.2` in `web`.
• Bumped `tailwind-merge` from `^2.5.4` to `^2.5.5` in `ui`.

Read more: https://pierre.co/hey/hey/update-dependencies-2024-11-25-21-46
  • Loading branch information
Yoginth authored and Pierre committed Nov 25, 2024
1 parent 7da9dc3 commit 87566a2
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 62 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ua-parser-js": "2.0.0",
"urlcat": "^3.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.49",
"viem": "^2.21.50",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.0",
"react-tracked": "^2.0.1",
"react-virtuoso": "^4.12.1",
"react-virtuoso": "^4.12.2",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.0",
"remark-breaks": "^4.0.0",
Expand All @@ -69,7 +69,7 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.49",
"viem": "^2.21.50",
"wagmi": "^2.13.0",
"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.49",
"viem": "^2.21.50",
"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 @@ -20,7 +20,7 @@
"next": "^15.0.2",
"react": "^18.3.1",
"react-hook-form": "^7.53.2",
"tailwind-merge": "^2.5.4",
"tailwind-merge": "^2.5.5",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
Loading

1 comment on commit 87566a2

@vercel
Copy link

@vercel vercel bot commented on 87566a2 Nov 25, 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 – ./

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

Please sign in to comment.