Skip to content

Commit

Permalink
Merge pull request #31 from tai2/deno-dependency-updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
tai2 authored Mar 14, 2024
2 parents d0d389d + abdf821 commit 03768fe
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/deps/std/assert.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@0.218.2/assert/mod.ts'
export * from 'https://deno.land/std@0.219.1/assert/mod.ts'
2 changes: 1 addition & 1 deletion src/deps/std/async.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@0.218.2/async/mod.ts'
export * from 'https://deno.land/std@0.219.1/async/mod.ts'
2 changes: 1 addition & 1 deletion src/deps/std/cli.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@0.218.2/cli/mod.ts'
export * from 'https://deno.land/std@0.219.1/cli/mod.ts'
2 changes: 1 addition & 1 deletion src/deps/std/flags.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@0.218.2/flags/mod.ts'
export * from 'https://deno.land/std@0.219.1/flags/mod.ts'
2 changes: 1 addition & 1 deletion src/deps/std/fs.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@0.218.2/fs/mod.ts'
export * from 'https://deno.land/std@0.219.1/fs/mod.ts'
2 changes: 1 addition & 1 deletion src/deps/std/media_types.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@0.218.2/media_types/mod.ts'
export * from 'https://deno.land/std@0.219.1/media_types/mod.ts'
2 changes: 1 addition & 1 deletion src/deps/std/path.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@0.218.2/path/mod.ts'
export * from 'https://deno.land/std@0.219.1/path/mod.ts'
2 changes: 1 addition & 1 deletion src/deps/std/testing.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@0.218.2/testing/mock.ts'
export * from 'https://deno.land/std@0.219.1/testing/mock.ts'
2 changes: 1 addition & 1 deletion src/deps/std/url.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@0.218.2/url/mod.ts'
export * from 'https://deno.land/std@0.219.1/url/mod.ts'

0 comments on commit 03768fe

Please sign in to comment.