Skip to content

Commit

Permalink
Update dependencies across all packages 📦 (#5445)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint authored Nov 7, 2024
1 parent a0f4bf3 commit b60b339
Show file tree
Hide file tree
Showing 10 changed files with 723 additions and 724 deletions.
14 changes: 7 additions & 7 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.685.0",
"@aws-sdk/client-ses": "^3.682.0",
"@aws-sdk/client-sts": "^3.682.0",
"@aws-sdk/client-s3": "^3.686.0",
"@aws-sdk/client-ses": "^3.686.0",
"@aws-sdk/client-sts": "^3.686.0",
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
Expand All @@ -33,24 +33,24 @@
"fast-xml-parser": "^4.4.1",
"graphql": "^16.9.0",
"linkedom": "^0.18.5",
"openai": "^4.70.2",
"openai": "^4.71.1",
"rate-limit-redis": "^4.2.0",
"request-ip": "^3.3.0",
"tsx": "^4.19.2",
"ua-parser-js": "2.0.0-rc.1",
"urlcat": "^3.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.39",
"viem": "^2.21.42",
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^9.1.0",
"@faker-js/faker": "^9.2.0",
"@hey/config": "workspace:*",
"@hey/types": "workspace:*",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/node": "^22.8.7",
"@types/node": "^22.9.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.685.0",
"@aws-sdk/client-s3": "^3.686.0",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
"@hey/helpers": "workspace:*",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/node-cron": "^3.0.11",
"typescript": "^5.6.3"
}
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.8.7",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
Expand Down
14 changes: 7 additions & 7 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.685.0",
"@aws-sdk/lib-storage": "^3.685.0",
"@aws-sdk/client-s3": "^3.686.0",
"@aws-sdk/lib-storage": "^3.686.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "^2.1.5",
"@hey/abis": "workspace:*",
Expand All @@ -30,7 +30,7 @@
"@next/bundle-analyzer": "^15.0.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@rajesh896/broprint.js": "^2.1.1",
"@tanstack/react-query": "^5.59.17",
"@tanstack/react-query": "^5.59.20",
"@uidotdev/usehooks": "^2.4.1",
"@unleash/proxy-client-react": "^4.4.0",
"axios": "^1.7.7",
Expand All @@ -42,7 +42,7 @@
"graphql": "^16.9.0",
"next": "^15.0.2",
"next-axiom": "^1.5.1",
"next-themes": "^0.3.0",
"next-themes": "^0.4.3",
"party-js": "^2.2.0",
"plur": "^5.1.0",
"plyr-react": "^5.3.0",
Expand All @@ -69,8 +69,8 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.39",
"wagmi": "^2.12.25",
"viem": "^2.21.42",
"wagmi": "^2.12.27",
"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.8.7",
"@types/node": "^22.9.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.8.7",
"@types/node": "^22.9.0",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"@clickhouse/client": "^1.7.0",
"@hey/data": "workspace:*",
"@hey/helpers": "workspace:*",
"@prisma/client": "^5.21.1",
"@prisma/client": "^5.22.0",
"dotenv": "^16.4.5",
"pg-promise": "^11.10.1",
"redis": "^4.7.0"
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.8.7",
"prisma": "^5.21.1",
"@types/node": "^22.9.0",
"prisma": "^5.22.0",
"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.39",
"viem": "^2.21.42",
"winston": "^3.16.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@graphql-codegen/typescript-operations": "^4.3.1",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@hey/config": "workspace:*",
"@parcel/watcher": "^2.4.1",
"@types/node": "^22.8.7",
"@parcel/watcher": "^2.5.0",
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
}
}
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.8.7",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
Expand Down
Loading

1 comment on commit b60b339

@vercel
Copy link

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

Please sign in to comment.