Skip to content

Commit a613a2e

Browse files
authored
chore: update dependencies (#6034)
1 parent 10e3d79 commit a613a2e

File tree

4 files changed

+197
-210
lines changed

4 files changed

+197
-210
lines changed

apps/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"@lens-chain/sdk": "^1.0.3",
2727
"@prisma/client": "^6.12.0",
2828
"dotenv": "^17.2.1",
29-
"hono": "^4.8.7",
29+
"hono": "^4.8.9",
3030
"hono-rate-limiter": "^0.4.2",
3131
"jose": "^6.0.12",
3232
"linkedom": "^0.18.11",
3333
"pg-promise": "^11.15.0",
3434
"redis": "^5.6.1",
3535
"tsx": "^4.20.3",
36-
"viem": "^2.33.0",
36+
"viem": "^2.33.1",
3737
"xmlbuilder2": "^3.1.1",
3838
"zod": "3.25.75"
3939
},

apps/web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@hey/data": "workspace:*",
2020
"@hey/helpers": "workspace:*",
2121
"@hey/indexer": "workspace:*",
22-
"@hookform/resolvers": "5.1.1",
22+
"@hookform/resolvers": "5.2.0",
2323
"@lens-chain/storage-client": "^1.0.5",
2424
"@lens-protocol/metadata": "^2.1.0",
2525
"@livepeer/react": "^4.3.6",
@@ -44,11 +44,11 @@
4444
"react": "^19.1.0",
4545
"react-dom": "^19.1.0",
4646
"react-easy-crop": "^5.5.0",
47+
"react-helmet-async": "^2.0.5",
4748
"react-hook-form": "^7.61.1",
4849
"react-hotkeys-hook": "^5.1.0",
4950
"react-markdown": "^10.1.0",
5051
"react-router": "^7.7.1",
51-
"react-helmet-async": "^1.3.0",
5252
"react-tracked": "^2.0.1",
5353
"rehype-parse": "^9.0.1",
5454
"rehype-remark": "^10.0.1",
@@ -63,7 +63,7 @@
6363
"tailwindcss": "^4.1.11",
6464
"unified": "^11.0.5",
6565
"unist-util-visit-parents": "^6.0.1",
66-
"viem": "^2.33.0",
66+
"viem": "^2.33.1",
6767
"virtua": "^0.41.5",
6868
"vite": "^7.0.6",
6969
"wagmi": "^2.16.0",
@@ -75,7 +75,7 @@
7575
"@hey/types": "workspace:*",
7676
"@tailwindcss/aspect-ratio": "^0.4.2",
7777
"@tailwindcss/forms": "^0.5.10",
78-
"@testing-library/jest-dom": "^6.6.3",
78+
"@testing-library/jest-dom": "^6.6.4",
7979
"@testing-library/react": "^16.3.0",
8080
"@testing-library/user-event": "^14.6.1",
8181
"@types/hast": "^3.0.4",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@hey/data": "workspace:*",
1212
"@hey/indexer": "workspace:*",
1313
"@hey/types": "workspace:*",
14-
"viem": "^2.33.0"
14+
"viem": "^2.33.1"
1515
},
1616
"devDependencies": {
1717
"@hey/config": "workspace:*",

0 commit comments

Comments
 (0)