Skip to content

Commit

Permalink
Update dependencies (std)
Browse files Browse the repository at this point in the history
Update std from v0.148.0 to v0.149.0
  • Loading branch information
Bellisario committed Jul 21, 2022
2 parents 7c63a06 + a1d2f5c commit c6772ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as fs from 'https://deno.land/std@0.148.0/node/fs/promises.ts';
import * as os from 'https://deno.land/std@0.148.0/node/os.ts';
import * as path from 'https://deno.land/std@0.148.0/path/mod.ts';
import { Buffer } from 'https://deno.land/std@0.148.0/node/buffer.ts';
import { mkdtemp } from 'https://deno.land/std@0.148.0/node/fs/promises.ts';
import { strictEqual } from 'https://deno.land/std@0.148.0/node/assert/strict.ts';
import * as fs from 'https://deno.land/std@0.149.0/node/fs/promises.ts';
import * as os from 'https://deno.land/std@0.149.0/node/os.ts';
import * as path from 'https://deno.land/std@0.149.0/path/mod.ts';
import { Buffer } from 'https://deno.land/std@0.149.0/node/buffer.ts';
import { mkdtemp } from 'https://deno.land/std@0.149.0/node/fs/promises.ts';
import { strictEqual } from 'https://deno.land/std@0.149.0/node/assert/strict.ts';

export { Buffer, fs, mkdtemp, os, path, strictEqual };

0 comments on commit c6772ee

Please sign in to comment.