Skip to content

Commit

Permalink
Migrate to Lens v3 (#5470)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint authored Jan 12, 2025
1 parent a7935a8 commit fe2df07
Show file tree
Hide file tree
Showing 5 changed files with 801 additions and 757 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.723.0",
"@aws-sdk/client-ses": "^3.723.0",
"@aws-sdk/client-sts": "^3.723.0",
"@aws-sdk/client-s3": "^3.726.1",
"@aws-sdk/client-ses": "^3.726.1",
"@aws-sdk/client-sts": "^3.726.1",
"@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.4",
"openai": "^4.78.1",
"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.4",
"viem": "^2.22.5",
"uuid": "^11.0.5",
"viem": "^2.22.7",
"zod": "^3.24.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.4",
"@aws-sdk/lib-storage": "^3.723.0",
"@apollo/client": "^3.12.5",
"@aws-sdk/lib-storage": "^3.726.1",
"@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.4",
"@radix-ui/react-hover-card": "^1.1.4",
"@tanstack/react-query": "^5.63.0",
"@tanstack/react-query": "^5.64.0",
"@uidotdev/usehooks": "^2.4.1",
"@unleash/proxy-client-react": "^4.4.0",
"axios": "^1.7.9",
Expand Down Expand Up @@ -64,8 +64,8 @@
"unist-util-visit-parents": "^6.0.1",
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^11.0.4",
"viem": "^2.22.5",
"uuid": "^11.0.5",
"viem": "^2.22.7",
"wagmi": "^2.14.7",
"zod": "^3.24.1",
"zustand": "5.0.3"
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"@apollo/client": "^3.12.5",
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
"@hey/indexer": "workspace:*",
Expand All @@ -18,7 +18,7 @@
"mailchecker": "^6.0.15",
"omit-deep": "^0.3.0",
"urlcat": "^3.1.0",
"viem": "^2.22.5",
"viem": "^2.22.7",
"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 @@ -9,7 +9,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@apollo/client": "^3.12.4",
"@apollo/client": "^3.12.5",
"@hey/data": "workspace:*",
"axios": "^1.7.9",
"graphql": "^16.10.0"
Expand Down
Loading

0 comments on commit fe2df07

Please sign in to comment.