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 21, 2024
1 parent 75fa6c4 commit 33edfe8
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 174 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.716.0",
"@aws-sdk/client-s3": "^3.717.0",
"@aws-sdk/client-ses": "^3.716.0",
"@aws-sdk/client-sts": "^3.716.0",
"@hey/data": "workspace:*",
Expand All @@ -37,7 +37,7 @@
"ua-parser-js": "2.0.0",
"urlcat": "^3.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.55",
"viem": "^2.21.56",
"zod": "^3.24.1"
},
"devDependencies": {
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.716.0",
"@aws-sdk/lib-storage": "^3.717.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "^2.2.0",
"@hey/abis": "workspace:*",
Expand All @@ -34,7 +34,7 @@
"browser-image-compression": "^2.0.2",
"chart.js": "^4.4.7",
"dotenv": "^16.4.7",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"franc": "^6.2.0",
"graphql": "^16.10.0",
"next": "^15.1.2",
Expand Down Expand Up @@ -65,8 +65,8 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.55",
"wagmi": "^2.14.3",
"viem": "^2.21.56",
"wagmi": "^2.14.4",
"zod": "^3.24.1",
"zustand": "5.0.2"
},
Expand Down
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.11"
"pierre": "^2.1.13"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"mailchecker": "^6.0.14",
"omit-deep": "^0.3.0",
"urlcat": "^3.1.0",
"viem": "^2.21.55",
"viem": "^2.21.56",
"winston": "^3.16.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clsx": "^2.1.1",
"next": "^15.1.2",
"react": "18.3.1",
"react-hook-form": "^7.54.1",
"react-hook-form": "^7.54.2",
"tailwind-merge": "^2.5.5",
"zod": "^3.24.1"
},
Expand Down
Loading

0 comments on commit 33edfe8

Please sign in to comment.