Skip to content

Commit 0d685f0

Browse files
committed
fix(deps): add styled-jsx and sharp explicitly for standalone build compatibility
1 parent 5e37bf6 commit 0d685f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@
113113
"react-youtube": "^10.1.0",
114114
"resend": "6.5.2",
115115
"sharp": "^0.34.5",
116+
"sharp": "^0.33.5",
116117
"sonner": "^2.0.7",
118+
"styled-jsx": "^5.1.1",
117119
"swr": "^2.3.7",
118120
"tailwind-merge": "^3.4.0",
119121
"tailwindcss-animate": "^1.0.7",
@@ -172,4 +174,4 @@
172174
"sharp"
173175
]
174176
}
175-
}
177+
}

0 commit comments

Comments
 (0)