Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jan 1, 2025
1 parent 306d4f3 commit b2891dd
Show file tree
Hide file tree
Showing 13 changed files with 148 additions and 146 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ua-parser-js": "2.0.0",
"urlcat": "^3.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.59",
"viem": "^2.22.1",
"zod": "^3.24.1"
},
"devDependencies": {
Expand All @@ -47,7 +47,7 @@
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/node": "^22.10.2",
"@types/node": "^22.10.3",
"@types/request-ip": "^0.0.41",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.3",
"@types/node-cron": "^3.0.11",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/invoice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.3",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react": "18.3.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.3",
"@types/react": "^19.0.1",
"typescript": "^5.7.2"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"plur": "^5.1.0",
"plyr-react": "^5.3.0",
"prosekit": "^0.11.2",
"rc-slider": "^11.1.7",
"rc-slider": "^11.1.8",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.3.1",
"react-hot-toast": "^2.4.1",
"react-hot-toast": "^2.5.1",
"react-markdown": "^9.0.0",
"react-tracked": "^2.0.1",
"react-virtuoso": "^4.12.3",
Expand All @@ -65,7 +65,7 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.59",
"viem": "^2.22.1",
"wagmi": "^2.14.6",
"zod": "^3.24.1",
"zustand": "5.0.2"
Expand All @@ -75,7 +75,7 @@
"@hey/types": "workspace:*",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^22.10.2",
"@types/node": "^22.10.3",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/uuid": "^10.0.0",
Expand Down
5 changes: 4 additions & 1 deletion apps/web/src/components/Shared/AccountPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ const AccountPreview: FC<AccountPreviewProps> = ({
<Misuse address={account.address} iconClassName="size-4" />
</div>
<span>
<Slug className="text-sm" slug={getAccount(account).usernameWithPrefix} />
<Slug
className="text-sm"
slug={getAccount(account).usernameWithPrefix}
/>
{account.operations?.isFollowingMe && (
<span className="ml-2 rounded-full bg-gray-200 px-2 py-0.5 text-xs dark:bg-gray-700">
Follows you
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.3",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.3",
"prisma": "^6.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"mailchecker": "^6.0.14",
"omit-deep": "^0.3.0",
"urlcat": "^3.1.0",
"viem": "^2.21.59",
"viem": "^2.22.1",
"winston": "^3.16.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/image-cropper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@hey/ui": "workspace:*",
"normalize-wheel": "^1.0.1",
"rc-slider": "^11.1.7",
"rc-slider": "^11.1.8",
"react": "18.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/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.5.0",
"@types/node": "^22.10.2",
"@types/node": "^22.10.3",
"typescript": "^5.7.2"
}
}
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.10.2",
"@types/node": "^22.10.3",
"@types/react": "^19.0.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
Expand Down
Loading

0 comments on commit b2891dd

Please sign in to comment.