Skip to content

Commit

Permalink
fix(deps): regress from npm:preact@10.22.1 to npm:preact@10.22.0
Browse files Browse the repository at this point in the history
…to DOM issues

See the following for the changes introduced which might have caused this:
- preactjs/preact#4409
- preactjs/preact#4421
- preactjs/preact#4403
  • Loading branch information
miguelrk committed Jul 9, 2024
1 parent aaed77e commit dcc0bb4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"@/": "./",
"fresh/": "https://deno.land/x/fresh@1.6.8/",
"$fresh/": "https://deno.land/x/fresh@1.6.8/",
"preact": "npm:preact@10.22.1",
"react": "npm:preact@10.22.1/compat",
"react-dom": "npm:preact@10.22.1/compat",
"preact": "npm:preact@10.22.0",
"react": "npm:preact@10.22.0/compat",
"react-dom": "npm:preact@10.22.0/compat",
"@preact/signals": "npm:@preact/signals@1.2.3",
"@preact/signals-core": "npm:@preact/signals-core@1.6.1",
"netzo/": "https://deno.land/x/netzo@0.5.110/",
Expand Down
20 changes: 10 additions & 10 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dcc0bb4

Please sign in to comment.