Skip to content

Commit 94e8ac3

Browse files
authored
Merge pull request #830 from input-output-hk/jpraynaud/update-dependencies-2023-03-23
Update dependencies
2 parents cedfff0 + 0959356 commit 94e8ac3

File tree

12 files changed

+680
-603
lines changed

12 files changed

+680
-603
lines changed

Cargo.lock

Lines changed: 201 additions & 180 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/protocol-demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithrildemo"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-doc",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

docs/yarn.lock

Lines changed: 299 additions & 263 deletions
Large diffs are not rendered by default.

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.2.34"
3+
version = "0.2.35"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client"
3-
version = "0.2.12"
3+
version = "0.2.13"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-common"
3-
version = "0.2.30"
3+
version = "0.2.31"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

mithril-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-explorer",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@testing-library/jest-dom": "^5.16.5",
2727
"@testing-library/react": "^14.0.0",
28-
"eslint": "^8.35.0",
28+
"eslint": "^8.36.0",
2929
"eslint-config-next": "^13.2.4",
3030
"jest": "^29.5.0",
3131
"jest-environment-jsdom": "^29.5.0"

mithril-explorer/yarn.lock

Lines changed: 170 additions & 150 deletions
Large diffs are not rendered by default.

mithril-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-signer"
3-
version = "0.2.26"
3+
version = "0.2.27"
44
description = "A Mithril Signer"
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)