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-13-10-25)

Summary: Updated dependencies across multiple packages.

Highlights:

• Upgraded `openai` to version `4.72.0` in `api/package.json`.
• Updated `viem` to version `2.21.45` in `api`, `web`, `helpers`, and `ui` packages.
• Bumped `wagmi` to version `2.12.31` in `web/package.json`.

Read more: https://pierre.co/hey/hey/update-dependencies-2024-11-13-10-25
  • Loading branch information
Yoginth authored and Pierre committed Nov 13, 2024
1 parent 3c55c02 commit 1fe76c8
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 262 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"fast-xml-parser": "^4.4.1",
"graphql": "^16.9.0",
"linkedom": "^0.18.5",
"openai": "^4.71.1",
"openai": "^4.72.0",
"rate-limit-redis": "^4.2.0",
"request-ip": "^3.3.0",
"tsx": "^4.19.2",
"ua-parser-js": "2.0.0-rc.1",
"urlcat": "^3.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.44",
"viem": "^2.21.45",
"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 @@ -69,8 +69,8 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.44",
"wagmi": "^2.12.30",
"viem": "^2.21.45",
"wagmi": "^2.12.31",
"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.44",
"viem": "^2.21.45",
"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 @@ -15,7 +15,7 @@
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.4",
"clsx": "^2.1.1",
"next": "^15.0.2",
"react": "^18.3.1",
Expand Down
Loading

1 comment on commit 1fe76c8

@vercel
Copy link

@vercel vercel bot commented on 1fe76c8 Nov 13, 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.