File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2121| Fresh version | Preact | preact-render-to-string | Deno |
2222| ------------- | ---------------- | ----------------------- | --------- |
2323| 1.0.0-1.0.2 | >=10.8.1 <11.0.0 | >=5.2.0 <6.0.0 | >= 1.23.0 |
24- | 1.1.0-1.1.1 | >=10.8.1 <11.0.0 | >=5.2.0 <6.0.0 | >= 1.25.0 |
24+ | 1.1.0-1.1.2 | >=10.8.1 <11.0.0 | >=5.2.0 <6.0.0 | >= 1.25.0 |
2525
2626## Updating dependencies
2727
@@ -51,14 +51,14 @@ You will be prompted to confirm the changes that will be made to your project.
5151To manually update your project's dependencies, you can edit the
5252` import_map.json ` file in the root of your projects directory. Dependency
5353versions are encoded into the URLs in this file. For example, here is how to
54- update a project from Fresh 1.0.2 to 1.1.1 , and update Preact to the latest
54+ update a project from Fresh 1.0.2 to 1.1.2 , and update Preact to the latest
5555version:
5656
5757``` diff
5858 {
5959 "imports": {
6060- "$fresh/": "https://deno.land/x/fresh@1.0.2/",
61- + "$fresh/": "https://deno.land/x/fresh@1.1.1 /",
61+ + "$fresh/": "https://deno.land/x/fresh@1.1.2 /",
6262
6363- "preact": "https://esm.sh/preact@10.8.1",
6464- "preact/": "https://esm.sh/preact@10.8.1/",
Original file line number Diff line number Diff line change 11[
2+ " 1.1.2" ,
23 " 1.1.1" ,
34 " 1.1.0" ,
45 " 1.0.2" ,
You can’t perform that action at this time.
0 commit comments