Skip to content

Commit f96686d

Browse files
authored
Merge pull request #883 from input-output-hk/jpraynaud/update-dependencies-2023-04-28
Update dependencies
2 parents 2c82b76 + 1c618f4 commit f96686d

File tree

11 files changed

+577
-557
lines changed

11 files changed

+577
-557
lines changed

Cargo.lock

Lines changed: 95 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/protocol-demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithrildemo"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-doc",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -21,7 +21,7 @@
2121
"clsx": "^1.1.1",
2222
"react": "^17.0.2",
2323
"react-dom": "^17.0.2",
24-
"redocusaurus": "^1.6.1"
24+
"redocusaurus": "^1.6.2"
2525
},
2626
"browserslist": {
2727
"production": [

docs/yarn.lock

Lines changed: 252 additions & 238 deletions
Large diffs are not rendered by default.

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client"
3-
version = "0.2.18"
3+
version = "0.2.19"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-common"
3-
version = "0.2.42"
3+
version = "0.2.43"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

mithril-explorer/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-explorer",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -12,21 +12,21 @@
1212
},
1313
"dependencies": {
1414
"@popperjs/core": "^2.11.7",
15-
"@reduxjs/toolkit": "^1.9.3",
15+
"@reduxjs/toolkit": "^1.9.5",
1616
"bootstrap": "^5.2.3",
17-
"bootstrap-icons": "^1.10.4",
18-
"next": "^13.3.0",
17+
"bootstrap-icons": "^1.10.5",
18+
"next": "^13.3.1",
1919
"next-redux-wrapper": "^8.1.0",
2020
"react": "^18.2.0",
21-
"react-bootstrap": "^2.7.3",
21+
"react-bootstrap": "^2.7.4",
2222
"react-dom": "^18.2.0",
2323
"react-redux": "^8.0.5"
2424
},
2525
"devDependencies": {
2626
"@testing-library/jest-dom": "^5.16.5",
2727
"@testing-library/react": "^14.0.0",
28-
"eslint": "^8.38.0",
29-
"eslint-config-next": "^13.3.0",
28+
"eslint": "^8.39.0",
29+
"eslint-config-next": "^13.3.1",
3030
"jest": "^29.5.0",
3131
"jest-environment-jsdom": "^29.5.0"
3232
}

mithril-explorer/yarn.lock

Lines changed: 215 additions & 214 deletions
Large diffs are not rendered by default.

mithril-stm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-stm"
3-
version = "0.2.11"
3+
version = "0.2.12"
44
edition = { workspace = true }
55
authors = { workspace = true }
66
documentation = { workspace = true }

0 commit comments

Comments
 (0)