|
21 | 21 | | Fresh version | Preact | preact-render-to-string | Deno | |
22 | 22 | | ------------- | ---------------- | ----------------------- | --------- | |
23 | 23 | | 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 | >=10.8.1 <11.0.0 | >=5.2.0 <6.0.0 | >= 1.25.0 | |
| 24 | +| 1.1.0-1.1.1 | >=10.8.1 <11.0.0 | >=5.2.0 <6.0.0 | >= 1.25.0 | |
25 | 25 |
|
26 | 26 | ## Updating dependencies |
27 | 27 |
|
@@ -51,22 +51,22 @@ You will be prompted to confirm the changes that will be made to your project. |
51 | 51 | To manually update your project's dependencies, you can edit the |
52 | 52 | `import_map.json` file in the root of your projects directory. Dependency |
53 | 53 | versions 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.0, and update Preact to the latest |
| 54 | +update a project from Fresh 1.0.2 to 1.1.1, and update Preact to the latest |
55 | 55 | version: |
56 | 56 |
|
57 | 57 | ```diff |
58 | 58 | { |
59 | 59 | "imports": { |
60 | 60 | - "$fresh/": "https://deno.land/x/fresh@1.0.2/", |
61 | | -+ "$fresh/": "https://deno.land/x/fresh@1.1.0/", |
| 61 | ++ "$fresh/": "https://deno.land/x/fresh@1.1.1/", |
62 | 62 |
|
63 | 63 | - "preact": "https://esm.sh/preact@10.8.1", |
64 | 64 | - "preact/": "https://esm.sh/preact@10.8.1/", |
65 | 65 | + "preact": "https://esm.sh/preact@10.11.0", |
66 | 66 | + "preact/": "https://esm.sh/preact@10.11.0/", |
67 | 67 |
|
68 | 68 | - "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.0", |
69 | | -+ "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.2", |
| 69 | ++ "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", |
70 | 70 |
|
71 | 71 | "twind": "https://esm.sh/twind@0.16.17", |
72 | 72 | "twind/": "https://esm.sh/twind@0.16.17/" |
|
0 commit comments