Skip to content

Commit

Permalink
Fix @polkadot/apps-config unmet peer dependency warnings ⚙️
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldev5 authored and dudo50 committed Oct 20, 2023
1 parent ba6d542 commit ca57b37
Show file tree
Hide file tree
Showing 2 changed files with 1,288 additions and 1,894 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
"pnpm": {
"overrides": {
"vite": "^4.4.9"
},
"peerDependencyRules": {
"allowedVersions": {
"@polkadot/util": "12",
"@polkadot/util-crypto": "12"
}
}
},
"dependencies": {
Expand Down
Loading

0 comments on commit ca57b37

Please sign in to comment.