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 bb5eb8c commit cb69e9b
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 181 deletions.
12 changes: 7 additions & 5 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.2",
"@std/assert": "jsr:@std/assert@^0.226.0",
"@std/fs": "jsr:@std/fs@^0.229.1",
"@std/path": "jsr:@std/path@^0.225.2",
"@std/assert": "jsr:@std/assert@^1.0.0",
"@std/fs": "jsr:@std/fs@^1.0.0",
"@std/path": "jsr:@std/path@^1.0.0",
"@std/streams": "jsr:@std/streams@^1.0.0",
"@std/testing": "jsr:@std/testing@^0.225.0",
"@std/testing": "jsr:@std/testing@^1.0.0",
"axios": "npm:axios@^1.7.2",
"axios-mock-adapter": "npm:axios-mock-adapter@^2.0.0",
"fetch-blob": "npm:fetch-blob@^4.0.0",
Expand All @@ -24,7 +24,9 @@
"docs": "deno run --allow-read --allow-env --allow-run --allow-write=./docs/ npm:[email protected]",
"generate-v2-client": "rm -rf src/v2/ && deno run --allow-read --allow-run --allow-env --allow-write=openapitools.json,node_modules,/tmp,/var --allow-net='search.maven.org,repo1.maven.org' npm:@openapitools/[email protected] generate",
"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-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"
},
"lint": {
"include": [
Expand Down
Loading

0 comments on commit cb69e9b

Please sign in to comment.