Skip to content

Commit dcc0bb4

Browse files
committed
fix(deps): regress from npm:preact@10.22.1 to npm:preact@10.22.0 to DOM issues
See the following for the changes introduced which might have caused this: - preactjs/preact#4409 - preactjs/preact#4421 - preactjs/preact#4403
1 parent aaed77e commit dcc0bb4

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

deno.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"@/": "./",
4646
"fresh/": "https://deno.land/x/fresh@1.6.8/",
4747
"$fresh/": "https://deno.land/x/fresh@1.6.8/",
48-
"preact": "npm:preact@10.22.1",
49-
"react": "npm:preact@10.22.1/compat",
50-
"react-dom": "npm:preact@10.22.1/compat",
48+
"preact": "npm:preact@10.22.0",
49+
"react": "npm:preact@10.22.0/compat",
50+
"react-dom": "npm:preact@10.22.0/compat",
5151
"@preact/signals": "npm:@preact/signals@1.2.3",
5252
"@preact/signals-core": "npm:@preact/signals-core@1.6.1",
5353
"netzo/": "https://deno.land/x/netzo@0.5.110/",

deno.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)