Skip to content

Commit 2471af5

Browse files
committed
bump deps (libpkgx especially)
Fixes #811 (hopefully)
1 parent 67cc2e8 commit 2471af5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deno.jsonc

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
},
3333
"imports": {
3434
"is-what": "https://deno.land/x/[email protected]/src/index.ts",
35-
"pkgx": "https://deno.land/x/libpkgx@v0.14.1/mod.ts",
36-
"pkgx/": "https://deno.land/x/libpkgx@v0.14.1/src/",
35+
"pkgx": "https://deno.land/x/libpkgx@v0.15.0/mod.ts",
36+
"pkgx/": "https://deno.land/x/libpkgx@v0.15.0/src/",
3737
"outdent": "https://deno.land/x/[email protected]/mod.ts",
3838
"cliffy/": "https://deno.land/x/[email protected]/",
39-
"deno/": "https://deno.land/std@0.202.0/"
39+
"deno/": "https://deno.land/std@0.204.0/"
4040
}
4141
}

0 commit comments

Comments
 (0)