Skip to content

Commit b5dee5e

Browse files
authored
deps: deno@v1.34.0, deno_std@v0.189.0 (#382)
1 parent dc535c3 commit b5dee5e

12 files changed

Lines changed: 14 additions & 17 deletions

File tree

β€Ž.denovβ€Ž

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

β€Ždeno.jsonβ€Ž

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
2-
"fmt": {
3-
"exclude": [
4-
"benchmark/node_modules"
5-
]
6-
},
2+
"exclude": [
3+
"benchmark/node_modules"
4+
],
75
"lint": {
86
"exclude": [
9-
"benchmark/node_modules",
107
"benchmark/benchmark.js",
118
"benchmark/ioredis.js"
129
]

β€Ž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.187.0",
3+
"version": "@0.189.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.187.0",
3+
"version": "@0.189.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.187.0/async/deferred.ts";
1+
export * from "https://deno.land/std@0.189.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.187.0/async/delay.ts";
1+
export * from "https://deno.land/std@0.189.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.187.0/io/buf_reader.ts";
1+
export * from "https://deno.land/std@0.189.0/io/buf_reader.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.187.0/io/buf_writer.ts";
1+
export * from "https://deno.land/std@0.189.0/io/buf_writer.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.187.0/streams/read_all.ts";
1+
export * from "https://deno.land/std@0.189.0/streams/read_all.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.187.0/streams/reader_from_stream_reader.ts";
1+
export * from "https://deno.land/std@0.189.0/streams/reader_from_stream_reader.ts";

0 commit comments

Comments
Β (0)