Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
Use the latest features.
  • Loading branch information
5ouma committed Dec 8, 2024
1 parent c26f7e4 commit d6d2fd9
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 60 deletions.
8 changes: 4 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"test:ci": "deno task test --coverage --junit-path='junit.xml' && deno coverage --lcov > coverage.lcov"
},
"imports": {
"@hono/hono": "jsr:@hono/[email protected].3",
"@hono/hono": "jsr:@hono/[email protected].13",
"@octokit/request-error": "npm:@octokit/[email protected]",
"@octokit/rest": "npm:@octokit/[email protected]",
"@std/assert": "jsr:@std/[email protected].6",
"@std/http": "jsr:@std/[email protected].8",
"@std/path": "jsr:@std/[email protected].6",
"@std/assert": "jsr:@std/[email protected].9",
"@std/http": "jsr:@std/[email protected].12",
"@std/path": "jsr:@std/[email protected].8",
"@std/testing": "jsr:@std/[email protected]"
}
}
94 changes: 38 additions & 56 deletions deno.lock

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

0 comments on commit d6d2fd9

Please sign in to comment.