Skip to content

Commit

Permalink
chore: Update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardtke committed Oct 17, 2024
1 parent d0012bc commit 531773d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 123 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"test:coverage": "deno task test --coverage=out/coverage",
"test:check": "deno task test --check",
"test:watch": "deno task test --watch",
"update-lock-file": "deno cache --lock deno.lock deps.ts deps-test.ts",
"update-lock-file": "deno cache --allow-import --lock deno.lock deps.ts deps-test.ts dev/bundle.ts",
"bundle": "deno run --allow-all dev/bundle.ts"
}
}
145 changes: 23 additions & 122 deletions deno.lock

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

1 comment on commit 531773d

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 531773d Oct 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

TypeError: Cannot parse version: 
    at Module.parse (https://jsr.io/@std/semver/1.0.3/parse.ts:45:22)
    at denoVersionIsSatified (file:///src/src/main.ts:22:36)
    at main (file:///src/src/main.ts:64:10)
    at file:///src/src/main.ts:99:11

Please sign in to comment.