Skip to content

Commit 6fad092

Browse files
committed
Fix build by downgrading esbuild
1 parent 413242e commit 6fad092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/react": "^18.0.0",
5757
"@types/react-dom": "^18.0.0",
5858
"c8": "^10.0.0",
59-
"esbuild": "^0.23.0",
59+
"esbuild": "^0.21.0",
6060
"estree-util-visit": "^2.0.0",
6161
"hastscript": "^9.0.0",
6262
"prettier": "^3.0.0",

0 commit comments

Comments
 (0)