Skip to content

Commit

Permalink
chore: update dependencies 📦 (heyxyz#4366)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint authored Dec 27, 2023
1 parent 3b05740 commit 28ef06a
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 98 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-sts": "^3.478.0",
"@aws-sdk/client-sts": "^3.481.0",
"@clickhouse/client": "^0.2.7",
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
"@hey/lib": "workspace:*",
"@irys/sdk": "^0.1.1",
"@prisma/client": "^5.7.1",
"axios": "^1.6.2",
"axios": "^1.6.3",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.1",
Expand All @@ -43,7 +43,7 @@
"ua-parser-js": "^1.0.37",
"urlcat": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^1.21.0",
"viem": "^1.21.1",
"vite-express": "^0.12.0",
"zod": "^3.22.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 @@ -16,8 +16,8 @@
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@aws-sdk/client-s3": "^3.478.0",
"@aws-sdk/lib-storage": "^3.478.0",
"@aws-sdk/client-s3": "^3.481.0",
"@aws-sdk/lib-storage": "^3.481.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@hey/abis": "workspace:*",
Expand All @@ -38,7 +38,7 @@
"@tanstack/react-query": "^5.15.0",
"@wagmi/connectors": "^3.1.10",
"alchemy-sdk": "^3.1.0",
"axios": "^1.6.2",
"axios": "^1.6.3",
"browser-image-compression": "^2.0.2",
"chart.js": "^4.4.1",
"dotenv": "^16.3.1",
Expand Down Expand Up @@ -69,7 +69,7 @@
"use-resize-observer": "^9.1.0",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.1",
"viem": "^1.21.0",
"viem": "^1.21.1",
"wagmi": "^1.4.12",
"zod": "^3.22.4",
"zustand": "^4.4.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@apollo/client": "^3.8.8",
"@hey/data": "workspace:*",
"axios": "^1.6.2",
"axios": "^1.6.3",
"graphql-ws": "^5.14.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@hey/data": "workspace:*",
"@hey/lens": "workspace:*",
"@hey/types": "workspace:*",
"axios": "^1.6.2",
"axios": "^1.6.3",
"dayjs": "^1.11.10",
"omit-deep": "^0.3.0",
"pino": "^8.17.1",
"pino": "^8.17.2",
"pino-pretty": "^10.3.0",
"urlcat": "^3.1.0",
"viem": "^1.21.0"
"viem": "^1.21.1"
},
"devDependencies": {
"@hey/config": "workspace:*",
Expand Down
Loading

0 comments on commit 28ef06a

Please sign in to comment.