Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 7bb5c7c

Browse files
authoredJul 30, 2023
update dependencies
1 parent 15fbc54 commit 7bb5c7c

20 files changed

+22
-22
lines changed
 

‎deps/cliffy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts"
1+
export * from "https://deno.land/x/cliffy@v1.0.0-rc.2/command/mod.ts"

‎deps/dnt.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/x/dnt@0.37.0/mod.ts"
1+
export * from "https://deno.land/x/dnt@0.38.0/mod.ts"

‎deps/std/archive.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.185.0/archive/mod.ts"
1+
export * from "https://deno.land/std@0.196.0/archive/mod.ts"

‎deps/std/async.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.185.0/async/mod.ts"
1+
export * from "https://deno.land/std@0.196.0/async/mod.ts"

‎deps/std/bytes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.185.0/bytes/mod.ts"
1+
export * from "https://deno.land/std@0.196.0/bytes/mod.ts"

‎deps/std/collections/map_entries.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.186.0/collections/map_entries.ts"
1+
export * from "https://deno.land/std@0.196.0/collections/map_entries.ts"

‎deps/std/encoding/base58.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.185.0/encoding/base58.ts"
1+
export * from "https://deno.land/std@0.196.0/encoding/base58.ts"

‎deps/std/encoding/hex.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.185.0/encoding/hex.ts"
1+
export * from "https://deno.land/std@0.196.0/encoding/hex.ts"

‎deps/std/flags.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.185.0/flags/mod.ts"
1+
export * from "https://deno.land/std@0.196.0/flags/mod.ts"

‎deps/std/fmt/colors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.185.0/fmt/colors.ts"
1+
export * from "https://deno.land/std@0.196.0/fmt/colors.ts"

‎deps/std/fs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.186.0/fs/mod.ts"
1+
export * from "https://deno.land/std@0.196.0/fs/mod.ts"

‎deps/std/http.node.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export * from "https://deno.land/std@0.185.0/http/mod.ts"
2-
import { type serve as _serve } from "https://deno.land/std@0.185.0/http/mod.ts"
1+
export * from "https://deno.land/std@0.196.0/http/mod.ts"
2+
import { type serve as _serve } from "https://deno.land/std@0.196.0/http/mod.ts"
33
import * as http from "node:http"
44
import * as stream from "node:stream"
55

‎deps/std/http.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.186.0/http/mod.ts"
1+
export * from "https://deno.land/std@0.196.0/http/mod.ts"

‎deps/std/io.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.185.0/io/mod.ts"
1+
export * from "https://deno.land/std@0.196.0/io/mod.ts"

‎deps/std/jsonc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.187.0/jsonc/mod.ts"
1+
export * from "https://deno.land/std@0.196.0/jsonc/mod.ts"

‎deps/std/path.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.185.0/path/mod.ts"
1+
export * from "https://deno.land/std@0.196.0/path/mod.ts"

‎deps/std/streams.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.185.0/streams/mod.ts"
1+
export * from "https://deno.land/std@0.196.0/streams/mod.ts"

‎deps/std/testing/asserts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.185.0/testing/asserts.ts"
1+
export * from "https://deno.land/std@0.196.0/testing/asserts.ts"

‎deps/std/testing/snapshot.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.185.0/testing/snapshot.ts"
1+
export * from "https://deno.land/std@0.196.0/testing/snapshot.ts"

‎examples/sign/pjs.eg.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import { polkadotDev } from "@capi/polkadot-dev"
88
import { createDevUsers, ss58 } from "capi"
99
import { pjsSender, PjsSigner } from "capi/patterns/compat/pjs_sender"
1010
import { signature } from "capi/patterns/signature/polkadot"
11-
import { createPair } from "https://deno.land/x/polkadot@0.2.38/keyring/mod.ts"
12-
import { TypeRegistry } from "https://deno.land/x/polkadot@0.2.38/types/mod.ts"
11+
import { createPair } from "https://deno.land/x/polkadot@0.2.41/keyring/mod.ts"
12+
import { TypeRegistry } from "https://deno.land/x/polkadot@0.2.41/types/mod.ts"
1313

1414
const { alexa, billy } = await createDevUsers()
1515

0 commit comments

Comments
 (0)
This repository has been archived.