Skip to content

Commit 97b8ac2

Browse files
authored
bump: deno@v1.19.0 (#292)
1 parent 7a152f3 commit 97b8ac2

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

β€Ž.denovβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.18.0
1+
v1.19.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.122.0",
3+
"version": "@0.126.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.122.0",
3+
"version": "@0.126.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.122.0/async/deferred.ts";
1+
export * from "https://deno.land/std@0.126.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.122.0/async/delay.ts";
1+
export * from "https://deno.land/std@0.126.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.122.0/io/buffer.ts";
1+
export * from "https://deno.land/std@0.126.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.122.0/io/util.ts";
1+
export * from "https://deno.land/std@0.126.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.122.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.126.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.122.0/testing/bench.ts";
1+
export * from "https://deno.land/std@0.126.0/testing/bench.ts";

0 commit comments

Comments
Β (0)