Skip to content

Commit

Permalink
Update dependencies across all packages 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Nov 2, 2024
1 parent a34ca5e commit 5bf9350
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 73 deletions.
4 changes: 2 additions & 2 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.682.0",
"@aws-sdk/client-s3": "^3.685.0",
"@aws-sdk/client-ses": "^3.682.0",
"@aws-sdk/client-sts": "^3.682.0",
"@hey/abis": "workspace:*",
Expand All @@ -33,7 +33,7 @@
"fast-xml-parser": "^4.4.1",
"graphql": "^16.9.0",
"linkedom": "^0.18.5",
"openai": "^4.69.0",
"openai": "^4.70.2",
"rate-limit-redis": "^4.2.0",
"request-ip": "^3.3.0",
"tsx": "^4.19.2",
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.682.0",
"@aws-sdk/client-s3": "^3.685.0",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
"@hey/helpers": "workspace:*",
Expand Down
4 changes: 2 additions & 2 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.682.0",
"@aws-sdk/lib-storage": "^3.682.0",
"@aws-sdk/client-s3": "^3.685.0",
"@aws-sdk/lib-storage": "^3.685.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "^2.1.5",
"@hey/abis": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"omit-deep": "^0.3.0",
"urlcat": "^3.1.0",
"viem": "^2.21.38",
"winston": "^3.15.0"
"winston": "^3.16.0"
},
"devDependencies": {
"@hey/config": "workspace:*",
Expand Down
Loading

0 comments on commit 5bf9350

Please sign in to comment.