Skip to content

Commit e622930

Browse files
authored
bump: deno@v1.8.2 (#216)
1 parent e27e12d commit e622930

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

β€Ž.denovβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.8.0
1+
v1.8.2

β€Žmodules-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@0.89.0",
3+
"version": "@0.91.0",
44
"modules": [
55
"/async/mod.ts",
66
"/testing/bench.ts",

β€Žmodules.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@0.89.0",
3+
"version": "@0.91.0",
44
"modules": [
55
"/async/mod.ts",
66
"/testing/bench.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.89.0/async/mod.ts";
1+
export * from "https://deno.land/std@0.91.0/async/mod.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.89.0/fmt/colors.ts";
1+
export * from "https://deno.land/std@0.91.0/fmt/colors.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.89.0/io/bufio.ts";
1+
export * from "https://deno.land/std@0.91.0/io/bufio.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.89.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.91.0/testing/asserts.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.89.0/testing/bench.ts";
1+
export * from "https://deno.land/std@0.91.0/testing/bench.ts";

0 commit comments

Comments
Β (0)