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

Commit 75409d0

Browse files
[release minor] Updated dependencies
1 parent 0cb4df2 commit 75409d0

File tree

2 files changed

+72
-48
lines changed

2 files changed

+72
-48
lines changed

deno.lock

Lines changed: 67 additions & 43 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.18.11/mod.js';
2-
export { posix } from 'https://deno.land/std@0.193.0/path/mod.ts';
3-
export * as fs from 'https://deno.land/std@0.193.0/fs/mod.ts';
4-
export { crypto } from 'https://deno.land/std@0.193.0/crypto/mod.ts';
5-
export * as asserts from 'https://deno.land/std@0.193.0/testing/asserts.ts';
1+
export * as esbuild from 'https://deno.land/x/esbuild@v0.18.15/mod.js';
2+
export { posix } from 'https://deno.land/std@0.195.0/path/mod.ts';
3+
export * as fs from 'https://deno.land/std@0.195.0/fs/mod.ts';
4+
export { crypto } from 'https://deno.land/std@0.195.0/crypto/mod.ts';
5+
export * as asserts from 'https://deno.land/std@0.195.0/testing/asserts.ts';

0 commit comments

Comments
 (0)