Bump dependencies (#258)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Nico
2023-12-02 17:17:59 +01:00
committed by GitHub
parent e3839c35b7
commit 2917ff25e5
5 changed files with 272 additions and 314 deletions

View File

@@ -78,8 +78,6 @@ await Promise.all([
inject: ["./scripts/build/injectReact.mjs"],
jsxFactory: "VencordCreateElement",
jsxFragment: "VencordFragment",
// Work around https://github.com/evanw/esbuild/issues/2460
tsconfig: "./scripts/build/tsconfig.esbuild.json",
external: ["@vencord/types/*"],
plugins: [vencordDep],
footer: { js: "//# sourceURL=VCDRenderer" }

View File

@@ -1,7 +0,0 @@
// Work around https://github.com/evanw/esbuild/issues/2460
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react"
}
}