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-14-13-17)

Summary: Updated dependencies across multiple packages.

Highlights:

• Upgraded `@aws-sdk/client-s3`, `@aws-sdk/client-ses`, and `@aws-sdk/client-sts` to version `^3.691.0`.
• Updated `vitest` to version `^2.1.5` in several packages.
• Incremented `wagmi` to version `^2.12.32` in `apps/web/package.json`.

Read more: https://pierre.co/hey/hey/update-dependencies-2024-11-14-13-17
  • Loading branch information
Yoginth authored and Pierre committed Nov 14, 2024
1 parent 83cd85e commit f04e182
Show file tree
Hide file tree
Showing 7 changed files with 427 additions and 421 deletions.
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.689.0",
"@aws-sdk/client-ses": "^3.686.0",
"@aws-sdk/client-sts": "^3.686.0",
"@aws-sdk/client-s3": "^3.691.0",
"@aws-sdk/client-ses": "^3.691.0",
"@aws-sdk/client-sts": "^3.691.0",
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
Expand Down Expand Up @@ -58,6 +58,6 @@
"start-server-and-test": "^2.0.8",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
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.689.0",
"@aws-sdk/client-s3": "^3.691.0",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
"@hey/helpers": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
8 changes: 4 additions & 4 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.10",
"@aws-sdk/client-s3": "^3.689.0",
"@aws-sdk/lib-storage": "^3.689.0",
"@aws-sdk/client-s3": "^3.691.0",
"@aws-sdk/lib-storage": "^3.691.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "^2.1.5",
"@hey/abis": "workspace:*",
Expand Down Expand Up @@ -70,7 +70,7 @@
"use-resize-observer": "^9.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.45",
"wagmi": "^2.12.31",
"wagmi": "^2.12.32",
"zod": "^3.23.8",
"zustand": "5.0.1"
},
Expand All @@ -87,6 +87,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@hey/config": "workspace:*",
"@types/node": "^22.9.0",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@hey/config": "workspace:*",
"@types/omit-deep": "^0.3.2",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
Loading

1 comment on commit f04e182

@vercel
Copy link

@vercel vercel bot commented on f04e182 Nov 14, 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-heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
heyxyz.vercel.app
hey.xyz

Please sign in to comment.