Skip to content

Commit e18d399

Browse files
authored
Merge pull request #1036 from input-output-hk/jpraynaud/update-dependencies-2023-07-06
Update dependencies
2 parents 6b37c1e + f35e15a commit e18d399

File tree

12 files changed

+937
-962
lines changed

12 files changed

+937
-962
lines changed

Cargo.lock

+167-164
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.16"
3+
version = "0.1.17"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-doc",
3-
"version": "0.1.16",
3+
"version": "0.1.17",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

docs/yarn.lock

+210-206
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.3.47"
3+
version = "0.3.48"
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.3.15"
3+
version = "0.3.16"
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.74"
3+
version = "0.2.75"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

mithril-explorer/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-explorer",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -15,7 +15,7 @@
1515
"@reduxjs/toolkit": "^1.9.5",
1616
"bootstrap": "^5.3.0",
1717
"bootstrap-icons": "^1.10.5",
18-
"next": "^13.4.7",
18+
"next": "^13.4.8",
1919
"next-redux-wrapper": "^8.1.0",
2020
"react": "^18.2.0",
2121
"react-bootstrap": "^2.8.0",
@@ -25,9 +25,9 @@
2525
"devDependencies": {
2626
"@testing-library/jest-dom": "^5.16.5",
2727
"@testing-library/react": "^14.0.0",
28-
"eslint": "^8.43.0",
29-
"eslint-config-next": "^13.4.7",
30-
"jest": "^29.5.0",
31-
"jest-environment-jsdom": "^29.5.0"
28+
"eslint": "^8.44.0",
29+
"eslint-config-next": "^13.4.8",
30+
"jest": "^29.6.0",
31+
"jest-environment-jsdom": "^29.6.0"
3232
}
3333
}

0 commit comments

Comments
 (0)