Skip to content

Commit f8f3434

Browse files
authored
Merge pull request #855 from input-output-hk/jpraynaud/update-dependencies-2023-04-06
Update dependencies
2 parents 333fbe5 + 9fea592 commit f8f3434

File tree

12 files changed

+1033
-953
lines changed

12 files changed

+1033
-953
lines changed

Cargo.lock

+310-240
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/protocol-demo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithrildemo"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-doc",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -14,8 +14,8 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "^2.3.1",
18-
"@docusaurus/preset-classic": "^2.3.1",
17+
"@docusaurus/core": "^2.4.0",
18+
"@docusaurus/preset-classic": "^2.4.0",
1919
"@docusaurus/theme-mermaid": "^2.2.0",
2020
"@mdx-js/react": "^1.6.22",
2121
"clsx": "^1.1.1",

docs/yarn.lock

+530-521
Large diffs are not rendered by default.

mithril-aggregator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.2.45"
3+
version = "0.2.46"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client"
3-
version = "0.2.16"
3+
version = "0.2.17"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-common"
3-
version = "0.2.36"
3+
version = "0.2.37"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

mithril-explorer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-explorer",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -11,10 +11,10 @@
1111
"test:ci": "jest --ci"
1212
},
1313
"dependencies": {
14-
"@popperjs/core": "^2.11.6",
14+
"@popperjs/core": "^2.11.7",
1515
"@reduxjs/toolkit": "^1.9.3",
1616
"bootstrap": "^5.2.3",
17-
"bootstrap-icons": "^1.10.3",
17+
"bootstrap-icons": "^1.10.4",
1818
"next": "^13.2.4",
1919
"next-redux-wrapper": "^8.1.0",
2020
"react": "^18.2.0",
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@testing-library/jest-dom": "^5.16.5",
2727
"@testing-library/react": "^14.0.0",
28-
"eslint": "^8.36.0",
28+
"eslint": "^8.37.0",
2929
"eslint-config-next": "^13.2.4",
3030
"jest": "^29.5.0",
3131
"jest-environment-jsdom": "^29.5.0"

mithril-explorer/yarn.lock

+179-178
Large diffs are not rendered by default.

mithril-signer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-signer"
3-
version = "0.2.30"
3+
version = "0.2.31"
44
description = "A Mithril Signer"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-stm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-stm"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
edition = { workspace = true }
55
authors = { workspace = true }
66
documentation = { workspace = true }

mithril-test-lab/mithril-end-to-end/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-end-to-end"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

0 commit comments

Comments
 (0)