Skip to content

Commit 5a09b05

Browse files
authored
bump: deno@1.12.0 (#242)
1 parent f427fca commit 5a09b05

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

β€Ž.denovβ€Ž

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

β€Ž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.100.0",
3+
"version": "@0.101.0",
44
"modules": [
55
"/async/deferred.ts",
66
"/async/delay.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.100.0",
3+
"version": "@0.101.0",
44
"modules": [
55
"/async/deferred.ts",
66
"/async/delay.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.100.0/async/deferred.ts";
1+
export * from "https://deno.land/std@0.101.0/async/deferred.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.100.0/async/delay.ts";
1+
export * from "https://deno.land/std@0.101.0/async/delay.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.100.0/io/buffer.ts";
1+
export * from "https://deno.land/std@0.101.0/io/buffer.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.100.0/io/bufio.ts";
1+
export * from "https://deno.land/std@0.101.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.100.0/io/util.ts";
1+
export * from "https://deno.land/std@0.101.0/io/util.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.100.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.101.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.100.0/testing/bench.ts";
1+
export * from "https://deno.land/std@0.101.0/testing/bench.ts";

0 commit comments

Comments
Β (0)