Skip to content

Commit 6f32b75

Browse files
committed
📦 Update dependencies
1 parent 4248a00 commit 6f32b75

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

modules-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@0.95.0",
3+
"version": "@0.100.0",
44
"modules": [
55
"/path/mod.ts",
66
"/hash/mod.ts",
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"https://deno.land/x/denops_core": {
12-
"version": "@v1.0.0-alpha.0",
12+
"version": "@v1.0.0-alpha.7",
1313
"modules": [
1414
"/mod.ts",
1515
"/test/mod.ts"

modules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@0.95.0",
3+
"version": "@0.100.0",
44
"modules": [
55
"/path/mod.ts",
66
"/hash/mod.ts",
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"https://deno.land/x/denops_core": {
12-
"version": "@v1.0.0-alpha.0",
12+
"version": "@v1.0.0-alpha.7",
1313
"modules": ["/mod.ts", "/test/mod.ts"]
1414
},
1515
"https://deno.land/x/unknownutil": {

vendor/https/deno.land/std/fs/mod.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.95.0/fs/mod.ts";
1+
export * from "https://deno.land/std@0.100.0/fs/mod.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.95.0/hash/mod.ts";
1+
export * from "https://deno.land/std@0.100.0/hash/mod.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.95.0/path/mod.ts";
1+
export * from "https://deno.land/std@0.100.0/path/mod.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.95.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.100.0/testing/asserts.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/x/denops_core@v1.0.0-alpha.0/mod.ts";
1+
export * from "https://deno.land/x/denops_core@v1.0.0-alpha.7/mod.ts";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/x/denops_core@v1.0.0-alpha.0/test/mod.ts";
1+
export * from "https://deno.land/x/denops_core@v1.0.0-alpha.7/test/mod.ts";

0 commit comments

Comments
 (0)