Skip to content

Commit

Permalink
Merge pull request #1399 from input-output-hk/jpraynaud/upgrade-depen…
Browse files Browse the repository at this point in the history
…dencies-2023-12-15

Upgrade dependencies
  • Loading branch information
jpraynaud authored Dec 15, 2023
2 parents 84308dd + db3780e commit edbb385
Show file tree
Hide file tree
Showing 19 changed files with 1,095 additions and 1,305 deletions.
520 changes: 251 additions & 269 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.24"
version = "0.1.25"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down
8 changes: 4 additions & 4 deletions docs/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mithril-doc",
"version": "0.1.29",
"version": "0.1.30",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -14,9 +14,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.0.0",
"@docusaurus/preset-classic": "^3.0.0",
"@docusaurus/theme-mermaid": "^3.0.0",
"@docusaurus/core": "^3.0.1",
"@docusaurus/preset-classic": "^3.0.1",
"@docusaurus/theme-mermaid": "^3.0.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"react": "^18.2.0",
Expand Down
1,220 changes: 526 additions & 694 deletions docs/website/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/client-mithril-stake-distribution/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "client-mithril-stake-distribution"
description = "Mithril client stake distribution example"
version = "0.1.2"
version = "0.1.3"
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
documentation = "https://mithril.network/doc"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion examples/client-snapshot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "client-snapshot"
description = "Mithril client snapshot example"
version = "0.1.1"
version = "0.1.2"
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
documentation = "https://mithril.network/doc"
edition = "2021"
Expand Down
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mithril-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator"
version = "0.4.19"
version = "0.4.20"
description = "A Mithril Aggregator server"
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -50,7 +50,7 @@ mithril-common = { path = "../mithril-common", features = [
"allow_skip_signer_certification",
"test_tools",
] }
mockall = "0.11.4"
mockall = "0.12.0"
slog-term = "2.9.0"
tempfile = "3.8.0"

Expand Down
2 changes: 1 addition & 1 deletion mithril-client-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client-cli"
version = "0.5.10"
version = "0.5.11"
description = "A Mithril Client"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-client-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client-wasm"
version = "0.1.0"
version = "0.1.1"
description = "Mithril client WASM"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions mithril-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client"
version = "0.5.12"
version = "0.5.13"
description = "Mithril client library"
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -55,7 +55,7 @@ mithril-common = { path = "../mithril-common", version = "0.2", features = [
"random",
"test_tools",
] }
mockall = "0.11.4"
mockall = "0.12.0"
slog-async = "2.8.0"
slog-scope = "4.4.0"
slog-term = "2.9.0"
Expand Down
4 changes: 2 additions & 2 deletions 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.145"
version = "0.2.146"
description = "Common types, interfaces, and utilities for Mithril nodes."
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -73,7 +73,7 @@ mithril-stm = { path = "../mithril-stm", version = "0.3", default-features = fal

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
mockall = "0.11.4"
mockall = "0.12.0"
pallas-codec = "0.20.0"
reqwest = { version = "0.11.22", features = ["json"] }
slog-async = "2.8.0"
Expand Down
18 changes: 9 additions & 9 deletions mithril-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mithril-explorer",
"version": "0.4.6",
"version": "0.4.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,26 +14,26 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.2",
"chart.js": "^4.4.0",
"next": "^14.0.3",
"chart.js": "^4.4.1",
"next": "^14.0.4",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3"
"react-redux": "^9.0.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-router-mock": "^0.9.10",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-eslint": "^16.1.2"
}
}
6 changes: 1 addition & 5 deletions mithril-explorer/src/charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,4 @@ function setChartJsDefaults(chartJs) {
chartJs.defaults.elements.bar.borderWidth = 1;
}

module.exports = {
computeSignersWeightDataset,
computeStakeShapesDataset,
setChartJsDefaults,
};
export { computeSignersWeightDataset, computeStakeShapesDataset, setChartJsDefaults };
Loading

0 comments on commit edbb385

Please sign in to comment.