Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit c583e50

Browse files
[release patch] Updated dependencies
1 parent bb01e5e commit c583e50

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed

deno.lock

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export * as esbuild from 'https://deno.land/x/esbuild@v0.17.19/mod.js';
2-
export { posix } from 'https://deno.land/std@0.189.0/path/mod.ts';
3-
export * as fs from 'https://deno.land/std@0.189.0/fs/mod.ts';
4-
export { crypto } from 'https://deno.land/std@0.189.0/crypto/mod.ts';
5-
export * as asserts from 'https://deno.land/std@0.189.0/testing/asserts.ts';
1+
export * as esbuild from 'https://deno.land/x/esbuild@v0.18.1/mod.js';
2+
export { posix } from 'https://deno.land/std@0.191.0/path/mod.ts';
3+
export * as fs from 'https://deno.land/std@0.191.0/fs/mod.ts';
4+
export { crypto } from 'https://deno.land/std@0.191.0/crypto/mod.ts';
5+
export * as asserts from 'https://deno.land/std@0.191.0/testing/asserts.ts';

0 commit comments

Comments
 (0)