Skip to content

Commit

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

Update dependencies
  • Loading branch information
jpraynaud committed Jun 16, 2023
2 parents 2fc8a35 + fd13833 commit 941f614
Show file tree
Hide file tree
Showing 12 changed files with 1,415 additions and 1,421 deletions.
242 changes: 109 additions & 133 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.12"
version = "0.1.13"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mithril-doc",
"version": "0.1.11",
"version": "0.1.12",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -21,7 +21,7 @@
"clsx": "^1.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redocusaurus": "^1.6.2"
"redocusaurus": "^1.6.3"
},
"browserslist": {
"production": [
Expand Down
1,853 changes: 925 additions & 928 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.3.29"
version = "0.3.30"
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.3.4"
version = "0.3.5"
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.61"
version = "0.2.62"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down
14 changes: 7 additions & 7 deletions mithril-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mithril-explorer",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -13,21 +13,21 @@
"dependencies": {
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^1.9.5",
"bootstrap": "^5.2.3",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"next": "^13.4.4",
"next": "^13.4.5",
"next-redux-wrapper": "^8.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5"
"react-redux": "^8.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.4",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.5",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0"
}
}
}
709 changes: 365 additions & 344 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.49"
version = "0.2.50"
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.14"
version = "0.2.15"
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.21"
version = "0.1.22"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down

0 comments on commit 941f614

Please sign in to comment.