diff --git a/README.md b/README.md index 12149ef..ed662f8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Udibo React App -[![release](https://img.shields.io/badge/release-0.16.0-success)](https://github.com/udibo/react_app/releases/tag/0.16.0) -[![deno doc](https://doc.deno.land/badge.svg)](https://deno.land/x/udibo_react_app@0.16.0) +[![release](https://img.shields.io/badge/release-0.17.0-success)](https://github.com/udibo/react_app/releases/tag/0.17.0) +[![deno doc](https://doc.deno.land/badge.svg)](https://deno.land/x/udibo_react_app@0.17.0) [![CI/CD](https://github.com/udibo/react_app/actions/workflows/main.yml/badge.svg)](https://github.com/udibo/react_app/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/udibo/react_app/branch/main/graph/badge.svg?token=G5XCR01X8E)](https://codecov.io/gh/udibo/react_app) [![license](https://img.shields.io/github/license/udibo/react_app)](https://github.com/udibo/react_app/blob/main/LICENSE) @@ -31,13 +31,13 @@ Apps are created using [React Router](https://reactrouter.com), This module has 2 entry points. -- [mod.tsx](https://deno.land/x/udibo_react_app@0.16.0/mod.tsx): For use in code +- [mod.tsx](https://deno.land/x/udibo_react_app@0.17.0/mod.tsx): For use in code that will be used both on the server and in the browser. -- [server.tsx](https://deno.land/x/udibo_react_app@0.16.0/server.tsx): For use +- [server.tsx](https://deno.land/x/udibo_react_app@0.17.0/server.tsx): For use in code that will only be used on the server. You can look at the [examples](#examples) and -[deno docs](https://deno.land/x/udibo_react_app@0.16.0) to learn more about +[deno docs](https://deno.land/x/udibo_react_app@0.17.0) to learn more about usage. ### Examples diff --git a/deno.lock b/deno.lock index c8bd478..da1e54c 100644 --- a/deno.lock +++ b/deno.lock @@ -362,6 +362,8 @@ "https://deno.land/x/http_error@0.5.0/mod.ts": "ca622eced625a6b68cd778fa3a0db727550fb9e7f14fedadae03a1f88f0b6030", "https://deno.land/x/http_error@0.6.0/deps.ts": "4c5201aab868b3d91e289c095e387d680689bb412e75aaf0ae37cff597838299", "https://deno.land/x/http_error@0.6.0/mod.ts": "cbf722e350b52ff03ae0867c19c80f34c485e50367fa42c11f30a759db9f5ba4", + "https://deno.land/x/http_error@0.7.0/deps.ts": "4c5201aab868b3d91e289c095e387d680689bb412e75aaf0ae37cff597838299", + "https://deno.land/x/http_error@0.7.0/mod.ts": "2f9b1f553fc9589803b5e398e5b710dbd437b3f332109bd63f327beace55f776", "https://deno.land/x/importmap@0.2.1/_util.ts": "ada9a9618b537e6c0316c048a898352396c882b9f2de38aba18fd3f2950ede89", "https://deno.land/x/importmap@0.2.1/mod.ts": "ae3d1cd7eabd18c01a4960d57db471126b020f23b37ef14e1359bbb949227ade", "https://deno.land/x/oak@v12.4.0/application.ts": "4819f2820617f04117ccafe5bb4daae004c3cc0100eb321afd9a35ba558794d9", diff --git a/example/deno.lock b/example/deno.lock index 339eaf2..0087447 100644 --- a/example/deno.lock +++ b/example/deno.lock @@ -229,6 +229,8 @@ "https://deno.land/x/http_error@0.5.0/mod.ts": "ca622eced625a6b68cd778fa3a0db727550fb9e7f14fedadae03a1f88f0b6030", "https://deno.land/x/http_error@0.6.0/deps.ts": "4c5201aab868b3d91e289c095e387d680689bb412e75aaf0ae37cff597838299", "https://deno.land/x/http_error@0.6.0/mod.ts": "cbf722e350b52ff03ae0867c19c80f34c485e50367fa42c11f30a759db9f5ba4", + "https://deno.land/x/http_error@0.7.0/deps.ts": "4c5201aab868b3d91e289c095e387d680689bb412e75aaf0ae37cff597838299", + "https://deno.land/x/http_error@0.7.0/mod.ts": "2f9b1f553fc9589803b5e398e5b710dbd437b3f332109bd63f327beace55f776", "https://deno.land/x/oak@v12.5.0/application.ts": "3028d3f6fa5ee743de013881550d054372c11d83c45099c2d794033786d27008", "https://deno.land/x/oak@v12.5.0/body.ts": "1899761b97fc9d776f3710b2637fb047ba29b968609afc6c0e5219b1108e703c", "https://deno.land/x/oak@v12.5.0/buf_reader.ts": "26640736541598dbd9f2b84a9d0595756afff03c9ca55b66eef1911f7798b56d", diff --git a/example/import_map.json b/example/import_map.json index 6005841..38fb40e 100644 --- a/example/import_map.json +++ b/example/import_map.json @@ -5,7 +5,7 @@ "x/oak/": "https://deno.land/x/oak@v12.5.0/", "x/esbuild/": "https://deno.land/x/esbuild@v0.15.10/", "x/esbuild_deno_loader/": "https://deno.land/x/esbuild_deno_loader@0.6.0/", - "x/http_error/": "https://deno.land/x/http_error@0.6.0/", + "x/http_error/": "https://deno.land/x/http_error@0.7.0/", "npm/react": "https://esm.sh/react@18.2.0?target=deno&pin=v126", "npm/react/jsx-runtime": "https://esm.sh/react@18.2.0/jsx-runtime?target=deno&pin=v126", "npm/react/jsx-dev-runtime": "https://esm.sh/react@18.2.0/jsx-dev-runtime?target=deno&pin=v126", diff --git a/import_map.json b/import_map.json index 70eae64..e12473a 100644 --- a/import_map.json +++ b/import_map.json @@ -5,7 +5,7 @@ "x/oak/": "https://deno.land/x/oak@v12.5.0/", "x/esbuild/": "https://deno.land/x/esbuild@v0.15.10/", "x/esbuild_deno_loader/": "https://deno.land/x/esbuild_deno_loader@0.6.0/", - "x/http_error/": "https://deno.land/x/http_error@0.6.0/", + "x/http_error/": "https://deno.land/x/http_error@0.7.0/", "npm/react": "https://esm.sh/react@18.2.0?target=deno&pin=v126", "npm/react/jsx-runtime": "https://esm.sh/react@18.2.0/jsx-runtime?target=deno&pin=v126", "npm/react/jsx-dev-runtime": "https://esm.sh/react@18.2.0/jsx-dev-runtime?target=deno&pin=v126",