Skip to content

Commit

Permalink
chore: update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Aug 13, 2024
1 parent cb69e9b commit c82baef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@std/path": "jsr:@std/path@^1.0.0",
"@std/streams": "jsr:@std/streams@^1.0.0",
"@std/testing": "jsr:@std/testing@^1.0.0",
"axios": "npm:axios@^1.7.2",
"axios": "npm:axios@^1.7.3",
"axios-mock-adapter": "npm:axios-mock-adapter@^2.0.0",
"fetch-blob": "npm:fetch-blob@^4.0.0",
"typescript": "npm:typescript@^5.4.5"
Expand All @@ -26,7 +26,7 @@
"update-deno-lock": "deno cache --lock-write src/index.ts",
"update-flake-lock": "nix --option commit-lockfile-summary 'chore: update flake.lock' flake update --commit-lock-file",
"update": "deno run --allow-env --allow-read --allow-write='~/.local,.' --allow-run=git,deno --allow-net=jsr.io jsr:@molt/cli",
"update:commit": "deno task -q update --commit"
"update:commit": "deno task -q update --commit"
},
"lint": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions deno.lock

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

5 changes: 4 additions & 1 deletion scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ await build({
filterDiagnostic(diagnostic: ts.Diagnostic) {
if (
diagnostic.file?.fileName.endsWith(
'src/deps/jsr.io/@std/testing/0.225.0/snapshot.ts',
'src/deps/jsr.io/@std/assert/1.0.2/assertion_error.ts',
) ||
diagnostic.file?.fileName.endsWith(
'src/deps/jsr.io/@std/assert/1.0.2/object_match.ts',
)
) {
// see https://github.com/denoland/deno_std/pull/4957
Expand Down

0 comments on commit c82baef

Please sign in to comment.