Skip to content

Commit 5ee9f6e

Browse files
authored
bump: deno@1.11.0 (#233)
1 parent 10afeac commit 5ee9f6e

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

β€Ž.denovβ€Ž

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

β€Ž.github/workflows/build.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run lint
4141
run: |
4242
deno fmt --check --ignore=./benchmark/node_modules
43-
deno lint --unstable --ignore=./benchmark/node_modules
43+
deno lint --ignore=./benchmark/node_modules
4444
4545
- name: Set up Redis ${{ matrix.redis }}
4646
uses: shogo82148/actions-setup-redis@v1

β€Ž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.96.0",
3+
"version": "@0.98.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.96.0",
3+
"version": "@0.98.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.96.0/async/deferred.ts";
1+
export * from "https://deno.land/std@0.98.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.96.0/async/delay.ts";
1+
export * from "https://deno.land/std@0.98.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.96.0/fmt/colors.ts";
1+
export * from "https://deno.land/std@0.98.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.96.0/io/buffer.ts";
1+
export * from "https://deno.land/std@0.98.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.96.0/io/bufio.ts";
1+
export * from "https://deno.land/std@0.98.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.96.0/io/util.ts";
1+
export * from "https://deno.land/std@0.98.0/io/util.ts";

0 commit comments

Comments
Β (0)