Skip to content

Commit

Permalink
chore: update dependencies 📦 (#4577)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jan 30, 2024
2 parents 31d3ede + cb0c75d commit 463f197
Show file tree
Hide file tree
Showing 5 changed files with 379 additions and 349 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-sts": "^3.501.0",
"@aws-sdk/client-sts": "^3.502.0",
"@clickhouse/client": "^0.2.9",
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
Expand All @@ -43,7 +43,7 @@
"ua-parser-js": "^1.0.37",
"urlcat": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^2.5.0",
"viem": "^2.6.1",
"vite-express": "^0.14.1",
"zod": "^3.22.4"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"dependencies": {
"@apollo/client": "^3.8.10",
"@aws-sdk/client-s3": "^3.501.0",
"@aws-sdk/lib-storage": "^3.501.0",
"@aws-sdk/client-s3": "^3.502.0",
"@aws-sdk/lib-storage": "^3.502.0",
"@graphiql/toolkit": "^0.9.1",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
Expand Down Expand Up @@ -73,7 +73,7 @@
"use-resize-observer": "^9.1.0",
"usehooks-ts": "2.10.0",
"uuid": "^9.0.1",
"viem": "^2.5.0",
"viem": "^2.6.1",
"wagmi": "^2.5.4",
"zod": "^3.22.4",
"zustand": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"license": "AGPL-3.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-plugin-perfectionist": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pino": "^8.17.2",
"pino-pretty": "^10.3.1",
"urlcat": "^3.1.0",
"viem": "^2.5.0"
"viem": "^2.6.1"
},
"devDependencies": {
"@hey/config": "workspace:*",
Expand Down
Loading

1 comment on commit 463f197

@vercel
Copy link

@vercel vercel bot commented on 463f197 Jan 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 – ./apps/web

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

Please sign in to comment.