Skip to content

Commit dcc0bb4

Browse files
committed
fix(deps): regress from npm:[email protected] to npm:[email protected] 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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"@/": "./",
4646
"fresh/": "https://deno.land/x/[email protected]/",
4747
"$fresh/": "https://deno.land/x/[email protected]/",
48-
"preact": "npm:[email protected].1",
49-
"react": "npm:[email protected].1/compat",
50-
"react-dom": "npm:[email protected].1/compat",
48+
"preact": "npm:[email protected].0",
49+
"react": "npm:[email protected].0/compat",
50+
"react-dom": "npm:[email protected].0/compat",
5151
"@preact/signals": "npm:@preact/[email protected]",
5252
"@preact/signals-core": "npm:@preact/[email protected]",
5353
"netzo/": "https://deno.land/x/[email protected]/",

deno.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)