Skip to content

Commit

Permalink
deps: deno@v1.21.0, deno_std@v0.136.0 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a authored Apr 24, 2022
1 parent dff665c commit f2a1274
Show file tree
Hide file tree
Showing 10 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.20.3
v1.21.0
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
deno task make_mod
git diff --exit-code
deno cache mod.ts # Ensure that mod.ts works without --unstable
deno check mod.ts
- name: Run lint
run: |
Expand Down
2 changes: 1 addition & 1 deletion modules-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@0.132.0",
"version": "@0.136.0",
"modules": [
"/async/deferred.ts",
"/async/delay.ts",
Expand Down
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.132.0",
"version": "@0.136.0",
"modules": [
"/async/deferred.ts",
"/async/delay.ts",
Expand Down
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/async/deferred.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.132.0/async/deferred.ts";
export * from "https://deno.land/std@0.136.0/async/deferred.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/async/delay.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.132.0/async/delay.ts";
export * from "https://deno.land/std@0.136.0/async/delay.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/buffer.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.132.0/io/buffer.ts";
export * from "https://deno.land/std@0.136.0/io/buffer.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/util.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.132.0/io/util.ts";
export * from "https://deno.land/std@0.136.0/io/util.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.132.0/testing/asserts.ts";
export * from "https://deno.land/std@0.136.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.132.0/testing/bench.ts";
export * from "https://deno.land/std@0.136.0/testing/bench.ts";

0 comments on commit f2a1274

Please sign in to comment.