Skip to content

Commit

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

Upgrade dependencies
  • Loading branch information
jpraynaud authored Oct 18, 2023
2 parents e538c3c + ffe6051 commit f7f1415
Show file tree
Hide file tree
Showing 13 changed files with 528 additions and 606 deletions.
186 changes: 100 additions & 86 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mithril-doc",
"version": "0.1.26",
"version": "0.1.27",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
364 changes: 185 additions & 179 deletions docs/website/yarn.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions flake.lock

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

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
pkgs.openssl
]
++ lib.optional (pkgs.stdenv.isDarwin) [
pkgs.darwin.apple_sdk.frameworks.CoreServices
pkgs.darwin.apple_sdk.frameworks.Security
pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
pkgs.darwin.configdHeaders
Expand Down
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.3.110"
version = "0.3.111"
description = "A Mithril Aggregator server"
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -42,7 +42,7 @@ tokio-util = { version = "0.7.9", features = ["codec"] }
typetag = "0.2.13"
uuid = { version = "1.4.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
warp = "0.3.6"
zstd = { version = "0.12.4", features = ["zstdmt"] }
zstd = { version = "0.13.0", features = ["zstdmt"] }

[dev-dependencies]
httpmock = "0.6.8"
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.4.11"
version = "0.4.12"
description = "A Mithril Client"
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -42,7 +42,7 @@ slog-term = "2.9.0"
tar = "0.4.40"
thiserror = "1.0.49"
tokio = { version = "1.32.0", features = ["full"] }
zstd = "0.12.4"
zstd = "0.13.0"

[dev-dependencies]
httpmock = "0.6.8"
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.125"
version = "0.2.126"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down
10 changes: 5 additions & 5 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.1",
"version": "0.4.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -18,22 +18,22 @@
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"chart.js": "^4.4.0",
"next": "^13.5.4",
"next": "^13.5.5",
"react": "^18.2.0",
"react-bootstrap": "^2.9.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"eslint-config-next": "^13.5.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-router-mock": "^0.9.10",
"prettier": "^3.0.3",
"prettier-eslint": "^15.0.1"
"prettier-eslint": "^16.1.1"
}
}
Loading

0 comments on commit f7f1415

Please sign in to comment.