Skip to content

Commit 78b2d78

Browse files
committed
attempt bumping preact and removing "jsx" from tsconfig
1 parent 79a9dab commit 78b2d78

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/js/bun.lockb

0 Bytes
Binary file not shown.

src/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@reactpy/client": "^0.3.2",
1717
"event-to-object": "^0.1.2",
1818
"morphdom": "^2.7.4",
19-
"preact": "^10.26.4"
19+
"preact": "^10.26.9"
2020
}
2121
}

src/js/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"compilerOptions": {
33
"esModuleInterop": true,
4-
"jsx": "react-jsx",
54
"jsxImportSource": "preact",
65
"target": "esnext",
76
"module": "esnext",

0 commit comments

Comments
 (0)