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 20, 2024
1 parent 369e7c0 commit 0f5089a
Show file tree
Hide file tree
Showing 7 changed files with 795 additions and 743 deletions.
6 changes: 3 additions & 3 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.714.0",
"@aws-sdk/client-ses": "^3.714.0",
"@aws-sdk/client-sts": "^3.714.0",
"@aws-sdk/client-s3": "^3.716.0",
"@aws-sdk/client-ses": "^3.716.0",
"@aws-sdk/client-sts": "^3.716.0",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
"@hey/helpers": "workspace:*",
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.1",
"next": "^15.1.2",
"react": "18.3.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@apollo/client": "^3.12.3",
"@aws-sdk/lib-storage": "^3.714.0",
"@apollo/client": "^3.12.4",
"@aws-sdk/lib-storage": "^3.716.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "^2.2.0",
"@hey/abis": "workspace:*",
Expand All @@ -25,7 +25,7 @@
"@lens-protocol/metadata": "next",
"@lens-protocol/storage-node-client": "next",
"@livepeer/react": "^4.2.9",
"@next/bundle-analyzer": "^15.1.1",
"@next/bundle-analyzer": "^15.1.2",
"@radix-ui/react-hover-card": "^1.1.4",
"@tanstack/react-query": "^5.62.8",
"@uidotdev/usehooks": "^2.4.1",
Expand All @@ -37,12 +37,12 @@
"esbuild": "^0.24.0",
"franc": "^6.2.0",
"graphql": "^16.10.0",
"next": "^15.1.1",
"next": "^15.1.2",
"next-axiom": "^1.9.1",
"next-themes": "^0.4.4",
"plur": "^5.1.0",
"plyr-react": "^5.3.0",
"prosekit": "^0.11.0",
"prosekit": "^0.11.2",
"rc-slider": "^11.1.7",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@apollo/client": "^3.12.3",
"@apollo/client": "^3.12.4",
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
"@hey/indexer": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@apollo/client": "^3.12.3",
"@apollo/client": "^3.12.4",
"@hey/data": "workspace:*",
"axios": "^1.7.9",
"graphql": "^16.10.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"next": "^15.1.2",
"react": "18.3.1",
"react-hook-form": "^7.54.1",
"tailwind-merge": "^2.5.5",
Expand Down
Loading

0 comments on commit 0f5089a

Please sign in to comment.