Skip to content

Commit

Permalink
🔧 Update various dependencies across multiple packages (#update-depen…
Browse files Browse the repository at this point in the history
…dencies-2024-12-08-10-48)

Summary: Updated various dependencies across multiple packages.

Highlights:

• Upgraded `@livepeer/react` to `^4.2.9` and `@next/bundle-analyzer` to `^15.0.4`.
• Updated `next-axiom` to `^1.7.0` and `prosekit` to `^0.11.0`.
• Incremented `zustand` to `5.0.2` and `mailchecker` to `^6.0.13`.

Read more: https://pierre.co/hey/hey/update-dependencies-2024-12-08-10-48
  • Loading branch information
Yoginth authored and Pierre committed Dec 8, 2024
1 parent d2c0aac commit afb34fa
Show file tree
Hide file tree
Showing 4 changed files with 1,050 additions and 4,105 deletions.
20 changes: 10 additions & 10 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
"@hey/ui": "workspace:*",
"@lens-network/sdk": "canary",
"@lens-protocol/metadata": "next",
"@livepeer/react": "^4.2.8",
"@next/bundle-analyzer": "^15.0.2",
"@livepeer/react": "^4.2.9",
"@next/bundle-analyzer": "^15.0.4",
"@radix-ui/react-hover-card": "^1.1.2",
"@tanstack/react-query": "^5.61.3",
"@tanstack/react-query": "^5.62.3",
"@uidotdev/usehooks": "^2.4.1",
"@unleash/proxy-client-react": "^4.4.0",
"axios": "^1.7.9",
"browser-image-compression": "^2.0.2",
"chart.js": "^4.4.6",
"chart.js": "^4.4.7",
"dotenv": "^16.4.7",
"esbuild": "^0.24.0",
"franc": "^6.2.0",
"graphql": "^16.9.0",
"next": "^15.0.4",
"next-axiom": "^1.5.1",
"next-themes": "^0.4.3",
"next-axiom": "^1.7.0",
"next-themes": "^0.4.4",
"plur": "^5.1.0",
"plyr-react": "^5.3.0",
"prosekit": "^0.10.4",
"prosekit": "^0.11.0",
"rc-slider": "^11.1.7",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
Expand All @@ -52,7 +52,7 @@
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.0",
"react-tracked": "^2.0.1",
"react-virtuoso": "^4.12.2",
"react-virtuoso": "^4.12.3",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.0",
"remark-breaks": "^4.0.0",
Expand All @@ -67,9 +67,9 @@
"use-resize-observer": "^9.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.53",
"wagmi": "^2.13.0",
"wagmi": "^2.13.4",
"zod": "^3.23.8",
"zustand": "5.0.1"
"zustand": "5.0.2"
},
"devDependencies": {
"@hey/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"mailchecker": "^6.0.12",
"mailchecker": "^6.0.13",
"omit-deep": "^0.3.0",
"urlcat": "^3.1.0",
"viem": "^2.21.53",
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.0.4",
"react": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-hook-form": "^7.54.0",
"tailwind-merge": "^2.5.5",
"zod": "^3.23.8"
},
Expand Down
Loading

0 comments on commit afb34fa

Please sign in to comment.