Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
331 changes: 167 additions & 164 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.16"
version = "0.1.17"
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.16",
"version": "0.1.17",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
416 changes: 210 additions & 206 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.47"
version = "0.3.48"
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.15"
version = "0.3.16"
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.74"
version = "0.2.75"
authors = { workspace = true }
edition = { workspace = true }
documentation = { workspace = true }
Expand Down
12 changes: 6 additions & 6 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.7",
"version": "0.2.8",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -15,7 +15,7 @@
"@reduxjs/toolkit": "^1.9.5",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"next": "^13.4.7",
"next": "^13.4.8",
"next-redux-wrapper": "^8.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
Expand All @@ -25,9 +25,9 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0"
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.8",
"jest": "^29.6.0",
"jest-environment-jsdom": "^29.6.0"
}
}
Loading