Skip to content

Commit 76183e0

Browse files
vlindergabrielmfern
andauthoredOct 21, 2024··
fix(react-email): bump socket.io and socket.io-client (#1736)
Co-authored-by: gabriel miranda <gabrielmfern@outlook.com>
1 parent de9d2ff commit 76183e0

File tree

3 files changed

+109
-9
lines changed

3 files changed

+109
-9
lines changed
 

‎.changeset/kind-steaks-knock.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-email": patch
3+
---
4+
5+
Update socket.io and socket.io-client

‎packages/react-email/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"next": "14.2.10",
4141
"normalize-path": "3.0.0",
4242
"ora": "5.4.1",
43-
"socket.io": "4.7.5"
43+
"socket.io": "4.8.0"
4444
},
4545
"devDependencies": {
4646
"@radix-ui/colors": "1.0.1",
@@ -71,7 +71,7 @@
7171
"react": "18.3.1",
7272
"react-dom": "18.3.1",
7373
"sharp": "0.33.3",
74-
"socket.io-client": "4.7.5",
74+
"socket.io-client": "4.8.0",
7575
"sonner": "1.3.1",
7676
"source-map-js": "1.0.2",
7777
"stacktrace-parser": "0.1.10",

‎pnpm-lock.yaml

+102-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.