Skip to content

Commit

Permalink
bump: deno@v1.8.0 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a committed Mar 6, 2021
1 parent f8240ac commit 98862cf
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .denov
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.5
v1.8.0
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"deno.enable": true
}
}
4 changes: 2 additions & 2 deletions modules-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@0.88.0",
"version": "@0.89.0",
"modules": [
"/async/mod.ts",
"/testing/bench.ts",
Expand All @@ -9,4 +9,4 @@
"/fmt/colors.ts"
]
}
}
}
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@0.88.0",
"version": "@0.89.0",
"modules": [
"/async/mod.ts",
"/testing/bench.ts",
Expand Down
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/async/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.88.0/async/mod.ts";
export * from "https://deno.land/std@0.89.0/async/mod.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/fmt/colors.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.88.0/fmt/colors.ts";
export * from "https://deno.land/std@0.89.0/fmt/colors.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/bufio.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.88.0/io/bufio.ts";
export * from "https://deno.land/std@0.89.0/io/bufio.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/asserts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.88.0/testing/asserts.ts";
export * from "https://deno.land/std@0.89.0/testing/asserts.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/bench.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.88.0/testing/bench.ts";
export * from "https://deno.land/std@0.89.0/testing/bench.ts";

0 comments on commit 98862cf

Please sign in to comment.