Skip to content

Commit

Permalink
Update dependencies across all packages 📦 (#5354)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint authored Oct 30, 2024
2 parents 9c5727d + c23009e commit 38fea50
Show file tree
Hide file tree
Showing 10 changed files with 313 additions and 312 deletions.
10 changes: 5 additions & 5 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.679.0",
"@aws-sdk/client-ses": "^3.679.0",
"@aws-sdk/client-sts": "^3.679.0",
"@aws-sdk/client-s3": "^3.682.0",
"@aws-sdk/client-ses": "^3.682.0",
"@aws-sdk/client-sts": "^3.682.0",
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
Expand All @@ -40,7 +40,7 @@
"ua-parser-js": "2.0.0-rc.1",
"urlcat": "^3.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.36",
"viem": "^2.21.37",
"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.8.2",
"@types/node": "^22.8.4",
"@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.679.0",
"@aws-sdk/client-s3": "^3.682.0",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
"@hey/helpers": "workspace:*",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.8.2",
"@types/node": "^22.8.4",
"@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.2",
"@types/node": "^22.8.4",
"@types/react": "^18.3.12",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
Expand Down
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.8",
"@aws-sdk/client-s3": "^3.679.0",
"@aws-sdk/lib-storage": "^3.679.0",
"@aws-sdk/client-s3": "^3.682.0",
"@aws-sdk/lib-storage": "^3.682.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "^2.1.5",
"@hey/abis": "workspace:*",
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.36",
"viem": "^2.21.37",
"wagmi": "^2.12.25",
"zod": "^3.23.8",
"zustand": "5.0.0"
Expand All @@ -79,7 +79,7 @@
"@hey/types": "workspace:*",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^22.8.2",
"@types/node": "^22.8.4",
"@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.2",
"@types/node": "^22.8.4",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
}
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.8.2",
"@types/node": "^22.8.4",
"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.36",
"viem": "^2.21.37",
"winston": "^3.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@hey/config": "workspace:*",
"@parcel/watcher": "^2.4.1",
"@types/node": "^22.8.2",
"@types/node": "^22.8.4",
"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.2",
"@types/node": "^22.8.4",
"@types/react": "^18.3.12",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
Expand Down
Loading

1 comment on commit 38fea50

@vercel
Copy link

@vercel vercel bot commented on 38fea50 Oct 30, 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 – ./

heyxyz.vercel.app
hey.xyz
web-git-main-heyxyz.vercel.app
web-heyxyz.vercel.app

Please sign in to comment.