Skip to content

Commit

Permalink
Merge branch 'main' into ocavue/fix-handle
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint authored May 7, 2024
2 parents 569226d + 0bc0d31 commit f99e6aa
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 22,296 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
"@hey/helpers": "workspace:*",
"@irys/sdk": "^0.1.23",
"@irys/sdk": "^0.1.24",
"@prisma/client": "^5.13.0",
"axios": "^1.6.8",
"cors": "^2.8.5",
Expand All @@ -43,7 +43,7 @@
"ua-parser-js": "^1.0.37",
"urlcat": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^2.9.32",
"viem": "^2.10.1",
"vite-express": "^0.16.0",
"zod": "^3.23.6"
},
Expand All @@ -52,7 +52,7 @@
"@hey/types": "workspace:*",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.15",
"@types/node": "^20.12.9",
"@types/node": "^20.12.10",
"@types/request-ip": "^0.0.41",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^9.0.8",
Expand Down
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.9",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"typescript": "^5.4.5"
}
Expand Down
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@apollo/client": "^3.10.2",
"@apollo/client": "^3.10.3",
"@aws-sdk/client-s3": "^3.569.0",
"@aws-sdk/lib-storage": "^3.569.0",
"@headlessui/react": "^1.7.19",
Expand Down Expand Up @@ -44,8 +44,8 @@
"chart.js": "^4.4.2",
"crisp-sdk-web": "^1.0.25",
"dotenv": "^16.4.5",
"esbuild": "^0.20.2",
"framer-motion": "^11.1.8",
"esbuild": "^0.21.0",
"framer-motion": "^11.1.9",
"graphql": "^16.8.1",
"idb-keyval": "^6.2.1",
"next": "^14.2.3",
Expand Down Expand Up @@ -76,7 +76,7 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^9.0.1",
"viem": "^2.9.32",
"viem": "^2.10.1",
"wagmi": "^2.8.1",
"zod": "^3.23.6",
"zustand": "^4.5.2"
Expand All @@ -86,7 +86,7 @@
"@hey/types": "workspace:*",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "^20.12.9",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^20.12.9",
"@types/node": "^20.12.10",
"@types/pg": "^8.11.6",
"typescript": "^5.4.5"
}
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.12.9",
"@types/node": "^20.12.10",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@apollo/client": "^3.10.2",
"@apollo/client": "^3.10.3",
"@hey/data": "workspace:*",
"@hey/lens": "workspace:*",
"@hey/types": "workspace:*",
"axios": "^1.6.8",
"dayjs": "^1.11.11",
"omit-deep": "^0.3.0",
"urlcat": "^3.1.0",
"viem": "^2.9.32"
"viem": "^2.10.1"
},
"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 @@ -13,7 +13,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@apollo/client": "^3.10.2",
"@apollo/client": "^3.10.3",
"@hey/data": "workspace:*",
"axios": "^1.6.8",
"graphql-ws": "^5.16.0"
Expand All @@ -26,7 +26,7 @@
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@hey/config": "workspace:*",
"@parcel/watcher": "^2.4.1",
"@types/node": "^20.12.9",
"@types/node": "^20.12.10",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit f99e6aa

Please sign in to comment.