Skip to content

Commit

Permalink
chore: update dependencies 📦 (#4523)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jan 11, 2024
2 parents 1d2f82a + 8c47bf8 commit 4463967
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 116 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
"@hey/lib": "workspace:*",
"@irys/sdk": "^0.1.2",
"@irys/sdk": "^0.1.3",
"@prisma/client": "^5.8.0",
"axios": "^1.6.5",
"cors": "^2.8.5",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@hey/types": "workspace:*",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.15",
"@types/node": "^20.10.8",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/request-ip": "^0.0.41",
"@types/ua-parser-js": "^0.7.39",
Expand Down
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20.10.8",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18",
"typescript": "^5"
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@livepeer/react": "^3.1.9",
"@radix-ui/react-hover-card": "^1.0.7",
"@tanstack/react-query": "^5.17.9",
"@wagmi/connectors": "^4.1.1",
"@wagmi/connectors": "^4.1.2",
"alchemy-sdk": "^3.1.1",
"axios": "^1.6.5",
"browser-image-compression": "^2.0.2",
Expand Down Expand Up @@ -70,7 +70,7 @@
"usehooks-ts": "^2.9.2",
"uuid": "^9.0.1",
"viem": "^2.0.6",
"wagmi": "^2.1.1",
"wagmi": "^2.1.2",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
Expand All @@ -79,7 +79,7 @@
"@hey/types": "workspace:*",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "^20.10.8",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^20.10.8",
"@types/node": "^20.11.0",
"typescript": "^5.3.3",
"vitest": "^1.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@graphql-codegen/typescript-react-apollo": "^4.1.0",
"@hey/config": "workspace:*",
"@parcel/watcher": "^2.3.0",
"@types/node": "^20.10.8",
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
}
}

2 comments on commit 4463967

@vercel
Copy link

@vercel vercel bot commented on 4463967 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4463967 Jan 11, 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-git-main-heyxyz.vercel.app
heyxyz.vercel.app
hey.xyz
web-heyxyz.vercel.app

Please sign in to comment.