Skip to content

Commit

Permalink
chore: update dependencies 📦 (#4927)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint authored May 19, 2024
1 parent c4bfbe8 commit 96eff9a
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 179 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-file-routing": "^3.0.3",
"fast-xml-parser": "^4.3.6",
"fast-xml-parser": "^4.4.0",
"linkedom": "^0.18.0",
"pg-promise": "^11.6.0",
"request-ip": "^3.3.0",
"tsx": "^4.10.4",
"tsx": "^4.10.5",
"typescript": "^5.4.5",
"ua-parser-js": "^1.0.37",
"urlcat": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^2.10.9",
"viem": "^2.10.11",
"vite-express": "^0.16.0",
"zod": "^3.23.8"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"@radix-ui/react-hover-card": "^1.0.7",
"@rajesh896/broprint.js": "^2.1.1",
"@sentry/nextjs": "^8.2.1",
"@tanstack/react-query": "^5.36.2",
"@tanstack/react-query": "^5.37.1",
"@thirdweb-dev/storage": "^2.0.15",
"@uidotdev/usehooks": "^2.4.1",
"@xmtp/content-type-reaction": "^1.1.7",
"@xmtp/react-sdk": "^6.0.1",
"alchemy-sdk": "^3.3.1",
"axios": "^1.6.8",
"browser-image-compression": "^2.0.2",
"chart.js": "^4.4.2",
"chart.js": "^4.4.3",
"crisp-sdk-web": "^1.0.25",
"dotenv": "^16.4.5",
"esbuild": "^0.21.3",
Expand All @@ -55,7 +55,7 @@
"party-js": "^2.2.0",
"plur": "^5.1.0",
"plyr-react": "^5.3.0",
"prosekit": "0.6.10",
"prosekit": "0.7.1",
"rc-slider": "10.6.2",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
Expand All @@ -78,7 +78,7 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^9.0.1",
"viem": "^2.10.9",
"viem": "^2.10.11",
"wagmi": "^2.9.2",
"zod": "^3.23.8",
"zustand": "^4.5.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 @@ -20,7 +20,7 @@
"dayjs": "^1.11.11",
"omit-deep": "^0.3.0",
"urlcat": "^3.1.0",
"viem": "^2.10.9"
"viem": "^2.10.11"
},
"devDependencies": {
"@hey/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript": "^4.0.7",
"@graphql-codegen/typescript-operations": "^4.2.1",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@hey/config": "workspace:*",
"@parcel/watcher": "^2.4.1",
Expand Down
Loading

1 comment on commit 96eff9a

@vercel
Copy link

@vercel vercel bot commented on 96eff9a May 19, 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

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

Please sign in to comment.