Skip to content

Commit

Permalink
chore: update dependencies 📦 (#4921)
Browse files Browse the repository at this point in the history
* chore: update dependencies 📦

* fix: sort package
  • Loading branch information
bigint authored May 17, 2024
1 parent 31f1d72 commit 6825631
Show file tree
Hide file tree
Showing 5 changed files with 1,691 additions and 1,891 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"linkedom": "^0.18.0",
"pg-promise": "^11.6.0",
"request-ip": "^3.3.0",
"tsx": "^4.10.2",
"tsx": "^4.10.4",
"typescript": "^5.4.5",
"ua-parser-js": "^1.0.37",
"urlcat": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^2.10.8",
"viem": "^2.10.9",
"vite-express": "^0.16.0",
"zod": "^3.23.8"
},
Expand Down
12 changes: 6 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@apollo/client": "^3.10.4",
"@aws-sdk/client-s3": "^3.577.0",
"@aws-sdk/lib-storage": "^3.577.0",
"@aws-sdk/lib-storage": "^3.578.0",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.3",
"@hey/abis": "workspace:*",
Expand All @@ -33,7 +33,7 @@
"@livepeer/react": "3.1.9",
"@radix-ui/react-hover-card": "^1.0.7",
"@rajesh896/broprint.js": "^2.1.1",
"@sentry/nextjs": "^8.0.0",
"@sentry/nextjs": "^8.2.1",
"@tanstack/react-query": "^5.36.2",
"@thirdweb-dev/storage": "^2.0.15",
"@uidotdev/usehooks": "^2.4.1",
Expand All @@ -46,12 +46,12 @@
"crisp-sdk-web": "^1.0.25",
"dotenv": "^16.4.5",
"esbuild": "^0.21.3",
"framer-motion": "^11.2.2",
"framer-motion": "^11.2.4",
"graphql": "^16.8.1",
"idb-keyval": "^6.2.1",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"nft-openaction-kit": "^1.0.27",
"nft-openaction-kit": "^1.0.28",
"party-js": "^2.2.0",
"plur": "^5.1.0",
"plyr-react": "^5.3.0",
Expand All @@ -78,8 +78,8 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^9.0.1",
"viem": "^2.10.8",
"wagmi": "^2.8.8",
"viem": "^2.10.9",
"wagmi": "^2.9.2",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"eslintConfig": {
"root": true
},
"dependencies": {
"@hey/abis": "workspace:^"
},
"devDependencies": {
"husky": "^9.0.11",
"prettier": "^3.2.5",
Expand All @@ -33,8 +36,5 @@
"packageManager": "pnpm@8.15.4",
"engines": {
"node": ">=16.x <=20.x"
},
"dependencies": {
"@hey/abis": "workspace:^"
}
}
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.8"
"viem": "^2.10.9"
},
"devDependencies": {
"@hey/config": "workspace:*",
Expand Down
Loading

1 comment on commit 6825631

@vercel
Copy link

@vercel vercel bot commented on 6825631 May 17, 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-heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
hey.xyz

Please sign in to comment.