Skip to content

Commit

Permalink
Update http_error (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJune committed Jul 4, 2023
1 parent 1035f0a commit f2e1bfb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions deno.lock
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@
"https://deno.land/x/[email protected]/mod.ts": "ca622eced625a6b68cd778fa3a0db727550fb9e7f14fedadae03a1f88f0b6030",
"https://deno.land/x/[email protected]/deps.ts": "4c5201aab868b3d91e289c095e387d680689bb412e75aaf0ae37cff597838299",
"https://deno.land/x/[email protected]/mod.ts": "cbf722e350b52ff03ae0867c19c80f34c485e50367fa42c11f30a759db9f5ba4",
"https://deno.land/x/[email protected]/deps.ts": "4c5201aab868b3d91e289c095e387d680689bb412e75aaf0ae37cff597838299",
"https://deno.land/x/[email protected]/mod.ts": "2f9b1f553fc9589803b5e398e5b710dbd437b3f332109bd63f327beace55f776",
"https://deno.land/x/[email protected]/_util.ts": "ada9a9618b537e6c0316c048a898352396c882b9f2de38aba18fd3f2950ede89",
"https://deno.land/x/[email protected]/mod.ts": "ae3d1cd7eabd18c01a4960d57db471126b020f23b37ef14e1359bbb949227ade",
"https://deno.land/x/[email protected]/application.ts": "4819f2820617f04117ccafe5bb4daae004c3cc0100eb321afd9a35ba558794d9",
Expand Down
2 changes: 2 additions & 0 deletions example/deno.lock
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@
"https://deno.land/x/[email protected]/mod.ts": "ca622eced625a6b68cd778fa3a0db727550fb9e7f14fedadae03a1f88f0b6030",
"https://deno.land/x/[email protected]/deps.ts": "4c5201aab868b3d91e289c095e387d680689bb412e75aaf0ae37cff597838299",
"https://deno.land/x/[email protected]/mod.ts": "cbf722e350b52ff03ae0867c19c80f34c485e50367fa42c11f30a759db9f5ba4",
"https://deno.land/x/[email protected]/deps.ts": "4c5201aab868b3d91e289c095e387d680689bb412e75aaf0ae37cff597838299",
"https://deno.land/x/[email protected]/mod.ts": "2f9b1f553fc9589803b5e398e5b710dbd437b3f332109bd63f327beace55f776",
"https://deno.land/x/[email protected]/application.ts": "3028d3f6fa5ee743de013881550d054372c11d83c45099c2d794033786d27008",
"https://deno.land/x/[email protected]/body.ts": "1899761b97fc9d776f3710b2637fb047ba29b968609afc6c0e5219b1108e703c",
"https://deno.land/x/[email protected]/buf_reader.ts": "26640736541598dbd9f2b84a9d0595756afff03c9ca55b66eef1911f7798b56d",
Expand Down
2 changes: 1 addition & 1 deletion example/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"x/oak/": "https://deno.land/x/[email protected]/",
"x/esbuild/": "https://deno.land/x/[email protected]/",
"x/esbuild_deno_loader/": "https://deno.land/x/[email protected]/",
"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/[email protected]?target=deno&pin=v126",
"npm/react/jsx-runtime": "https://esm.sh/[email protected]/jsx-runtime?target=deno&pin=v126",
"npm/react/jsx-dev-runtime": "https://esm.sh/[email protected]/jsx-dev-runtime?target=deno&pin=v126",
Expand Down
2 changes: 1 addition & 1 deletion import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"x/oak/": "https://deno.land/x/[email protected]/",
"x/esbuild/": "https://deno.land/x/[email protected]/",
"x/esbuild_deno_loader/": "https://deno.land/x/[email protected]/",
"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/[email protected]?target=deno&pin=v126",
"npm/react/jsx-runtime": "https://esm.sh/[email protected]/jsx-runtime?target=deno&pin=v126",
"npm/react/jsx-dev-runtime": "https://esm.sh/[email protected]/jsx-dev-runtime?target=deno&pin=v126",
Expand Down

0 comments on commit f2e1bfb

Please sign in to comment.