Skip to content

Commit

Permalink
Merge pull request #830 from input-output-hk/jpraynaud/update-depende…
Browse files Browse the repository at this point in the history
…ncies-2023-03-23

Update dependencies
  • Loading branch information
jpraynaud authored Mar 24, 2023
2 parents cedfff0 + 0959356 commit 94e8ac3
Show file tree
Hide file tree
Showing 12 changed files with 680 additions and 603 deletions.
381 changes: 201 additions & 180 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/protocol-demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithrildemo"
version = "0.1.5"
version = "0.1.6"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mithril-doc",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
562 changes: 299 additions & 263 deletions docs/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mithril-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator"
version = "0.2.34"
version = "0.2.35"
description = "A Mithril Aggregator server"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client"
version = "0.2.12"
version = "0.2.13"
description = "A Mithril Client"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-common"
version = "0.2.30"
version = "0.2.31"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions mithril-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mithril-explorer",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"eslint": "^8.35.0",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0"
Expand Down
320 changes: 170 additions & 150 deletions mithril-explorer/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mithril-signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-signer"
version = "0.2.26"
version = "0.2.27"
description = "A Mithril Signer"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-stm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-stm"
version = "0.2.7"
version = "0.2.8"
edition = { workspace = true }
authors = { workspace = true }
documentation = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-test-lab/mithril-end-to-end/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-end-to-end"
version = "0.1.7"
version = "0.1.8"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down

0 comments on commit 94e8ac3

Please sign in to comment.