diff --git a/README.md b/README.md index 6da0fbca..606c1464 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@

-# tea/cli 0.35.5 +# tea/cli 0.35.6 `tea` puts the whole open source ecosystem at your fingertips: diff --git a/deno.jsonc b/deno.jsonc index 06a3f191..3827a253 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -31,13 +31,13 @@ } }, "imports": { - "is-what": "https://deno.land/x/is_what@v4.1.8/src/index.ts", + "is-what": "https://deno.land/x/is_what@v4.1.15/src/index.ts", "jsonc": "https://deno.land/x/jsonc_parser@v0.0.1/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/outdent@v0.8.0/mod.ts", "cliffy/": "https://deno.land/x/cliffy@v0.25.7/", - "deno/": "https://deno.land/std@0.187.0/", + "deno/": "https://deno.land/std@0.191.0/", "hooks": "./src/hooks/index.ts" } }