Skip to content

Commit 2f8afea

Browse files
github-actions[bot]keroxp
authored andcommitted
1 parent cf7b2b4 commit 2f8afea

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.denov

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.28.1
1+
v0.29.0

modules-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@v0.28.1",
3+
"version": "@v0.29.0",
44
"modules": [
55
"/util/async.ts",
66
"/testing/mod.ts",

modules.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@v0.28.1",
3+
"version": "@v0.29.0",
44
"modules": [
55
"/util/async.ts",
66
"/testing/mod.ts",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.28.1/fmt/colors.ts";
1+
export * from "https://deno.land/std@v0.29.0/fmt/colors.ts";
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.28.1/io/bufio.ts";
1+
export * from "https://deno.land/std@v0.29.0/io/bufio.ts";
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.28.1/testing/asserts.ts";
1+
export * from "https://deno.land/std@v0.29.0/testing/asserts.ts";
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.28.1/testing/mod.ts";
1+
export * from "https://deno.land/std@v0.29.0/testing/mod.ts";
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.28.1/util/async.ts";
1+
export * from "https://deno.land/std@v0.29.0/util/async.ts";

0 commit comments

Comments
 (0)