Skip to content

Commit

Permalink
Migrate to Lens v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jan 4, 2025
1 parent c867795 commit c2b20b3
Show file tree
Hide file tree
Showing 11 changed files with 533 additions and 486 deletions.
12 changes: 6 additions & 6 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.717.0",
"@aws-sdk/client-ses": "^3.716.0",
"@aws-sdk/client-sts": "^3.716.0",
"@aws-sdk/client-s3": "^3.722.0",
"@aws-sdk/client-ses": "^3.721.0",
"@aws-sdk/client-sts": "^3.721.0",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
"@hey/helpers": "workspace:*",
Expand All @@ -30,14 +30,14 @@
"fast-xml-parser": "^4.5.1",
"graphql": "^16.10.0",
"linkedom": "^0.18.6",
"openai": "^4.77.0",
"openai": "^4.77.3",
"rate-limit-redis": "^4.2.0",
"request-ip": "^3.3.0",
"tsx": "^4.19.2",
"ua-parser-js": "2.0.0",
"urlcat": "^3.1.0",
"uuid": "^11.0.2",
"viem": "^2.22.1",
"viem": "^2.22.2",
"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.3",
"@types/node": "^22.10.5",
"@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.3",
"@types/node": "^22.10.5",
"@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.3",
"@types/node": "^22.10.5",
"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.3",
"@types/node": "^22.10.5",
"@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 @@ -11,7 +11,7 @@
},
"dependencies": {
"@apollo/client": "^3.12.4",
"@aws-sdk/lib-storage": "^3.717.0",
"@aws-sdk/lib-storage": "^3.722.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "^2.2.0",
"@hey/abis": "workspace:*",
Expand All @@ -27,7 +27,7 @@
"@livepeer/react": "^4.2.9",
"@next/bundle-analyzer": "^15.1.3",
"@radix-ui/react-hover-card": "^1.1.4",
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-query": "^5.62.14",
"@uidotdev/usehooks": "^2.4.1",
"@unleash/proxy-client-react": "^4.4.0",
"axios": "^1.7.9",
Expand Down Expand Up @@ -65,7 +65,7 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^11.0.2",
"viem": "^2.22.1",
"viem": "^2.22.2",
"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.3",
"@types/node": "^22.10.5",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/uuid": "^10.0.0",
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.3",
"@types/node": "^22.10.5",
"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.3",
"@types/node": "^22.10.5",
"prisma": "^6.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"mailchecker": "^6.0.14",
"mailchecker": "^6.0.15",
"omit-deep": "^0.3.0",
"urlcat": "^3.1.0",
"viem": "^2.22.1",
"viem": "^2.22.2",
"winston": "^3.16.0"
},
"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.3",
"@types/node": "^22.10.5",
"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.3",
"@types/node": "^22.10.5",
"@types/react": "^19.0.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
Expand Down
Loading

0 comments on commit c2b20b3

Please sign in to comment.