11// Copyright 2020-2021 the denosaurs team. All rights reserved. MIT license.
22
33// provide better logging, see src/log.ts
4- export * as log from "https://deno.land/x/branch@0.1.5 /mod.ts" ;
4+ export * as log from "https://deno.land/x/branch@0.1.6 /mod.ts" ;
55
66// colors for a pretty cli
77export {
@@ -14,20 +14,20 @@ export {
1414 reset ,
1515 setColorEnabled ,
1616 yellow ,
17- } from "https://deno.land/std@0.85 .0/fmt/colors.ts" ;
17+ } from "https://deno.land/std@0.99 .0/fmt/colors.ts" ;
1818
1919// configuration reading
2020export {
2121 exists ,
2222 existsSync ,
2323 walk , // ... and one type of file monitoring
24- } from "https://deno.land/std@0.85 .0/fs/mod.ts" ;
24+ } from "https://deno.land/std@0.99 .0/fs/mod.ts" ;
2525
2626// configuration parsing (YAML)
2727export {
2828 JSON_SCHEMA ,
2929 parse as parseYaml ,
30- } from "https://deno.land/std@0.84 .0/encoding/yaml.ts" ;
30+ } from "https://deno.land/std@0.99 .0/encoding/yaml.ts" ;
3131
3232// file watching and directory matching
3333export {
@@ -36,10 +36,10 @@ export {
3636 globToRegExp ,
3737 relative ,
3838 resolve ,
39- } from "https://deno.land/std@0.85 .0/path/mod.ts" ;
39+ } from "https://deno.land/std@0.99 .0/path/mod.ts" ;
4040
4141// event control
42- export { deferred , delay } from "https://deno.land/std@0.85 .0/async/mod.ts" ;
42+ export { deferred , delay } from "https://deno.land/std@0.99 .0/async/mod.ts" ;
4343
4444// permission management
45- export { grant } from "https://deno.land/std@0.85 .0/permissions/mod.ts" ;
45+ export { grant } from "https://deno.land/std@0.99 .0/permissions/mod.ts" ;
0 commit comments