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-26-15-05)

Summary: Updated dependencies across multiple packages.

Highlights:

• Upgraded `@aws-sdk/client-s3` to `^3.700.0` in several packages.
• Updated `axios` to `^1.7.8` in multiple packages.
• Bumped `@types/node` to `^22.10.0` in various packages.

Read more: https://pierre.co/hey/hey/update-dependencies-2024-11-26-15-05
  • Loading branch information
Yoginth authored and Pierre committed Nov 26, 2024
1 parent bce0f53 commit d60853d
Show file tree
Hide file tree
Showing 11 changed files with 293 additions and 351 deletions.
10 changes: 5 additions & 5 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.699.0",
"@aws-sdk/client-s3": "^3.700.0",
"@aws-sdk/client-ses": "^3.699.0",
"@aws-sdk/client-sts": "^3.699.0",
"@hey/abis": "workspace:*",
Expand All @@ -23,7 +23,7 @@
"@json2csv/plainjs": "^7.0.6",
"@lens-protocol/metadata": "^1.2.0",
"apollo-utilities": "^1.3.4",
"axios": "^1.7.7",
"axios": "^1.7.8",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^5.0.0",
Expand All @@ -33,14 +33,14 @@
"fast-xml-parser": "^4.4.1",
"graphql": "^16.9.0",
"linkedom": "^0.18.5",
"openai": "^4.73.0",
"openai": "^4.73.1",
"rate-limit-redis": "^4.2.0",
"request-ip": "^3.3.0",
"tsx": "^4.19.2",
"ua-parser-js": "2.0.0",
"urlcat": "^3.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.50",
"viem": "^2.21.51",
"zod": "^3.23.8"
},
"devDependencies": {
Expand All @@ -50,7 +50,7 @@
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"@types/request-ip": "^0.0.41",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.699.0",
"@aws-sdk/client-s3": "^3.700.0",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
"@hey/helpers": "workspace:*",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"@types/node-cron": "^3.0.11",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
Expand Down
10 changes: 5 additions & 5 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.699.0",
"@aws-sdk/lib-storage": "^3.699.0",
"@aws-sdk/client-s3": "^3.700.0",
"@aws-sdk/lib-storage": "^3.700.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "^2.2.0",
"@hey/abis": "workspace:*",
Expand All @@ -33,7 +33,7 @@
"@tanstack/react-query": "^5.61.3",
"@uidotdev/usehooks": "^2.4.1",
"@unleash/proxy-client-react": "^4.4.0",
"axios": "^1.7.7",
"axios": "^1.7.8",
"browser-image-compression": "^2.0.2",
"chart.js": "^4.4.6",
"dotenv": "^16.4.5",
Expand Down Expand Up @@ -69,7 +69,7 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.50",
"viem": "^2.21.51",
"wagmi": "^2.13.0",
"zod": "^3.23.8",
"zustand": "5.0.1"
Expand All @@ -79,7 +79,7 @@
"@hey/types": "workspace:*",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"prisma": "^5.22.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"@hey/data": "workspace:*",
"@hey/lens": "workspace:*",
"@hey/types": "workspace:*",
"axios": "^1.7.7",
"axios": "^1.7.8",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"mailchecker": "^6.0.11",
"mailchecker": "^6.0.12",
"omit-deep": "^0.3.0",
"urlcat": "^3.1.0",
"viem": "^2.21.50",
"viem": "^2.21.51",
"winston": "^3.16.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/client": "^3.11.10",
"@hey/data": "workspace:*",
"axios": "^1.7.7",
"axios": "^1.7.8",
"graphql": "^16.9.0",
"graphql-ws": "^5.16.0"
},
Expand All @@ -23,7 +23,7 @@
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@hey/config": "workspace:*",
"@parcel/watcher": "^2.5.0",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"typescript": "^5.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/client": "^3.11.10",
"@hey/data": "workspace:*",
"axios": "^1.7.7",
"axios": "^1.7.8",
"graphql": "^16.9.0",
"graphql-ws": "^5.16.0"
},
Expand All @@ -23,7 +23,7 @@
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@hey/config": "workspace:*",
"@parcel/watcher": "^2.5.0",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"tailwindcss": "^3.4.14",
"typescript": "^5.7.2"
Expand Down
Loading

1 comment on commit d60853d

@vercel
Copy link

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

Please sign in to comment.