Skip to content

Commit

Permalink
chore(react-email, tailwind): upgrade socket.io (#1889)
Browse files Browse the repository at this point in the history
Co-authored-by: gabriel miranda <[email protected]>
  • Loading branch information
bukinoshita and gabrielmfern authored Jan 31, 2025
1 parent f5346d7 commit 57db6f7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-lamps-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-email": patch
---

Upgrade socket.io to 4.8.1
2 changes: 1 addition & 1 deletion packages/react-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"next": "15.1.2",
"normalize-path": "3.0.0",
"ora": "5.4.1",
"socket.io": "4.8.0"
"socket.io": "4.8.1"
},
"devDependencies": {
"@radix-ui/colors": "1.0.1",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"//#format": {},
"//#format:check": {},
"test": {
"dependsOn": ["^build"]
"dependsOn": ["^build"],
"cache": false
},
"test:watch": {
"cache": false
Expand Down

0 comments on commit 57db6f7

Please sign in to comment.