Skip to content

Commit

Permalink
bump deps (libtea has important download fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jun 13, 2023
1 parent 8c6f8f6 commit 35517e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</p>


# tea/cli 0.35.5
# tea/cli 0.35.6

`tea` puts the whole open source ecosystem at your fingertips:

Expand Down
8 changes: 4 additions & 4 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
}
},
"imports": {
"is-what": "https://deno.land/x/[email protected].8/src/index.ts",
"is-what": "https://deno.land/x/[email protected].15/src/index.ts",
"jsonc": "https://deno.land/x/[email protected]/mod.ts",
"tea": "https://raw.github.com/teaxyz/lib/v0.5.0/mod.ts",
"tea/": "https://raw.github.com/teaxyz/lib/v0.5.0/src/",
"tea": "https://raw.github.com/teaxyz/lib/v0.5.1/mod.ts",
"tea/": "https://raw.github.com/teaxyz/lib/v0.5.1/src/",
"outdent": "https://deno.land/x/[email protected]/mod.ts",
"cliffy/": "https://deno.land/x/[email protected]/",
"deno/": "https://deno.land/std@0.187.0/",
"deno/": "https://deno.land/std@0.191.0/",
"hooks": "./src/hooks/index.ts"
}
}

0 comments on commit 35517e0

Please sign in to comment.