Skip to content

Commit

Permalink
Migrate to Lens v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth committed Dec 18, 2024
1 parent b0e2690 commit 6b33a48
Show file tree
Hide file tree
Showing 7 changed files with 439 additions and 432 deletions.
8 changes: 4 additions & 4 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.713.0",
"@aws-sdk/client-ses": "^3.713.0",
"@aws-sdk/client-sts": "^3.713.0",
"@aws-sdk/client-s3": "^3.714.0",
"@aws-sdk/client-ses": "^3.714.0",
"@aws-sdk/client-sts": "^3.714.0",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
"@hey/helpers": "workspace:*",
Expand All @@ -30,7 +30,7 @@
"fast-xml-parser": "^4.5.1",
"graphql": "^16.10.0",
"linkedom": "^0.18.6",
"openai": "^4.76.3",
"openai": "^4.77.0",
"rate-limit-redis": "^4.2.0",
"request-ip": "^3.3.0",
"tsx": "^4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@hey/indexer": "workspace:*",
"apollo-utilities": "^1.3.4",
"graphql": "^16.10.0",
"next": "^15.1.0",
"next": "^15.1.1",
"react": "18.3.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 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.3",
"@aws-sdk/lib-storage": "^3.713.0",
"@aws-sdk/lib-storage": "^3.714.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "^2.2.0",
"@hey/abis": "workspace:*",
Expand All @@ -25,9 +25,9 @@
"@lens-protocol/metadata": "next",
"@lens-protocol/storage-node-client": "next",
"@livepeer/react": "^4.2.9",
"@next/bundle-analyzer": "^15.1.0",
"@next/bundle-analyzer": "^15.1.1",
"@radix-ui/react-hover-card": "^1.1.4",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query": "^5.62.8",
"@uidotdev/usehooks": "^2.4.1",
"@unleash/proxy-client-react": "^4.4.0",
"axios": "^1.7.9",
Expand All @@ -37,8 +37,8 @@
"esbuild": "^0.24.0",
"franc": "^6.2.0",
"graphql": "^16.10.0",
"next": "^15.1.0",
"next-axiom": "^1.9.0",
"next": "^15.1.1",
"next-axiom": "^1.9.1",
"next-themes": "^0.4.4",
"plur": "^5.1.0",
"plyr-react": "^5.3.0",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"husky": "^9.1.7",
"pierre": "^2.1.10"
"pierre": "^2.1.11"
},
"packageManager": "pnpm@9.11.0",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"dependencies": {
"@hey/data": "workspace:*",
"@hey/helpers": "workspace:*",
"@prisma/client": "^6.0.1",
"@prisma/client": "^6.1.0",
"dotenv": "^16.4.7",
"pg-promise": "^11.10.1",
"redis": "^4.7.0"
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.10.2",
"prisma": "^6.0.1",
"prisma": "^6.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
"clsx": "^2.1.1",
"next": "^15.1.0",
"next": "^15.1.1",
"react": "18.3.1",
"react-hook-form": "^7.54.1",
"tailwind-merge": "^2.5.5",
Expand All @@ -27,7 +27,7 @@
"@hey/config": "workspace:*",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 6b33a48

Please sign in to comment.