Skip to content

Commit

Permalink
Merge pull request #1009 from input-output-hk/jpraynaud/update-depend…
Browse files Browse the repository at this point in the history
…encies-2023-06-26

Update dependencies
  • Loading branch information
jpraynaud authored Jun 26, 2023
2 parents 8be00a9 + 1d9e11a commit 6faba60
Show file tree
Hide file tree
Showing 11 changed files with 444 additions and 420 deletions.
193 changes: 108 additions & 85 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.14"
version = "0.1.15"
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.14",
"version": "0.1.15",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
353 changes: 177 additions & 176 deletions docs/yarn.lock

Large diffs are not rendered by default.

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.9"
version = "0.3.10"
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.65"
version = "0.2.66"
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.4",
"version": "0.2.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -15,19 +15,19 @@
"@reduxjs/toolkit": "^1.9.5",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"next": "^13.4.5",
"next": "^13.4.7",
"next-redux-wrapper": "^8.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.0"
"react-redux": "^8.1.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.5",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0"
}
}
}
290 changes: 145 additions & 145 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.53"
version = "0.2.54"
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.16"
version = "0.2.17"
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.23"
version = "0.1.24"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down

0 comments on commit 6faba60

Please sign in to comment.