Skip to content

Commit

Permalink
fix peer dependency keyv to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocastignoli committed Nov 7, 2022
1 parent eaf4896 commit f09899f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,8 @@
"ts-node": "^9.0.0",
"typescript": "^4.0.5",
"typestrict": "^1.0.2"
},
"peerDependencies": {
"keyv": "4.5.0"
}
}
3 changes: 3 additions & 0 deletions services/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
"rimraf": "^3.0.2",
"semver": "^7.3.7",
"web3": "^1.3.0"
},
"peerDependencies": {
"keyv": "4.5.0"
}
}
3 changes: 3 additions & 0 deletions services/validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
"commander": "^6.1.0",
"jszip": "^3.10.1",
"web3": "^1.2.11"
},
"peerDependencies": {
"keyv": "4.5.0"
}
}
3 changes: 3 additions & 0 deletions services/verification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
"semver": "^7.3.6",
"solc": "^0.7.4",
"web3": "^1.3.0"
},
"peerDependencies": {
"keyv": "4.5.0"
}
}

0 comments on commit f09899f

Please sign in to comment.