Skip to content

Commit

Permalink
🔧 Update various package dependencies across multiple projects (#upda…
Browse files Browse the repository at this point in the history
…te-dependencies-20241018133035)

Summary: Updated various package dependencies across multiple projects.

Highlights:

• Upgraded `@aws-sdk/client-s3` to `^3.674.0` in `api`, `cron`, and `web` apps.
• Updated `@openzeppelin/contracts` and `@openzeppelin/contracts-upgradeable` to `^5.1.0` in `contracts`.
• Bumped `@prisma/client` and `prisma` to `^5.21.1` in `db`.

Read more: https://pierre.co/hey/hey/update-dependencies-20241018133035
  • Loading branch information
Yoginth authored and Pierre committed Oct 18, 2024
1 parent 2aa6656 commit 45b9ffa
Show file tree
Hide file tree
Showing 8 changed files with 224 additions and 224 deletions.
6 changes: 3 additions & 3 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.673.0",
"@aws-sdk/client-s3": "^3.674.0",
"@aws-sdk/client-ses": "^3.670.0",
"@aws-sdk/client-sts": "^3.670.0",
"@hey/abis": "workspace:*",
Expand All @@ -33,14 +33,14 @@
"fast-xml-parser": "^4.4.1",
"graphql": "^16.9.0",
"linkedom": "^0.18.5",
"openai": "^4.67.3",
"openai": "^4.68.0",
"rate-limit-redis": "^4.2.0",
"request-ip": "^3.3.0",
"tsx": "^4.19.1",
"ua-parser-js": "^2.0.0-beta.3",
"urlcat": "^3.1.0",
"uuid": "^10.0.0",
"viem": "^2.21.28",
"viem": "^2.21.29",
"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.673.0",
"@aws-sdk/client-s3": "^3.674.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.673.0",
"@aws-sdk/lib-storage": "^3.673.0",
"@aws-sdk/client-s3": "^3.674.0",
"@aws-sdk/lib-storage": "^3.674.0",
"@headlessui/react": "2.1.10",
"@heroicons/react": "^2.1.5",
"@hey/abis": "workspace:*",
Expand Down Expand Up @@ -70,7 +70,7 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^10.0.0",
"viem": "^2.21.28",
"viem": "^2.21.29",
"wagmi": "^2.12.19",
"zod": "^3.23.8",
"zustand": "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typecheck": "pnpm --recursive --parallel run typecheck"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@biomejs/biome": "^1.9.4",
"husky": "^9.1.6",
"pierre": "^2.1.9"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@hey/config": "workspace:*",
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@openzeppelin/contracts": "^5.1.0",
"@openzeppelin/contracts-upgradeable": "^5.1.0",
"@openzeppelin/hardhat-upgrades": "1.28.0",
"dotenv": "^16.4.5",
"ethers": "5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"@clickhouse/client": "^1.6.0",
"@hey/data": "workspace:*",
"@hey/helpers": "workspace:*",
"@prisma/client": "^5.21.0",
"@prisma/client": "^5.21.1",
"dotenv": "^16.4.5",
"pg-promise": "^11.10.1",
"redis": "^4.7.0"
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.7.6",
"prisma": "^5.21.0",
"prisma": "^5.21.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
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.28",
"viem": "^2.21.29",
"winston": "^3.15.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 45b9ffa

Please sign in to comment.