Skip to content

Commit

Permalink
🔧 update-dependencies-2024-12-17-17-16 (#update-dependencies-2024-12-…
Browse files Browse the repository at this point in the history
…17-17-16)

Summary: Updated dependencies across multiple packages.

Highlights:

• Upgraded `@aws-sdk` clients in `api` and `web` to version `^3.713.0`.
• Updated `@radix-ui/react-hover-card` and `@radix-ui/react-tooltip` to newer versions.
• Incremented `wagmi` dependency in `web` to `^2.14.3`.

Read more: https://pierre.co/hey/hey/update-dependencies-2024-12-17-17-16
  • Loading branch information
Yoginth authored and Pierre committed Dec 17, 2024
1 parent f0cbaf7 commit b0e2690
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 332 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.712.0",
"@aws-sdk/client-ses": "^3.712.0",
"@aws-sdk/client-sts": "^3.712.0",
"@aws-sdk/client-s3": "^3.713.0",
"@aws-sdk/client-ses": "^3.713.0",
"@aws-sdk/client-sts": "^3.713.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 @@ -11,7 +11,7 @@
},
"dependencies": {
"@apollo/client": "^3.12.3",
"@aws-sdk/lib-storage": "^3.712.0",
"@aws-sdk/lib-storage": "^3.713.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "^2.2.0",
"@hey/abis": "workspace:*",
Expand All @@ -26,7 +26,7 @@
"@lens-protocol/storage-node-client": "next",
"@livepeer/react": "^4.2.9",
"@next/bundle-analyzer": "^15.1.0",
"@radix-ui/react-hover-card": "^1.1.3",
"@radix-ui/react-hover-card": "^1.1.4",
"@tanstack/react-query": "^5.62.7",
"@uidotdev/usehooks": "^2.4.1",
"@unleash/proxy-client-react": "^4.4.0",
Expand Down Expand Up @@ -66,7 +66,7 @@
"use-resize-observer": "^9.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.55",
"wagmi": "^2.14.1",
"wagmi": "^2.14.3",
"zod": "^3.24.1",
"zustand": "5.0.2"
},
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.2",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.5",
"@radix-ui/react-tooltip": "^1.1.6",
"clsx": "^2.1.1",
"next": "^15.1.0",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit b0e2690

Please sign in to comment.